How to use AWS CodeDeploy to Effortlessly Deploy a Flask app to EC2?
AWS CodeDeploy

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…

How to Build and Deploy Angular Code to S3 Bucket using GitHub Actions

How to Build and Deploy Angular Code to S3 Bucket using GitHub Actions

Content Introduction Requirement Getting Started Conclusion Introduction Angular is an open-source web application framework. It is a TypeScript-based free and development platform for building WEB, desktop, and mobile applications. Amazon S3 stands for the Simple Storage Service. It is a service (object storage) that provides industry-leading scalability, data availability, storage, security, and Read more…