This repository provides a Docker setup for running the AWS CLI within an Ubuntu environment. Developed whilst practicing for aws solutions architect certification.
Before you begin, ensure that you have the following software installed on your machine:
Create a .env.local
file in the root of the project directory. This file should contain your AWS credentials and the default region. The .env-example file with real values:
AWS_ACCESS_KEY_ID=AKIAIOSFODNN7EXAMPLE
AWS_SECRET_ACCESS_KEY=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
AWS_DEFAULT_REGION=eu-south-2
make build
Build command will automatically take into account the configured aws credentials.
make run
This command starts a Docker container with an interactive bash shell.
Contributions are welcome! Please open an issue or submit a pull request if you have any improvements or fixes.