AWS mediapackage documentation change
Summary
Fixed KMS key ARN format, added JSON syntax, and updated service endpoints for opt-in Regions
Security assessment
Corrects resource ARN syntax and policy structure, reducing misconfiguration risks. Enhances security documentation accuracy.
Diff
diff --git a/mediapackage/latest/userguide/setting-up-create-trust-rel.md b/mediapackage/latest/userguide/setting-up-create-trust-rel.md index 4b22f2374..42f4309a8 100644 --- a//mediapackage/latest/userguide/setting-up-create-trust-rel.md +++ b//mediapackage/latest/userguide/setting-up-create-trust-rel.md @@ -122,0 +123,6 @@ If this is your first time choosing **Policies** , the **Welcome to Managed Poli +JSON + + +**** + + @@ -130 +136 @@ If this is your first time choosing **Policies** , the **Welcome to Managed Poli - "secretsmanager:DescribeSecret", + "secretsmanager:DescribeSecret" @@ -132 +138 @@ If this is your first time choosing **Policies** , the **Welcome to Managed Poli - "Resource": "arn:aws:secretsmanager:region:account-id:secret:secret-name" + "Resource": "arn:aws:secretsmanager:us-east-1:111122223333:secret:secret-name-AbCDeF" @@ -147 +153 @@ If this is your first time choosing **Policies** , the **Welcome to Managed Poli - "Resource": "arn:aws:kms:region:account-id:key:key-name" + "Resource": "arn:aws:kms:us-east-1:111122223333:key/key-name" @@ -188,0 +196,6 @@ The policy document should now look like this: +JSON + + +**** + + @@ -204,0 +219,6 @@ If you're using MediaPackage and related services in an opt-in Region, the Regio +JSON + + +**** + + @@ -212 +232 @@ If you're using MediaPackage and related services in an opt-in Region, the Regio - "Service": "mediapackagev2.amazonaws.com","mediapackagev2.ap-southeast-4.amazonaws.com" + "Service": ["mediapackagev2.amazonaws.com","mediapackagev2.ap-southeast-4.amazonaws.com"]