Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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:

 Install AWS CLI on your machine

You can follow the AWS documentation to install AWS CLI according to your operating system.

This is what it looks like installing in MacOS:

 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 
  • No labels