Cloud Resume Challenge - Chunk 4 - Building the Automation and CI
dev.toΒ·12hΒ·
Discuss: DEV
Flag this post

By now, my Cloud Resume journey had already given me:

  • βœ… A strong AWS foundation (Chunk 0)
  • βœ… A static front-end (Chunk 1)
  • βœ… A serverless API visitor counter (Chunk 2)
  • βœ… Automated deployments + smoke testing (Chunk 3)

But there was still one major gap: my infrastructure wasn’t yet described in code, and my software supply chain needed extra hardening.

This chunk was all about professional-grade DevOps practices:

  • Use Terraform to manage AWS resources as code.
  • Secure the supply chain for my build + deployment pipeline.
  • Document the system with architecture diagrams.
  • Share the final product + GitHub repo for transparency.

🌍 Terraforming the Cloud Resume

ClickOps (manually clicking through the AWS console) works when learnin…

Similar Posts

Loading similar posts...