An open API service indexing awesome lists of open source software.

https://github.com/stefen-taime/how-to-automatically-deploy-a-flask-application-on-an-ec2-instance-with-a-bash-script

The main motivation for this mini-project is to get familiar with using Bash Scripting and the AWS CLI to automate command line tasks. This particular repo contains a configuration script that automatically creates an EC2 instance, accesses it via SSH, installs dependencies and hosts a simple Flask application using the image taken from Docker Hub.
https://github.com/stefen-taime/how-to-automatically-deploy-a-flask-application-on-an-ec2-instance-with-a-bash-script

autonation bash-scripting cloud-computing devops docker-image ec2-instance flask-application iac

Last synced: 4 months ago
JSON representation

The main motivation for this mini-project is to get familiar with using Bash Scripting and the AWS CLI to automate command line tasks. This particular repo contains a configuration script that automatically creates an EC2 instance, accesses it via SSH, installs dependencies and hosts a simple Flask application using the image taken from Docker Hub.

Awesome Lists containing this project