script for deploying Docker application to AWS
Budget: $30 – $250 USD
Using the sample Docker application from https://docs.docker.com/get-started/02_our_app/
I need a script for deploying this app to AWS.
Assumptions:
- the app is cloned from https://github.com/docker/getting-started/tree/master/app and the Dockerfile is already created in the current directory before execution of the script.
Requirements:
- when I run the script, the "docker build" will be executed and the application docker image will be deployed from the local machine to AWS and automatically started in the AWS environment, and it will output the HOSTNAME of where the application endpoint has been created.
Acceptance Criteria:
- After running the script, I'm able to browse to http://HOSTNAME and use the application normally.
Additional Requirements:
- The script must be 100% automated. The user will only input the AWS Credentials, target AWS region, and target AWS Availability Zone, and then wait for the script to complete. The user will not be prompted for additional inputs or be asked to perform manual steps.
I need a script for deploying this app to AWS.
Assumptions:
- the app is cloned from https://github.com/docker/getting-started/tree/master/app and the Dockerfile is already created in the current directory before execution of the script.
Requirements:
- when I run the script, the "docker build" will be executed and the application docker image will be deployed from the local machine to AWS and automatically started in the AWS environment, and it will output the HOSTNAME of where the application endpoint has been created.
Acceptance Criteria:
- After running the script, I'm able to browse to http://HOSTNAME and use the application normally.
Additional Requirements:
- The script must be 100% automated. The user will only input the AWS Credentials, target AWS region, and target AWS Availability Zone, and then wait for the script to complete. The user will not be prompted for additional inputs or be asked to perform manual steps.