Week 4 - Amazon VPC
Amazon Virtual Private Cloud (Amazon VPC) is a service from AWS that lets you create your own private network in the cloud. It works like a traditional data center but gives you the flexibility and scalability of the cloud. With a VPC, you can set up parts of your network called subnets, choose your own IP address ranges, and control how data moves in and out using route tables and gateways. For example, an internet gateway lets your resources connect to the internet, while a VPC endpoint lets you privately connect to AWS services without going through the internet. Every AWS account comes with a default VPC so you can start quickly, but you can also create your own custom VPC with settings that meet your specific needs. You can connect your VPC to other networks, like other VPCs or even your company’s on-premises network, using features like VPC peering, VPNs, or transit gateways. AWS also offers tools like traffic mirroring to help you monitor network activity and VPC flow logs to t...