Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SirPhemmiey committed Jun 26, 2022
1 parent 09a9a89 commit b46250a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

This is a project called Udagram App where i deployed web servers for a highly available web app using CloudFormation. I wrote the script to create, update, deploy and delete the infrastructure and application for the project from scratch. The script began by defining the parameters to accept, definining the resources (VPC, Internet gateways, S3 bucket policy, NAT gatways, private and public subnets, route tables, security groups, launch configuration, load balances and listeners).

### Files Included
### Project Content

```
stack.yaml - it contains the main script for deploying the infrastructure
Expand All @@ -15,4 +15,7 @@ validate.sh - it contains the aws cli script to validate the deployment script
Udagram-Cloud-Arch.png - this is the cloud architecture diagram that the deployment script (stack.yaml) interprets
screenshots/* - it's a folder that contains the necessary screenshots to show that all the processes were successful
```
```
Cloud Architecture Diagram

![Cloud-architecture-diagram](https://raw.githubusercontent.com/SirPhemmiey/cloud-devops-project/master/Udagram-Cloud-Arch.png)

0 comments on commit b46250a

Please sign in to comment.