AWS Certified Advanced Networking Specialty Practice Exam

Disable ads (and more) with a membership for a one time $4.99 payment

Prepare for the AWS Certified Advanced Networking Specialty Exam with detailed flashcards and multiple-choice questions. Each question includes hints and explanations. Ace your exam with confidence!

Practice this question and more.


Which of the following is NOT a default feature of a newly created VPC?

  1. Route table

  2. Internet gateway

  3. Network ACL

  4. Security group

The correct answer is: Internet gateway

In the context of a newly created Virtual Private Cloud (VPC) in AWS, an Internet gateway is an essential component that enables communication between instances within the VPC and the internet. However, it is not automatically created as part of the default configuration of a new VPC. While other features such as route tables, network access control lists (ACLs), and security groups are created by default with a VPC, an Internet gateway must be explicitly created and attached to the VPC to facilitate internet access. The route table is necessary for managing the routing of packets within the VPC. Every new VPC comes with a default route table, which helps define how instances within the VPC can communicate with each other and, potentially, with external networks. A network ACL is another default feature that operates at the subnet level, allowing you to control inbound and outbound traffic to and from your subnets. Each new VPC automatically comes with a default network ACL that permits all traffic. Security groups, often referred to as virtual firewalls for your instances, are also created by default upon the creation of a VPC. They provide instance-level security and govern the traffic allowed to and from Amazon EC2 instances within the VPC. In summary, while route