15 - VPC & Networking

Your private subnets need to connect to the Internet while still remaining private. Which AWS-managed VPC component allows you to do this?

1
2
3
4
4

NAT Gateways

A public subnet is accessible from the Internet while a private subnet is not accessible from the Internet.

1
2
3
1

Yes

Which type of firewall has both ALLOW and DENY rules and operates at the subnet level?

1
2
3
4
1

Network Access Control List (NACL)

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?

1
2
3
4
2

Transit Gateway

A company needs two VPCs to communicate with each other. What can they use?

1
2
3
4
4

VPC Peering

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?

1
2
3
4
3

A 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?

1
2
3
4
4

AWS Direct Connect

Your VPC needs to connect with the Internet. Which VPC component can help?

1
2
3
4
4

Internet Gateway

BoolFalse