Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.22 KB

README.md

File metadata and controls

17 lines (13 loc) · 1.22 KB

Problem Solution:

Step Description
1 Launch an EC2 instance.
2 Enable Auto Scaling on the EC2 instances with a minimum of 2 instances.
3 Create an RDS instance.
4a Create a database in the RDS instance with the name intel.
4b Create a table named data in the intel database.
4c Set the database password as intel123.
5 Update the website’s hostname configuration.
6 Allow traffic from the EC2 instances to the RDS instance.
7 Configure security groups to allow all traffic to the EC2 instances.

For the detailed solution, checkout this link: https://medium.com/devcloudninjas/aws-capstone-project-1-how-to-deploy-a-multi-tier-php-website-using-the-aws-ec2-mysql-rds-e8e837f56bab