AWS m2 documentation change
Summary
Removed JSON policy example and renumbered steps
Security assessment
Policy example removed, but no evidence of a security vulnerability being fixed. The change appears to be formatting-related, not security-related.
Diff
diff --git a/m2/latest/userguide/m2-agent-configuration.md b/m2/latest/userguide/m2-agent-configuration.md index bb008b80e..8f030ee94 100644 --- a//m2/latest/userguide/m2-agent-configuration.md +++ b//m2/latest/userguide/m2-agent-configuration.md @@ -198,41 +198 @@ The `userId` and `password` secret keys are case-sensitive and must be entered a - 5. JSON - - -**** - - - { - "Version": "2012-10-17", - "Statement": [ - { - "Sid": "FileTransferAgentSQSReceive", - "Effect": "Allow", - "Action": [ - "sqs:DeleteMessage", - "sqs:ReceiveMessage" - ], - "Resource": "arn:aws:sqs:*:111122223333:m2-*-request-queue.fifo" - }, - { - "Sid": "FileTransferAgentSQSSend", - "Effect": "Allow", - "Action": "sqs:SendMessage", - "Resource": "arn:aws:sqs:*:111122223333:m2-*-response-queue.fifo" - }, - { - "Sid": "FileTransferWorkingS3", - "Effect": "Allow", - "Action": "s3:PutObject", - "Resource": "file-transfer-endpoint-intermediate-bucket-arn>/*" - }, - { - "Sid": "FileTransferAgentKMSDecrypt", - "Effect": "Allow", - "Action": "kms:Decrypt", - "Resource": "kms-key-arn" - } - ] - } - - - 6. Replace the `111122223333` in the request-queue and response-queue ARN’s with your account. + 5. 6. Replace the `111122223333` in the request-queue and response-queue ARN’s with your account.