https://github.com/mahmudhmh/iac-deployment
Deploy a high availability web app using CloudFormation Infrastructure as code
https://github.com/mahmudhmh/iac-deployment
aws cloudformation devops ec2-instance iac internet-gateway
Last synced: 22 days ago
JSON representation
Deploy a high availability web app using CloudFormation Infrastructure as code
- Host: GitHub
- URL: https://github.com/mahmudhmh/iac-deployment
- Owner: mahmudhmh
- License: apache-2.0
- Created: 2023-02-19T23:41:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-19T23:53:33.000Z (over 3 years ago)
- Last Synced: 2025-01-12T21:32:02.167Z (over 1 year ago)
- Topics: aws, cloudformation, devops, ec2-instance, iac, internet-gateway
- Language: Shell
- Homepage:
- Size: 1.69 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IAC-Deployment
Deploy a high availability web app using CloudFormation Infrastructure as code
# scenario
There will be two parts to this project:
1. Diagram: You'll first develop a diagram that you can present as part of your portfolio and as a visual aid to understand the CloudFormation script.

2. Script (Template and Parameters): The second part is to interpret the instructions and create a matching CloudFormation script.
2.1. Two Stacks Created

2.2. LoadBalancer

2.3. Auto Scaling Group

2.4. EC2 Instances

2.5. Internet gateways

2.6. Route Tabeles

2.7. Resources Stack

2.8. Working LoadBalancer URL
