Create public and private subnets in AWS VPC to secure your containers

preview_player
Показать описание
Deploying containers into a VPC becomes more secure by creating them in a private subnet. This means they can't automatically be accessed from the internet. 🔒

Since you don't get private subnets in the default VPC in your AWS account, in this video I'll show you exactly how to create a VPC with public and private subnets. We'll be doing this using the templating language AWS CloudFormation, which means you can try out the example yourself.

▶️ Public vs. private subnets 0:42
▶️ CloudFormation recap 1:46
▶️ What AWS resources we're going to create 2:35
▶️ Applying the template to create the resources 3:55
▶️ Checking out our new VPC 4:35
▶️ Jumping into the CloudFormation template 6:02

Рекомендации по теме
Комментарии
Автор

Thanks Tom. This video was great and really useful.

jtango
Автор

Thanks for this great and clean video.

MHamza-wxkv
Автор

Note: if you are a beginner, you should create everything manually. It is the best way to learn!

jota.
Автор

That's a really solid video. Cheers Tom.

katet
Автор

Best lecture on aws vpc.. with the English i can actually understand... why is the view so low?

samkim
Автор

british accent
makes it more understandable and engagging

rootcause
Автор

Tom, I have a question about our architecture. we are looking at load balancer to map /ca or /us in our url paths to different region but understood that the load balancers works in one region only. doyou have any kind of video or tutorial for load balancers and this kind of design in application level?

mohamadeghlima
Автор

Hi, How can we find by looking into IP address is that private or public?

chandrakanth
Автор

Private subnet can be outbound to internet. But can they be inbound (from the internet)? Thanks

ziat
Автор

Hello is there anyway I can create private subnet proxies??

thatboyrocky