Below you will find pages that utilize the taxonomy term “DevOps”
Published on December 18, 2022
Build, deploy and run an application with ECR, ECS and Codebuild (Part 2)
Introduction This is the second part of our project including ECS, ECR, Codebuild, github actions. You can find the first part here.
This part will focus more on the deployment of our application (its container image), the unit tests executed by Codebuild at each push in github and finally we can test through our web browser if our application responds as expected.
The source code of the whole project : https://github.
Published on December 11, 2022
Build, deploy and run an application with ECR, ECS and Codebuild (Part 1)
Introduction In this article, we will follow the complete development cycle of a real-world application from its conception to its production. Nowadays, the wind of the moment pushes us all to turn to the cloud because in many aspects it offers more advantages compared to on-premises systems.
I decided to divide this tutorial into two parts given its volume, so for this first part, we will focus in more detail on the infrastructure to be deployed and the motivation behind the choice of technologies used.