Skip to content

Latest commit

 

History

History
65 lines (44 loc) · 1.67 KB

File metadata and controls

65 lines (44 loc) · 1.67 KB

AWS Cloud Formation Templates

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.


🚀 What You'll Find Here

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)

🧩 Technologies & Services

  • AWS CloudFormation
  • Amazon EC2
  • Amazon VPC
  • Amazon EFS
  • IAM

🛠 How to Use

Using AWS Console

  1. Go to CloudFormation
  2. Click Create Stack
  3. Upload the desired template
  4. Provide the required parameters
  5. Deploy

Using AWS CLI

aws cloudformation create-stack \
  --stack-name my-stack \
  --template-body file://template.yaml \
  --capabilities CAPABILITY_NAMED_IAM

👩 Author

Lais Frigério
@laisfrigerio

📄 License

This project is licensed under the MIT License - see the LICENSE.md file for details