You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create High Availability Architecture with AWS CLI. The architecture includes -
Webserver configured on EC2 Instance.
Document Root(/var/www/html) made persistent by mounting on EBS Block Device.
Static objects used in code such as pictures stored in S3.
Setting up Content Delivery Network using CloudFront and using the origin domain as S3 bucket.
Finally place the Cloud Front URL on the webapp code for security and low latency.
About
This practical will show how to provision AWS resources like EC2, EBS, S3, CloudFront etc. using AWS CLI, Windows PowerShell Scripting and JSON Parsing.