Skip to content

TheShellLand/aws-cli-docker

Repository files navigation

AWS cli in docker

Run AWS cli in docker

Login

# access key and token
/bin/bash aws configure

# sso
/bin/bash aws configure sso

Install and run on docker

/bin/bash build.sh
/bin/bash test.sh
/bin/bash export-vars.sh
/bin/bash aws

Arguments

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

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

Releases

No releases published

Packages

No packages published