Skip to main content

4 posts tagged with "aws"

View All Tags

· 3 min read
Nam Nguyen

VPC is the fundamental of a lot service in AWS. So let's start create our own vpc in aws via cdk.

We gonna create a VPC in AWS southeast-asia that have a vpc, one public subnet, one private subnet, one route table and one internet gateway.

VPC Example

· 3 min read
Nam Nguyen

Amazon Virtual Private Cloud

Amazon Virtual Private Cloud (VPC) is a service that lets you launch AWS resources in a logically isolated 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 for most resources in your VPC, helping to ensure secure and easy access to resources and applications.