devopschallengeday.hashnode.dev60 Days DevOps Challenge: Day 18AWS ECS: Run and Scale Containerized Applications Effortlessly ✅ Challenge 1: Push Docker Image to Amazon ECR Steps: Create ECR Repository: aws ecr create-repository --repository-name my-app --region us-east-1 Login to ECR: sudo docker login -u ...Sep 30, 2025·3 min read
devopschallengeday.hashnode.dev60 Days DevOps Challenge: Day 17AWS S3 for DevOps What is Amazon S3? Amazon Simple Storage Service (S3) is a highly scalable object storage service offered by AWS. It is used to store, retrieve, and manage any amount of data from anywhere on the web. Buckets & Objects Object: Data ...Sep 24, 2025·5 min read
devopschallengeday.hashnode.dev60 Days DevOps Challenge: Day 16AWS IAM: Identity and Access Management ✅ Challenge 1: Create an IAM User with programmatic access. Answer: Via AWS Console Manually: Step 1: Go to IAM → Users → Add User User name: devops-user Access type: ✅ Check Programmatic access (creates acce...Sep 19, 2025·9 min read
devopschallengeday.hashnode.dev60 Days DevOps Challenge: Day 15AWS VPC: Secure, Scalable, and Private Cloud Networking What is a VPC? A Virtual Private Cloud (VPC) is a logically isolated section of AWS where you can define and control a virtual network that closely resembles a traditional on-premise network. Yo...Sep 12, 2025·9 min read
devopschallengeday.hashnode.dev60 Days DevOps Challenge: Day 14AWS EC2 Real-Life Challenges 🛠 Initial Tasks ✅ Task 1: Read about AWS EC2 Instance Types (AWS Docs) and list at least three instance types with their use cases.✅ Task 2: Explore EBS Volume Types (AWS Docs) and understand the difference between gp3, ...Sep 11, 2025·10 min read