Starting from Scratch: Manual AWS Infrastructure
Creation of AWS infrastructure manually to host our application is performed in this lesson. We then will install our web application on an EC2 instance.
Objective
- Get a simple web application running on a single EC2 instance.
Steps
- Manually create basic AWS infrastructure to host our application.
- Manually install our application on an EC2 instance.
Hosting our application
If you don’t already have an AWS account, you will need to create one.
⚠️You should never use your AWS root account credentials other than to create an Administrator user for your account. AWS has several best practices for managing accounts and ...