SAP-C02 · Question #88
A solution architect is designing an AWS account structure for a company that consists of multiple terms. All the team will work in the same AWS Region. The company needs a VPC that is connected to…
The correct answer is A. Create an AWS CloudFormation template that provisions a VPC and the required subnets. C. Use AWS Transit Gateway along with an AWS Site-to-Site VPN for connectivity to the on-. To establish a cost-effective and scalable AWS account structure for multiple teams in a single region, create the VPC and subnets using AWS CloudFormation for consistent infrastructure-as-code deployment. For on-premises connectivity, utilize an AWS Site-to-Site VPN with AWS…
Question
A solution architect is designing an AWS account structure for a company that consists of multiple terms. All the team will work in the same AWS Region. The company needs a VPC that is connected to the on-premises network. The company expects less than 50 Mbps of total to and from the on-premises network. Which combination of steps will meet these requirements MOST cost-effectively? (Select TWO)
Options
- ACreate an AWS CloudFormation template that provisions a VPC and the required subnets.
- BCreate an AWS CloudFormabon template that provisions a VPC and the required subnets.
- CUse AWS Transit Gateway along with an AWS Site-to-Site VPN for connectivity to the on-
- DUse AWS Site-to-Site VPN for connectivity to the on-premises network
- EUse AWS Direct Connect for connectivity to the on-premises network.
How the community answered
(37 responses)- A65% (24)
- B19% (7)
- D5% (2)
- E11% (4)
Why each option
To establish a cost-effective and scalable AWS account structure for multiple teams in a single region, create the VPC and subnets using AWS CloudFormation for consistent infrastructure-as-code deployment. For on-premises connectivity, utilize an AWS Site-to-Site VPN with AWS Transit Gateway, which is cost-effective for bandwidth under 50 Mbps and simplifies connecting multiple VPCs to the on-premises network for future growth.
Using AWS CloudFormation to provision the VPC and required subnets ensures a consistent, automated, and repeatable infrastructure setup, which reduces manual errors and operational overhead, contributing to overall cost-effectiveness and manageability of the account structure.
For connectivity to an on-premises network with less than 50 Mbps traffic, an AWS Site-to-Site VPN is a highly cost-effective solution compared to Direct Connect. Combining it with AWS Transit Gateway centralizes the network hub, allowing multiple teams or VPCs (present or future) to connect to the on-premises network through a single VPN connection, simplifying management and reducing costs in a multi-team environment.
While an AWS Site-to-Site VPN alone provides connectivity, for a company with "multiple teams," using it in conjunction with AWS Transit Gateway (as in option C) offers a more scalable and centrally managed approach for connecting potentially multiple VPCs to the on-premises network, making it more cost-effective for future expansion than individual VPN connections.
AWS Direct Connect provides dedicated network connectivity but is significantly more expensive than an AWS Site-to-Site VPN, especially for bandwidth requirements less than 50 Mbps, thus not meeting the "MOST cost-effectively" requirement.
Concept tested: Cost-effective hybrid networking (VPN, TGW) and IaC
Source: https://aws.amazon.com/vpn/site-to-site-vpn/, https://aws.amazon.com/transit-gateway/, https://aws.amazon.com/cloudformation/
Community Discussion
No community discussion yet for this question.