Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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.