Siddhant Bhattaraisiddhantbhattarai.hashnode.dev·Jan 30, 2024Deploying a React Frontend App Using Amazon ECR, ECS Fargate, and ALBIntroduction: In today's blog post, we will walk through the process of deploying a React frontend application using Amazon Elastic Container Registry (ECR), Elastic Container Service (ECS) Fargate, and an Application Load Balancer (ALB). This approa...79 reads#awsEcr
Nayan Shivharenayanshiv1.hashnode.dev·Mar 4, 2023CI/CD Pipeline for Java Application with Amazon ECS + Amazon ECRWhat is CI/CD? CI/CD (Continuous Integration and Continuous Delivery/Deployment) pipeline is an automated software development practice that helps to improve the quality of software development, increase the speed of the delivery process, and reduce ...51 readsecr
Arnab Maityitisaby.hashnode.dev·Jan 23, 2023Configure AWS ECR with Terraform | GitHub ActionsOur Goal In this Blog, I will try to explain how to build a docker image and push it to AWS ECR and deploy it to an AWS EC2 instance using GitHub Actions. We will be provisioning resources using Terraform. It is a lovely automation tool I like to use...20 likes·155 readsMy DevOps JourneyAWS