- Hands-On Artificial Intelligence on Amazon Web Services
- Subhashini Tripuraneni Charles Song
- 178字
- 2021-06-24 12:48:43
Getting familiar with the AWS CLI
The AWS CLI is a tool that allows you to interact with AWS services by issuing commands from your Terminal shell. Earlier in this chapter, we interacted with a few AWS services through the web-based AWS Management Console. While the web console is the easiest interface for new users to get familiar with AWS, it can be cumbersome to use during the software development process. With the AWS CLI tool, you get all of the same functionalities as the web console but at your fingertips in the Terminal shell, where most of your development tools reside. This way, your development process is more fluid without the context switching to and from the browser.
The AWS CLI is primarily distributed via the Python package manager; therefore, you need to install Python on your development machine first. Note that we will be using Python for the development of the projects as well. It is important that you install Python by following the instructions in order to ensure the compatibility of your development environment later.
- 大數據技術基礎
- 我的J2EE成功之路
- 大數據專業英語
- 機器學習與大數據技術
- Mastering Elastic Stack
- 現代傳感技術
- Hybrid Cloud for Architects
- Java Web整合開發全程指南
- 工業機器人應用案例集錦
- OpenStack Cloud Computing Cookbook
- 單片機C語言程序設計完全自學手冊
- Hands-On Reactive Programming with Reactor
- Photoshop CS5圖像處理入門、進階與提高
- Natural Language Processing and Computational Linguistics
- 基于Proteus的PIC單片機C語言程序設計與仿真