Create High Availability Architecture with AWS CLI

Create High Availability Architecture with AWS CLI


Webserver configured on EC2 Instance

CLI command to launch new OS.

No alt text provided for this image
No alt text provided for this image

Public IP of new OS.

No alt text provided for this image

SSH login to a newly created OS.

No alt text provided for this image

Installation and configuration of webserver.

No alt text provided for this image
No alt text provided for this image

HTML file of a webpage.

No alt text provided for this image

Accessing of a webpage with the help of he server.

No alt text provided for this image

Document Root(/var/www/html) made persistent by mounting on EBS Block Device.

Command to create EBS volume.

No alt text provided for this image
No alt text provided for this image

Making partitions of a newly created EBS volume.

No alt text provided for this image

Formating the newly created EBS volume.

No alt text provided for this image

Mounting the EBS volume with Folder.

No alt text provided for this image

Static objects used in code such as pictures stored in S3.

Creating a Bucket using CLI.

No alt text provided for this image
No alt text provided for this image

Putting image in the Bucket.

No alt text provided for this image

Setting up Content Delivery Network using CloudFront and using the origin domain as S3 bucket. 

Create Distribution using CLI.

No alt text provided for this image

 Finally place the Cloud Front URL on the webapp code for security and low latency.

Putting the URL in the webapp code.

No alt text provided for this image

Finally accessing the website .

No alt text provided for this image


To view or add a comment, sign in

Others also viewed

Explore content categories