Welcome, folks!   👋🏻

This is my personal collection of notes and CloudFormation templates for my future reference. It may be not too accurate; simply because it is my learning curve here haha. So, feel free to reach me if there's something wrong or needs improvement.

Notes

This section is a quick reference for core AWS configs/docs across categories like Compute, Storage, Networking, and Management. It notes to services such as EC2, S3, CloudFront, etc. It helps me quickly refer to AWS essentials, aiding in project planning and architecture decisions for AWS solutions.

CF Templates

These CloudFormation templates specify AWS resources, creating a consistent, repeatable deployment across environments; simplifying infra management. This saves time, ensures consistent deployments. Normally, I write these templates in YAML, but it may also be written in JSON.