In the previous section, you learned how to create an EC2 instance with default settings, and congratulations on taking that first step into the world of AWS! Now, it's time to empower you with the knowledge and skills to customize your EC2 instances to meet your specific business needs.
Lets assume that you need to provision a basic infrastructure using EC2 for a web application. Here are its technical requirements:- Assume that the app needs general purpose servers without much compute or memory.
- It requires two servers one facing internet and other in private network.
- The server in private network should be reachable or accessible only by the server in public network.
- And the server in private network should have 30GB of storage.
Tailoring EC2 Configuration to meet custom technical needsTo meet the above technical requirements of your app, we need to provision the infrastructure as depicted below.