Overview This project demonstrates how to deploy the well-known Istio BookInfo microservices application on Amazon ECS using the Fargate launch type. The BookInfo application is composed of four microservices, each running as an independent ECS task:...

Introduction When working with AWS, one of the most common challenges developers face is connecting their Virtual Private Cloud (VPC) resources (like EC2, Lambda, or ECS) to AWS services such as S3 or DynamoDB. Traditionally, this is done using a NAT...

Instead of using a NAT gateway to connect to the internet, you can set up VPC endpoints to directly and securely pull container images from Amazon ECR (Elastic Container Registry) to your EC2 instances within your VPC (Virtual Private Cloud). This wa...

👋 Hey everyone! Today marks Day 3 of my AWS Zero to Hero learning journey. After understanding EC2 and VPC, I realized something crucial — just launching servers isn't enough.If you don’t control access, you’re basically leaving your digital doors w...
