Image Overview: aws-cli

Overview: aws-cli Chainguard Image

Minimal aws-cli container image.

Get It!

The image is available on cgr.dev:

docker pull cgr.dev/chainguard/aws-cli:latest

Usage

Before using aws-cli, you need to tell it about your AWS credentials.

Jump to official Getting Started guide.

usage: aws [options] <command> <subcommand> [<subcommand> ...] [parameters]
To see help text, you can run:

  aws help
  aws <command> help
  aws <command> <subcommand> help

You can get help with any command when using the AWS Command Line Interface (AWS CLI). To do so, simply type help at the end of a command name.

For example, the following command displays help for the general AWS CLI options and the available top-level commands.

aws help

Last updated: 2022-11-01 11:07