Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/damola12345/udacity-deploy-a-high-availability-webapp-cloudformation
Udacity Cloud DevOps Engineer Nanodegree(Deploy a High Availability Web App using AWS Cloudformation)
https://github.com/damola12345/udacity-deploy-a-high-availability-webapp-cloudformation
Last synced: 21 days ago
JSON representation
Udacity Cloud DevOps Engineer Nanodegree(Deploy a High Availability Web App using AWS Cloudformation)
- Host: GitHub
- URL: https://github.com/damola12345/udacity-deploy-a-high-availability-webapp-cloudformation
- Owner: Damola12345
- Created: 2022-05-25T21:11:36.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-06T08:16:39.000Z (over 2 years ago)
- Last Synced: 2024-10-11T15:47:20.880Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 1.61 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Udacity--Deploy-a-High-Availability-WebApp-cloudformation
This is the second project in the AWS Cloud DevOps Engineer Udacity Nanodegree (Deploy a High Availability Web App using AWS Cloudformation).## Project Overview
- The objective of this project is to create the required AWS infrastructure Network and Servers(EC2) using Infrastructure as Code AWS Cloudformation scripts, the source code of the Web Application would be downloaded to the EC2 servers from AWS S3 Storage.## AWS INFRASTRUCTURE CREATED
- VPC
- EC2
- ASG, ALB
- S3, IAM
- Bash## Project Files
- `Architecture` - Architectural diagram of this project
- `Cloudformation` - This folder contains cloudFormation template for creating network and servers resources for this project.
- `scripts` - This folder contains script to create, delete and update CloudFormation stack.
- `index.html` - The Index document for the application.