What Is The AWS Command Line Interface Version 1
What Is The AWS Command Line Interface Version 1
Interface version 1?
PDFRSS
Note
The AWS CLI version 1 is not the latest version of the AWS CLI. Some features introduced
in AWS CLI version 2 are not backported to version 1 and you must upgrade to access those
features. There are some "breaking" changes from version 1 that might require you to change
your scripts. For a list of breaking changes in version 2, see Breaking changes in the AWS
CLI version 2 User Guide.
The AWS Command Line Interface (AWS CLI) is an open source tool that enables you to
interact with AWS services using commands in your command-line shell. With minimal
configuration, the AWS CLI enables you to start running commands that implement
functionality equivalent to that provided by the browser-based AWS Management Console
from the command prompt in your terminal program:
Linux shells – Use common shell programs such as bash, zsh, and tcsh to run commands in
Linux or macOS.
Windows command line – On Windows, run commands at the Windows command prompt
or in PowerShell.
Remotely – Run commands on Amazon Elastic Compute Cloud (Amazon EC2) instances
through a remote terminal program such as PuTTY or SSH, or with AWS Systems Manager.
All IaaS (infrastructure as a service) AWS administration, management, and access functions
in the AWS Management Console are available in the AWS API and AWS CLI. New AWS
IaaS features and services provide full AWS Management Console functionality through the
API and CLI at launch or within 180 days of launch.
The AWS CLI provides direct access to the public APIs of AWS services. You can explore a
service's capabilities with the AWS CLI, and develop shell scripts to manage your resources.
In addition to the low-level, API-equivalent commands, several AWS services provide
customizations for the AWS CLI. Customizations can include higher-level commands that
simplify using a service with a complex API.
To install the AWS CLI version 1, see Install, update, and uninstall the AWS CLI.
$ aws --version
For version history, see the AWS CLI version 1 Changelog on GitHub.