Create High Availability Architecture with AWS CLI
Webserver configured on EC2 Instance
CLI command to launch new OS.
Public IP of new OS.
SSH login to a newly created OS.
Installation and configuration of webserver.
HTML file of a webpage.
Accessing of a webpage with the help of he server.
Document Root(/var/www/html) made persistent by mounting on EBS Block Device.
Command to create EBS volume.
Making partitions of a newly created EBS volume.
Formating the newly created EBS volume.
Mounting the EBS volume with Folder.
Static objects used in code such as pictures stored in S3.
Creating a Bucket using CLI.
Putting image in the Bucket.
Setting up Content Delivery Network using CloudFront and using the origin domain as S3 bucket.
Create Distribution using CLI.
Finally place the Cloud Front URL on the webapp code for security and low latency.
Putting the URL in the webapp code.
Finally accessing the website .