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

A financial services company is implementing SAP core banking on AWS. The company must not allow any system information to traverse the public internet. The company needs to implement secure monitoring of its SAP ERP Central Component (SAP ECC) system to check for performance issues and faults in its application. The solution must maximize security and must be supported by SAP and AWS.
How should the company integrate AWS metrics with its SAP system to meet these requirements?

Answer options

Correct answer: C

Explanation

Option C is correct because it utilizes VPC endpoints for Amazon CloudWatch and Amazon EC2, ensuring that data does not traverse the public internet, thus maximizing security. It also specifies an appropriate IAM policy that limits permissions to only necessary actions, aligning with best practices. Options A and B do not use VPC endpoints, which exposes data to the public internet, and option D grants overly broad permissions, which can compromise security.