From the course: AWS for Developers: S3

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Introducing the Amazon CLI

Introducing the Amazon CLI - Amazon Web Services (AWS) Tutorial

From the course: AWS for Developers: S3

Start my 1-month free trial

Introducing the Amazon CLI

- [Instructor] One of the most powerful aspects for user adoption for any cloud provider is the command line interface, or CLI. Amazon has a strong CLI, and if you are a Linux user especially, you will see how easy it is for S3 access using the CLI. Now one of the first questions you may ask is why do you want a CLI for infrastructure in the cloud? The CLI provides a developer-friendly way to access resources from a familiar interface. You can visualize, create, edit, and destroy cloud infrastructure and storage from a simple command entered in your terminal. It also provides a simple way to write robust scripts using native scripting environments like bash. It also provides a quick way to inspect your data and infrastructure. For instance, if you want to see all the files in a S3 bucket, a simple command line call is significantly quicker than logging in to the console. I also find it is very useful when writing code.…

Contents