Skip to content

AWS VPC Quiz

::: quiz

Question 1

What does a VPC (Virtual Private Cloud) allow you to do in AWS?

  • [ ] Store large amounts of data
  • [x] Launch AWS resources into a virtual network
  • [ ] Create dashboards for monitoring

Question 2

What is the default number of VPCs per region per AWS account?

  • [x] 1
  • [ ] 2
  • [ ] 5

Question 3

Which of the following components is NOT part of an AWS VPC?

  • [ ] Route Table
  • [ ] Subnet
  • [x] Lambda Function

Question 4

What is the purpose of an Internet Gateway in a VPC?

  • [ ] To route traffic between subnets
  • [ ] To allow communication between instances
  • [x] To enable internet access to/from the VPC

Question 5

Which type of subnet is required to host a publicly accessible web server in AWS?

  • [ ] Private Subnet
  • [x] Public Subnet
  • [ ] VPN Subnet

:::