EC2
How to use AWS CodeDeploy to Effortlessly Deploy a Flask app to EC2?
Contents Introduction Create an IAM Role Create a Code Commit Repository Launch EC2 Instance and Install Code Deploy Agent Create CodeDeploy Application Create CodePipeline Conclusion Introduction In this article, we learn continuous deployment using the AWS Code pipeline. Use AWS CodePipeline to deploy code maintained in a CodeCommit repository to Read more…