Medium1 markMultiple Choice
AWS SAP-C02 · Question 53 · Domain 3.3: Performance Improvement
A data analytics workload runs on Amazon EC2 instances and reads massive datasets from Amazon S3. The instances are currently in a public subnet. The architect notices high data transfer costs and suboptimal read performance. Which TWO actions will improve performance AND reduce costs? (Select TWO)
A data analytics workload runs on Amazon EC2 instances and reads massive datasets from Amazon S3. The instances are currently in a public subnet. The architect notices high data transfer costs and suboptimal read performance. Which TWO actions will improve performance AND reduce costs? (Select TWO)
Answer options:
A.
Create a VPC Gateway Endpoint for Amazon S3.
B.
Enable S3 Transfer Acceleration.
C.
Move the EC2 instances to a different region.
D.
Ensure the EC2 instances and the S3 bucket are in the same AWS Region.
E.
Use AWS Direct Connect to access S3.
F.
Enable S3 Object Lock.
How to approach this question
Identify actions that keep traffic local to the AWS network and region.
Full Answer
A, D
Keeping the EC2 instances and S3 bucket in the same region eliminates cross-region data transfer costs and reduces latency. Using a VPC Gateway Endpoint routes traffic over the AWS private network, avoiding NAT Gateway charges and improving performance.
Common mistakes
Selecting Transfer Acceleration for internal AWS traffic.
Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 6
75 questions · hints · full answers · grading
More questions from this exam
Q01A global enterprise requires highly available hybrid connectivity between its on-premises data ce...HardQ02An organization has 50 VPCs across two AWS Regions connected via Transit Gateways (TGW). The TGWs...HardQ03A company uses AWS Organizations. The network team wants to share a central Transit Gateway (TGW)...MediumQ04An enterprise has on-premises data centers in the US and Europe. They want to use the AWS global ...HardQ05A company requires that all API calls to Amazon S3 from their VPC must not traverse the public in...Medium
Expert