In this lab, you create a basic Amazon Virtual Private Cloud (Amazon VPC) without using the VPC Wizard.
Amazon
VPC lets you provision a logically isolated section of the Amazon Web
Services (AWS) cloud where you can launch AWS resources in a virtual
network that you define. You have complete control over your virtual
networking environment, including selection of your own IP address
range, creation of subnets, and configuration of route tables and
network gateways. Â You can use both IPv4 and IPv6 in your VPC for secure
and easy access to resources and applications.
Level
Fundamental
Duration
1 Hours 30 MinutesCourse Objectives
In this course, you will learn how to:
- Create an Amazon Virtual Private Cloud (VPC)
- Create a public and private subnets
- Create an Internet gateway
- Create a Route Table and add a route to the Internet
- Create a security group for your web server to only allow HTTP traffic to your web server
- Create a security group for your MySQL RDS instance to only allow MySQL traffic from your public subnet
- Deploy a web server and a MySQL RDS instance
- Configure your application to connect to your MySQL RDS instance
Intended Audience
This course is intended for:
- Infrastructure Engineers
- Systems Operators
Prerequisites
We recommend that attendees of this course have the following prerequisites:
-
None
Course Outline
- Task 1: Create a VPC
- Task 2: Create your public subnet
- Task 3: Create an Internet Gateway
- Task 4: Create a Route Table, Add Routes, And Associate Public Subnets
- Task 5: Create a Security Group for your Web Server
- Task 6: Launch a Web Server in your Public Subnet
- Task 7: Create Private Subnets for your MySQL Server
- Task 8: Create a Security Group for your Database Server
- Task 9: Create a Database Subnet Group
- Task 10: Create an Amazon RDS Database
- Task 11: Connect Your Address Book Application to Your Database