DEV Community

Cover image for AWS Cloud Path Week 8 - Completing AWS 101 Workshop with CDK
3

AWS Cloud Path Week 8 - Completing AWS 101 Workshop with CDK

Welcome back, cloud builders! In Week 8, we tried our hands at the AWS 101 Workshop by implementing everything we previously deployed manually—this time using AWS CDK. This was a huge milestone in our journey toward Infrastructure as Code (IaC). Let’s dive into the recap.


Week 8 Highlights

This week, we transitioned from a simple AWS Lambda Function to fully automating our infrastructure using AWS CDK. Here’s what you need to know:

1. Deploy the AWS 101 Workshop with CDK:
We successfully deployed the same infrastructure covered in previous weeks but using AWS CDK instead of manual setup.

AWS Architecture Diagram

2. Created and Configured Our CDK Project:

  • Set up networking (VPC, subnets, security groups)
  • Deploy EC2 instances
  • Implement storage solution (S3)
  • Set up load balancing

3. Next Steps:

  • Configure IAM roles and permissions
  • Set up auto-scaling

4. Explored the AWS Console to Inspect Deployed Resources:

  • Validated the deployed infrastructure.
  • Checked CloudFormation stacks and stack events.

Missed the session? Catch up here:

  1. 💻 GitHub Repo: AWS 101 CDK Project
  2. 📺 Session Recording:

What’s Next: Week 9 Preview

In Week 9, we’ll dive deeper into IAM roles, permissions, and connecting our resources for seamless operation.

📢 Want to stay updated? Join our WhatsApp channel to get notifications and continue the conversation! https://whatsapp.com/channel/0029VaxqhutFnSzCi34WSF02

See you next week! 🚀

Hostinger image

Get n8n VPS hosting 3x cheaper than a cloud solution

Get fast, easy, secure n8n VPS hosting from $4.99/mo at Hostinger. Automate any workflow using a pre-installed n8n application and no-code customization.

Start now

Top comments (0)

Create a simple OTP system with AWS Serverless cover image

Create a simple OTP system with AWS Serverless

Implement a One Time Password (OTP) system with AWS Serverless services including Lambda, API Gateway, DynamoDB, Simple Email Service (SES), and Amplify Web Hosting using VueJS for the frontend.

Read full post

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay