Capstone PGPCC AWS PDF
Capstone PGPCC AWS PDF
Capstone PGPCC AWS PDF
Note: Route53 was not fully configured or tested because of the requirement for
custom domain purchase.
cp capstone-aws-healthcare/* /var/www/html/
Create Launch configuration from an existing EC2 Instance
Create Subnets in the newly create VPC
2 Public Subnets
2 Private Subnets
o
Enable Auto-assigning of public IP for Public Subnets alone
o
Till this time, there’s no difference between the subnets create (public vs private)
Next step is to make the public subnets publicly accessible, for this we’d need to create
an internet gateway for our VPC
Create Internet Gateway
o
Attach Internet gateway to our VPC
Next we’d need to setup traffic rules for our internet gateway, for this we’d need to
create Two Routing tables .
Create Public and Private Route Table
o Create a route table
o Add a route to internet for our internet gateway
o
o Next, in order to make our Subnets publicly accessible, we’d need to associate
them to the Public Route Table
o
o Create Load Balancer
Select our VPC created in previous steps
And Associate LB with public subnets in each availability zones
Assign the load balance Security Group for Load Balancer
And assign listeners to the target group in load balancer
Associate Auto Scaling group to Target Group
At this time point, let’s make sure that the Target Groups is healthy
With this our Highly available healthcare app is up and running across multiple edge
locations
Edge locations are selected as part part of cloud front distribution creation
o