###############################
###############################
Template files for AWS CloudFormation stacks deployment.
We recommend to use 🌧️ RAIN to deploy.
I´d consider AWS CDK as CloudFormation on 💪 steroids LOL, you can use your favorite programming language to create CFN templates 🚀
AWS CDK (Python) codes for daily activities / automations in general.
Tutorial: Create your first AWS CDK app
Template files for Terraform deployment of AWS services.
###############################
###############################
Python3 🤖 codes for daily activities / automations in general.
Bash scripts 🛠️ to automate AWS tasks in general (mostly using AWS CLI).
Description | Link | Topic |
---|---|---|
Generate IAC from existing AWS resources | https://former2.com/ | DevOps |
Create your first AWS CDK App | https://docs.aws.amazon.com/cdk/v2/guide/hello_world.html | DevOps |
Twelve-factor methodology for apps development | https://12factor.net/ | DevOps |
Don´t Repeat Yourself (DRY) | https://en.wikipedia.org/wiki/Don%27t_repeat_yourself | DevOps |
KISS principle (or Keep It Simple, Stupid) | https://www.freecodecamp.org/news/keep-it-simple-stupid-how-to-use-the-kiss-principle-in-design/ | DevOps |
Optimize Your AWS Lambda Function With Power Tuning | https://catalog.workshops.aws/serverless-optimization/en-US/power-tuning | FinOps |
Scaling cost effective architectures | https://catalog.us-east-1.prod.workshops.aws/workshops/f238037c-8f0b-446e-9c15-ebcc4908901a/en-US/ | FinOps |