Skip to content

DevCloudNinjas/lil-side-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages