AWS Certified SAP on AWS – Specialty (PAS-C01) — Question 85
An SAP engineer is configuring AWS Backint Agent for SAP HANA (AWS Backint agent) for an SAP HANA database that is running on an Amazon EC2 instance. After the configuration, the backups fail. During investigation, the SAP engineer notices that the AWS Backint agent logs contain numerous AccessDenied messages.
Which actions should the SAP engineer take to resolve this issue? (Choose two.)
Answer options
- A. Update the EC2 role permissions to allow S3 bucket access.
- B. Verify that the configuration file has the correct formatting of the S3BucketOwnerAccountID.
- C. Install AWS Systems Manager Agent (SSM Agent) correctly by using the sudo command.
- D. Install the correct version of Python for AWS Backint agent.
- E. Add the execute permission to the AWS Backint agent binary.
Correct answer: A, B
Explanation
The correct actions involve updating the EC2 role permissions to ensure the AWS Backint agent can access the S3 bucket, as well as verifying the formatting of the S3BucketOwnerAccountID in the configuration file to prevent access issues. The other options, while potentially important for different functionalities, do not directly address the AccessDenied errors related to S3 access.