- Newest
- Most votes
- Most comments
Hi Katz,
Have a look at https://boto3.amazonaws.com/v1/documentation/api/1.26.101/reference/services/ssm-sap/client/register_application.html
it gives 3 prereqs:
The SAP application you want to register with AWS Systems Manager for SAP is
running on Amazon EC2.
AWS Systems Manager Agent must be setup on an Amazon EC2 instance along
with the required IAM permissions.
Amazon EC2 instance(s) must have access to the secrets created in AWS Secrets
Manager to manage SAP applications and components.
Do you satisfy them all ? #1 is obvious. #2 & #3 are the real ones. On #3, make sure to use the EC2 execution role that you assigned to your EC2 instances for it to work.
Best
Didier
Please take a look at SSM discovery log under /usr/bin/ssm-sap/logs/discovery.log The discovery log contains additional information on registration status which will be helpful to troubleshooting further.
Step-1: Prerequisites for SSM for SAP: https://docs.aws.amazon.com/ssm-sap/latest/userguide/get-started.html
Step-2: Discovery and Registration SAP HANA Database using ssm-sap CLI: https://docs.aws.amazon.com/ssm-sap/latest/userguide/register-database.html
Step-3: Setup AWS Backup for SAP HANA on Amazon EC2 https://docs.aws.amazon.com/aws-backup/latest/devguide/backup-saphana.html
Relevant content
- asked a year ago
- asked 2 years ago
- asked a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
Hello Didier, thank you for the feedback. I have checked all permissions and also assigned the administrator permission to the EC2 instance. (For test) But unfortunately the error still persists. I also testet the "get-secret-value" command on my EC2 Instance. It works.
This is the Output:
aws secretsmanager get-secret-value \
{ "ARN": "arn:aws:secretsmanager:eu-central-1:1111111:secret:TEST-jz0okG", "Name": "TEST", "VersionId": "03370794-40c0-47df-b436-cf0f7723232a", "SecretString": "{"username":"XXXX","password":"XXXX"}", "VersionStages": [ "AWSCURRENT" ], "CreatedDate": "2023-07-24T16:11:52.082000+02:00" }
Kind regards, Katz