Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

10 lines
732 B

# VPC
VPC stands for **Virtual Private Cloud** and is an essential service provided by AWS that allows you to create a private, isolated section within the AWS cloud, where you can define your own virtual network. It offers a more secure and controlled environment, enabling you to easily launch and manage your resources within your personal network.
Visit the following resources to learn more:
- [@official@Amazon AWS VPC](https://docs.aws.amazon.com/vpc/latest/userguide/what-is-amazon-vpc.html)
- [@video@AWS VPC & Subnets For Beginners](https://youtu.be/TUTqYEZZUdc)
- [@article@Up and Running with AWS VPC](https://cs.fyi/guide/up-and-running-with-aws-vpc)
- [@article@VPC Basics](https://cloudcasts.io/course/vpc-basics)