Skip to content

Build: AWS DevOps

Local Build

docker build --target aws-devops -t aws-devops:local .

Run

docker run -it --rm aws-devops:local

Quick Verification

docker run --rm aws-devops:local aws --version
docker run --rm aws-devops:local terragrunt --version
docker run --rm aws-devops:local cfn-lint --version

Example With Local AWS Credentials

docker run -it --rm -v ~/.aws:/root/.aws aws-devops:local aws sts get-caller-identity