exam questions

Exam AWS Certified Cloud Practitioner All Questions

View all questions & answers for the AWS Certified Cloud Practitioner exam

Exam AWS Certified Cloud Practitioner topic 1 question 109 discussion

Exam question from Amazon's AWS Certified Cloud Practitioner
Question #: 109
Topic #: 1
[All AWS Certified Cloud Practitioner Questions]

A pharmaceutical company operates its infrastructure in a single AWS Region. The company has thousands of VPCs in a various AWS accounts that it wants to interconnect.
Which AWS service or feature should the company use to help simplify management and reduce operational costs?

  • A. VPC endpoint
  • B. AWS Direct Connect
  • C. AWS Transit Gateway
  • D. VPC peering
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
bratpyt
Highly Voted 3 years, 7 months ago
The answer is C - TransitGateway. The more complicated topology is the more likely TransitGateway will be the answer.
upvoted 36 times
bratpyt
3 years, 7 months ago
Moreover, VPC peering is not transitive, so you would need to set it up (1000*999)/2 times to interconnect every.
upvoted 17 times
timHAG
2 years, 7 months ago
can VPC peering work across different account? can this be the keyword for going Transit, as the VPC peering will not work in the first place.?
upvoted 2 times
software_dev_delivery
2 years, 2 months ago
You can peer with a virtual private cloud (VPC) in another AWS account by using AWS::EC2::VPCPeeringConnection.
upvoted 1 times
1Cman
1 year, 4 months ago
You are asked to both simplify management and reduce operational costs. Don't just focus on costs. With peering, management is significantly more complicated and adds much more complexity when troubleshooting. With the TransitGateway, costs do go up but management is significantly simpler. So for a minor increase in cost, you save a ton of money paying people to manage.
upvoted 1 times
...
...
...
...
nabilH
1 year, 4 months ago
but we have "reduce operational costs" also, which is achieved with VPC peering (Transit has an hourly cost + cost of data transfered)
upvoted 1 times
...
...
Brant
Highly Voted 3 years, 6 months ago
C is correct. https://aws.amazon.com/transit-gateway/?whats-new-cards.sort-by=item.additionalFields.postDateTime&whats-new-cards.sort-order=desc AWS Transit Gateway connects VPCs and on-premises networks through a central hub. This simplifies your network and puts an end to complex peering relationships. It acts as a cloud router – each new connection is only made once.
upvoted 12 times
nabilH
1 year, 4 months ago
No, D is correct. The question says that it's looking for a cost effective solution, transit-gateway has a monthly cost of 38$ per VPC, with thousands of VPCs (as in the question) that's a lot of money that can be saved by using VPC peering
upvoted 2 times
nabilH
1 year, 4 months ago
I came here to correct my mistake, It's not D because not only the mesh architecture adds a lot of complexity but also, a VPC is limited to 125 connections which is not enough for 1000s of VPCs
upvoted 4 times
...
...
...
HebaXX
Most Recent 1 month ago
Selected Answer: C
AWS Transit Gateway is the best option for simplifying the management and reducing operational costs when interconnecting a large number of VPCs across multiple AWS accounts within a single AWS Region. AWS Transit Gateway acts as a central hub that connects multiple VPCs and on-premises networks, simplifying network management and routing. It also reduces the operational complexity and costs associated with managing many individual VPC peering connections.
upvoted 1 times
...
Shailen
1 year, 1 month ago
Selected Answer: C
B> AWS Transit Gateway simplifies the management of such a network by allowing the company to connect all their VPCs and on-premises networks through a central hub. This reduces operational complexity and can help lower costs by eliminating the need for multiple peering connections. Transit Gateway acts as a scalable and efficient solution for managing large-scale network architectures. Option C is disqualifies due to below restriction: By default, you can establish up to 50 active VPC peering connections per VPC in AWS. If needed, you can request an increase for this limit up to 125 active VPC peering connections per VPC. Refer https://docs.aws.amazon.com/vpc/latest/peering/vpc-peering-basics.html#vpc-peering-limitations
upvoted 1 times
...
DrMatthew
1 year, 3 months ago
Selected Answer: C
C because of the cost saving reason
upvoted 1 times
...
nabilH
1 year, 4 months ago
Selected Answer: D
Based on https://d1.awsstatic.com/whitepapers/building-a-scalable-and-secure-multi-vpc-aws-network-infrastructure.pdf Gateway vs VPC peering section, VPC peering achieves lower cost which is part of the question
upvoted 2 times
...
HOYIITPUCO
1 year, 6 months ago
Selected Answer: C
VPC endpoints: Connect your VPC to supported AWS services without going over the internet. VPC peering: Connect two VPCs so that they can communicate with each other as if they were on the same network. Transit gateways: Connect your VPCs, on-premises networks, and VPN connections to a centralized hub.
upvoted 2 times
...
Chace
1 year, 7 months ago
https://docs.aws.amazon.com/vpc/latest/peering/what-is-vpc-peering.html Pricing for a VPC peering connection There is no charge to create a VPC peering connection. All data transfer over a VPC Peering connection that stays within an Availability Zone (AZ) is free. Charges apply for data transfer over a VPC Peering connections that cross Availability Zones and Regions. For more information, see Amazon EC2 Pricing. Transit Gateway maybe a better choice when "simplify management" is the only need, however, it's not free... Needs: interconnection + simplify management + reduce operational cost...... Thus, I'll stick with VPC peering connection.
upvoted 1 times
...
Vibsbhat
1 year, 7 months ago
Advantages of VPC peering Low cost since you need to pay only for data transfer. No bandwidth limit.
upvoted 1 times
...
rockyogi12345
1 year, 7 months ago
C. AWS Transit Gateway: AWS Transit Gateway is designed for connecting multiple VPCs, VPNs, and on-premises networks in a scalable and centralized manner, making it a suitable choice for simplifying management and reducing costs when interconnecting multiple VPCs. D. VPC peering: VPC peering is a way to connect two VPCs directly. While it's useful for connecting two VPCs, it doesn't scale well when you have thousands of VPCs to interconnect, and it doesn't provide centralized management and routing control across all the VPCs. So, for the scenario described, AWS Transit Gateway is the most appropriate choice.
upvoted 3 times
...
The_Normal_One
1 year, 8 months ago
A transit gateway enables you to attach VPCs and VPN connections in the same Region and route traffic between them. A transit gateway works across AWS accounts, and you can use AWS RAM to share your transit gateway with other accounts. After you share a transit gateway with another AWS account, the account owner can attach their VPCs to your transit gateway. A user from either account can delete the attachment at any time.
upvoted 1 times
...
Yuval711
1 year, 8 months ago
Selected Answer: D
I'm sticking with D. VPC peering. VPC Peering and Transit Gateway are used to connect multiple VPCs. VPC Peering provides Full-mesh architecture while Transit Gateway provides hub-and-spoke architecture. Transit Gateway gives VPC connectivity at scale and simplifies VPC-to-VPC communication management over VPC Peering with a large number of VPCs. nowhere in the question does it say that they need to reach outside their network. only connect VPC's
upvoted 1 times
...
Pranava_GCP
1 year, 8 months ago
Selected Answer: C
C. AWS Transit Gateway "AWS Transit Gateway connects your Amazon Virtual Private Clouds (VPCs) and on-premises networks through a central hub. This connection simplifies your network and puts an end to complex peering relationships. Transit Gateway acts as a highly scalable cloud router—each new connection is made only once." https://aws.amazon.com/transit-gateway/
upvoted 1 times
...
Soumya198725
1 year, 8 months ago
In question the below easily indicate the answer as Option C "The company has thousands of VPCs in a various AWS accounts that it wants to interconnect."
upvoted 2 times
...
man5484
1 year, 9 months ago
Selected Answer: C
AWS Transit Gateway is the AWS service that can help simplify the management and reduce operational costs of interconnecting multiple VPCs (Virtual Private Clouds) spread across various AWS accounts in a single AWS Region. AWS Transit Gateway acts as a hub that allows for the centralization of network traffic between VPCs and on-premises networks. With AWS Transit Gateway, the pharmaceutical company can establish a single connection to the transit gateway and use it to efficiently route traffic between all the interconnected VPCs. By using AWS Transit Gateway, the company can simplify its network architecture, reduce the number of VPN connections or Direct Connect links required, and manage its network routing policies in a centralized manner. This simplification and consolidation of network connectivity can lead to operational cost savings and improved management efficiency.
upvoted 4 times
...
SayanKundu
1 year, 9 months ago
Selected Answer: C
Why Transit Gateway: AWS Transit Gateway connects VPCs and on-premises networks through a central hub. Why Not peering: Peering works for a small number of VPCs. Mainly if two VPCs. connecting peer-to-peer connection across multiple VPCs create a complex infrastructure which is difficult to manage and control.
upvoted 1 times
SayanKundu
1 year, 9 months ago
Sorry Peer-to-peer -> Point-to-point connection
upvoted 1 times
...
...
ESAJRR
1 year, 10 months ago
Selected Answer: C
C. AWS Transit Gateway
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago