Q48 — AWS SAP-C02 Ch.2
Question 48 of 75 | ← Chapter 2
Q198. A company's solutions architect is analyzing costs of a multi-application environment. The environment is deployed across multiple Availability Zones in a single AWS Region. After a recent acquisition, the company manages two organizations in AWS Organizations. The company has created multiple service provider applications as AWS PrivateLink-powered VPC endpoint services in one organization. The company has created multiple service consumer applications in the other organization Data transfer charges are much higher than the company expected, and the solutions architect needs to reduce the costs. The solutions architect must recommend guidelines for developers to follow when they deploy services. These guidelines must minimize data transfer charges for the whole environment.Which guidelines meet these requirements? (Select TWO)
- A. Use AWS Resource Access Manager to share the subnets that host the service provider applications with other accounts in the organization ✓
- B. Place the service provider applications and the service consumer applications in AWS accounts in the same organization
- C. Turn off cross-zone load balancing for the Network Load Balancer in all service provider application deployments
- D. Ensure that service consumer compute resources use the Availability Zone-specific endpoint service by using the endpoint's local DNS name ✓
- E. Create a Savings Plan that provides adequate coverage for the organization's planned inter-Availability Zone data transfer usage
Correct Answer: A. Use AWS Resource Access Manager to share the subnets that host the service provider applications with other accounts in the organization, D. Ensure that service consumer compute resources use the Availability Zone-specific endpoint service by using the endpoint's local DNS name
Explanation
此题库争议题目,若考试碰到,如下答案之间自己定:AD,BD,CDOption B suggests placing the service provider and consumer applications in AWS accounts in the same organization, but this may not provide significant cost savings as data transfer charges would still occur between different Availability Zones.Option C suggests turning off cross-zone load balancing for the Network Load Balancer in all service provider application deployments. This option may negatively affect application availability and does not necessarily minimize data transfer charges.Option E suggests creating a Savings Plan that provides coverage for planned inter-Availability Zone data transfer usage. While a Savings Plan can help reduce costs, it is not a guideline that developers can follow when deploying services.Therefore, options A and D in combination provide guidelines that can help minimize data transfer charges for the whole environment. Sharing the subnets that host the service provider applications with other accounts in the organization can reduce data transfer charges by keeping traffic within the same region. Ensuring that service consumer compute resources use the Availability Zone-specific endpoint service by using the endpoint's local DNS name can also help reduce data transfer charges by keeping traffic within the same Availability Zone.