AWS sap documentation change
Summary
Specified example S3 bucket names and KMS ARN
Security assessment
Makes backup configuration examples more explicit but doesn't introduce new security controls
Diff
diff --git a/sap/latest/sap-hana/aws-backint-agent-amazon-s3.md b/sap/latest/sap-hana/aws-backint-agent-amazon-s3.md index 04a644855..b505311d0 100644 --- a//sap/latest/sap-hana/aws-backint-agent-amazon-s3.md +++ b//sap/latest/sap-hana/aws-backint-agent-amazon-s3.md @@ -63,2 +63,2 @@ If you choose to install the AWS Backint agent using the AWS Backint installer, - "arn:aws:s3:::<Bucket Name>/*", - "arn:aws:s3:::<Bucket Name>" + "arn:aws:s3:::bucket-name/*", + "arn:aws:s3:::bucket-name" @@ -74 +74 @@ If you choose to install the AWS Backint agent using the AWS Backint installer, - "Resource": "<KMS Arn>" + "Resource": "arn:aws:kms:us-east-1:123456789012:key/1234abcd-12ab-34cd-56ef-1234567890ab" @@ -85 +85 @@ If you choose to install the AWS Backint agent using the AWS Backint installer, - "Resource": "arn:aws:s3:::<bucket name>/<folder name>/*" + "Resource": "arn:aws:s3:::bucket-name/folder-name/*"