AWS Virtual Private Cloud - Beginner
Amazon Virtual Private Cloud (Amazon VPC) is the option to create private virtual networks, in a section isolated from the rest of the virtual networks available in AWS. This virtual network is very similar to the traditional network you would use in your own data center,
Created by Luciano Giacchetta
Included in Careers:
USD 0.0
Includes 65% OFF
7-Day Money Back Guarantee
This course includes
- 4 Modules
- 8 Videos
- 12 Practices
- Full-time access
- Mobile & Tablet access
- Course Certificate
What you'll learn
- What is a VPC and how it works
- What are subnets and how they relate to VPCs
- What is a security group
- How to use AWS CLI to use VPC
- CRUD operations with VPC
- What is an Internet Gateway
Course Contents
8 Hours 0 Minutes
Your AWS account includes a default VPC in each AWS region. Your default VPCs are configured so that you can immediately start and connect to EC2 instances.
A Virtual Private Cloud (VPC) is a virtual network dedicated to your AWS account. It is logically isolated from other virtual networks in the AWS Cloud.
A subnet is a range of IP addresses within your VPC. You can launch AWS resources in a specific subnet. Use a public subnet for resources that must be connected to the internet and a private subnet for resources that will not be connected to the internet.
Learn the different ways to interconnect your VPCs. You can connect your virtual private cloud to other networks.