nerdexam
CompTIA

CV0-003 · Question #875

A company has a large environment with multiple VPCs across three regions in a public cloud. The company is concerned about connectivity within the regions. Which of the following should the cloud adm

The correct answer is A. Peering. VPC peering establishes direct, private network connectivity between VPCs, solving intra-region and inter-region communication without requiring public internet routing.

Cloud Architecture and Design

Question

A company has a large environment with multiple VPCs across three regions in a public cloud. The company is concerned about connectivity within the regions. Which of the following should the cloud administrator implement?

Options

  • APeering
  • BA firewall
  • CNetwork access control
  • DA load balancer

How the community answered

(36 responses)
  • A
    86% (31)
  • B
    8% (3)
  • C
    3% (1)
  • D
    3% (1)

Why each option

VPC peering establishes direct, private network connectivity between VPCs, solving intra-region and inter-region communication without requiring public internet routing.

APeeringCorrect

VPC peering creates a private network connection between two or more VPCs, allowing resources in each VPC to communicate using private IP addresses as if they were on the same network. In a multi-VPC, multi-region environment, peering connections can be established both within and across regions to address connectivity concerns. This is the purpose-built solution for enabling VPC-to-VPC communication in a public cloud.

BA firewall

A firewall controls and filters traffic based on security rules but does not establish the underlying network connectivity path between VPCs.

CNetwork access control

Network access control lists (NACLs) provide stateless traffic filtering at the subnet level for security purposes, not for creating connectivity between separate VPCs.

DA load balancer

A load balancer distributes incoming traffic across multiple backend targets to improve availability and performance, but it does not create routable network paths between VPCs.

Concept tested: VPC peering for multi-VPC connectivity

Source: https://docs.aws.amazon.com/vpc/latest/peering/what-is-vpc-peering.html

Topics

#VPC peering#multi-region networking#cloud connectivity#network design

Community Discussion

No community discussion yet for this question.

Full CV0-003 Practice