Docker image containing AWS CLI, AWS Shell, and some scripts to ease AWS deployments.
50K+
Docker image containing AWS CLI, AWS Shell, and some scripts to ease AWS deployments.
If you want to build and use your own local image
# build image locally
$ make build
# go inside the container
$ make shell
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_DEFAULT_REGION=
AWS_ACCOUNT_ID=
# Cloudformation stack name to be created/updated/deleted
STACK_NAME=
# the cloudformation file path
CFN_FILE=
# the cloudformation params file
CFN_PARAMS_FILE=
VERSION in Makefilemake gitTagBuild Details tab, you should now see the new tag kicking offThe Docker image has the following:
Some scripts has been written to help deploying to AWS (see example)
| Name | Description |
|---|---|
| cfn-create-or-update.sh | Create or update a cloudformation |
| cfn-delete.sh | Delete a cloudformation |
| cfn-validate-template.sh | Validate a cloudformation template |
Content type
Image
Digest
Size
33.8 MB
Last updated
over 6 years ago
docker pull amaysim/aws:1.18.31