Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 498 Bytes

README.md

File metadata and controls

39 lines (28 loc) · 498 Bytes

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