AWS sms-voice medium security documentation change
Summary
Removed JSON policy examples for granting SMS/Voice message sending permissions to Pinpoint service
Security assessment
Deleted IAM resource policies that demonstrated proper service principal configuration with source account conditions. Removal of these examples could lead to insecure policy configurations if users lack reference material for proper access control.
Diff
diff --git a/sms-voice/latest/userguide/shared-resources.md b/sms-voice/latest/userguide/shared-resources.md index 27ae2c020..5dbcdd02f 100644 --- a//sms-voice/latest/userguide/shared-resources.md +++ b//sms-voice/latest/userguide/shared-resources.md @@ -184,29 +183,0 @@ In the following JSON, make the following changes and then paste the JSON to the -JSON - - -**** - - - { - "Version": "2012-10-17", - "Statement": [ - { - "Effect": "Allow", - "Principal": { - "Service": "pinpoint.amazonaws.com" - }, - "Action": [ - "sms-voice:SendTextMessage", - "sms-voice:SendVoiceMessage" - ], - "Resource": "arn:aws:sms-voice:us-east-1:Account:phone-number/Phone-id", - "Condition": { - "StringEquals": { - "aws:SourceAccount": "Account" - } - } - } - ] - } - - @@ -242,28 +212,0 @@ In the following JSON, make the following changes and then paste the JSON to the -JSON - - -**** - - - { - "Version": "2012-10-17", - "Statement": [ - { - "Effect": "Allow", - "Principal": { - "Service": "pinpoint.amazonaws.com" - }, - "Action": [ - "sms-voice:SendTextMessage" - ], - "Resource": "arn:aws:sms-voice:us-east-1:Account:sender-id/Senderid/Countrycode", - "Condition": { - "StringEquals": { - "aws:SourceAccount": "Account" - } - } - } - ] - } - -