Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 14 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,20 @@ To complete this challenge, create the environments to run the application you c

[logo]:https://bitbucket.endava.com/projects/BD/repos/devops-rampup/raw/AWSSetup1.png?at=refs%2Fheads%2Fmaster "First SetUp"

Design, and propose a high availability architecture, you can use [lucid chart](https://www.lucidchart.com/pages/landing/aws_diagrams?utm_source=google&utm_medium=cpc&utm_campaign=en_tier3_desktop_nb_x_bmm&km_CPC_CampaignId=2083917352&km_CPC_AdGroupID=82392375528&km_CPC_Keyword=%2Baws%20%2Bchart&km_CPC_MatchType=b&km_CPC_ExtensionID=&km_CPC_Network=g&km_CPC_AdPosition=1t1&km_CPC_Creative=374937714654&km_CPC_TargetID=aud-552508845282:kwd-422443384480&km_CPC_Country=1003654&km_CPC_Device=c&km_CPC_placement=&km_CPC_target=&mkwid=s0jq98Ldd%7Cpcrid%7C374937714654%7Cpkw%7C%2Baws%20%2Bchart%7Cpmt%7Cb%7Cpdv%7Cc%7Cslid%7C%7Cproduct%7C%7Cpgrid%7C82392375528%7Cptaid%7Caud-552508845282:kwd-422443384480%7C&pgrid=82392375528&ptaid=aud-552508845282:kwd-422443384480&slid=&pgrid=82392375528&ptaid=aud-552508845282:kwd-422443384480&gclid=Cj0KCQjwoKzsBRC5ARIsAITcwXElBjKALxfs-JeVMB5CglxboWZqt4-fvyPwnmRg4VFLo9l9Nqphgx8aAg4iEALw_wcB), [draw.io](https://about.draw.io/new-aws-icons-2018/), or any similar tool you like.

example:
<https://www.lucidchart.com/invitations/accept/c99d4bea-1d85-43cb-82b5-e7c13be86337>

dont just copy that architecture, you can Improve it or even better, create a new one :)


Additional steps for this setup.
- Setup an Elastic Load Balancer.
- Create a new subnet in a different availability zone.
- Set up a DMZ with a proxy server (Nginx is recommended).
- Use RDS service to create a read replica in one of the AZs.

Steps:
- Create an AWS account
- Setup a custom VPC.
Expand Down Expand Up @@ -94,13 +108,7 @@ To complete this challenge, choose a tool and create cluster for the app we've u
---
### **8. AWS High Availability Architecture**

In case you already have some knowledge on AWS basics, this setup is meant to create a high availability architecture.

Additional steps for this setup.
- Setup an Elastic Load Balancer.
- Create a new subnet in a different availability zone.
- Set up a DMZ with a proxy server (Nginx is recommended).
- Use RDS service to create a read replica in one of the AZs.

---
### **9. Infrastructure as code**
Expand Down