AWS Certified SAP on AWS – Specialty (PAS-C01) — Question 90

A company deploys its SAP ERP system on AWS in a highly available configuration across two Availability Zones. The cluster is configured with an overlay IP address and a Network Load Balancer (NLB) to provide access to the SAP application layer to all users. The company's analytics team has created several Operational Data Provisioning (ODP) extractor services for the SAP ERP system.

A highly available ETL system will call the ODP extractor services. The ETL system is hosted on Amazon EC2 instances that are deployed in an analytics VPC in a different AWS account. An SAP solutions architect needs to prevent the ODP extractor services from being used as an attack vector to overload the SAP ERP system.

Which solution will provide the MOST protection for the ODP extractor services?

Answer options

Correct answer: D

Explanation

Option D offers the strongest protection by using a VPC endpoint service, which restricts access to the NLB only to authorized IAM roles, thus minimizing exposure to external threats. Other options, while they provide some level of access control, such as VPC peering and network ACLs, do not inherently limit access as effectively as a dedicated endpoint service does.