You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
Version 1
Next »
AWS Command Line Interface (CLI) is an open source tool offered by Amazon used to manage your any of your AWS services. It enables you to interact with AWS services using commands in your command line. You can call AWS CLI in Iguana to automate and manage AWS services workflows.
For instance, you can use AWS CLI to manage to interact with AWS EC2 instances (virtual machines). Our EC2 AWS CLI Adapter is a great example of this.
In order to use the AWS CLI tool, you first need to install and configure it on your machine:
Once installed, configure AWS CLI with your credentials to authenticate with your account
We are configuring short term credentials using AWS CLI commands.
Use the aws configure command, you will be prompted to provide your AWS details below:
Here’s what it would look like with sample credentials:
aws configure
AWS Access Key ID [None]: AKIAIOSFODNN7EXAMPLE
AWS Secret Access Key [None]: wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
Default region name [None]: us-west-2
Default output format [None]: json