Your private subnets need to connect to the Internet while still remaining private. Which AWS-managed VPC component allows you to do this?
NAT Gateways
NAT Gateways allow your instances in your private subnets to access the Internet while remaining private, and are managed by AWS.
A public subnet is accessible from the Internet while a private subnet is not accessible from the Internet.
Yes
A public subnet is accessible from the Internet while a private subnet is not accessible from the Internet.
Which type of firewall has both ALLOW and DENY rules and operates at the subnet level?
Network Access Control List (NACL)
A network access control list (NACL) is an optional layer of security for your VPC that acts as a firewall for controlling traffic in and out of one or more subnets. They have both ALLOW and DENY rules.
You would like to connect hundreds of VPCs and your on-premises data centers together. Which AWS service allows you to do link all these together efficiently?
Transit Gateway
Transit Gateway connects thousands of VPC and on-premises networks together in a single gateway.
A company needs two VPCs to communicate with each other. What can they use?
VPC Peering
VPC Peering connection is a networking connection between two VPCs using AWS' network.
You need a logically isolated section of AWS, where you can launch AWS resources in a private network that you define. What should you use?
A VPC
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. You can launch your AWS resources, such as Amazon EC2 instances, into your VPC.
A company needs to have a private, secure, and fast connection between its on-premises data centers and the AWS Cloud. Which connection should they use?
AWS Direct Connect
AWS Direct Connect is a cloud service solution that makes it easy to establish a dedicated private network connection from your premises to AWS.
Your VPC needs to connect with the Internet. Which VPC component can help?
Internet Gateway
An internet gateway is a horizontally scaled, redundant, and highly available VPC component that allows communication between your VPC and the internet.