AWS Certified SAP on AWS – Specialty (PAS-C01) — Question 83
A company plans to migrate a critical SAP S/4HANA workload from on-premises hardware to AWS. An SAP solutions architect needs to develop a solution to effectively monitor the SAP landscape on AWS for this workload. The solution must capture resource utilization and must follow a serverless approach to monitor the SAP environment. The solution also must track all the API calls that are made within the company's AWS account.
Which combination of steps should the SAP solutions architect take to meet these requirements? (Choose two.)
Answer options
- A. Configure Amazon CloudWatch detailed monitoring for the AWS resources in the SAP landscape. Use AWS Lambda, and create the Lambda layer "sapjco" for the SAP Java Connector. Deploy the solution with AWS Serverless Application Repository for sap-monitor.
- B. Set up a Multi-AZ deployment of SAP on AWS. Use Amazon EC2 Auto Scaling to add or remove EC2 instances automatically based on the CPU utilization of the SAP instance.
- C. Use AWS CloudTrail to log and retain account activity related to actions across the SAP on AWS infrastructure.
- D. Use the AWS Personal Health Dashboard to get a personalized view of performance and availability of the underlying AWS resources.
- E. Use AWS Trusted Advisor to optimize the AWS infrastructure and to improve security and performance.
Correct answer: A, C
Explanation
Option A is correct because it outlines the use of Amazon CloudWatch for monitoring and AWS Lambda for a serverless solution, which meets the requirements. Option C is also correct as it involves using AWS CloudTrail to log API calls, fulfilling the logging requirement. Options B, D, and E do not address both the monitoring and logging needs effectively.