This repository contains a collection of AWS CloudFormation templates to provision and manage cloud infrastructure using Infrastructure as Code (IaC).
The main idea of this open-source project is to share practical, reusable, and well-documented templates that help engineers understand how to design scalable, secure, and automated AWS environments.
The templates in this repository cover resources such as:
- Amazon EC2
- VPC (Subnets, Route Tables, Internet Gateway, NAT Gateway)
- Security Groups
- Amazon EFS
- Networking architectures
Each template is designed with:
- Clear structure
- Parameterization
- Reusability
- Best practices alignment
- Didactic explanations (when applicable)
- AWS CloudFormation
- Amazon EC2
- Amazon VPC
- Amazon EFS
- IAM
- Go to CloudFormation
- Click Create Stack
- Upload the desired template
- Provide the required parameters
- Deploy
aws cloudformation create-stack \
--stack-name my-stack \
--template-body file://template.yaml \
--capabilities CAPABILITY_NAMED_IAM@laisfrigerio |
|---|
This project is licensed under the MIT License - see the LICENSE.md file for details