AWS Security ChangesHomeSearch

AWS appstudio documentation change

Service: appstudio · 2025-03-26 · Documentation low

File: appstudio/latest/userguide/encrypted-data-cmk.md

Summary

Clarified KMS key policy requirements by replacing placeholder with concrete account ID example and updated instructions for CMK setup.

Security assessment

The changes improve documentation about using KMS for encryption, which is a security feature. However, there's no indication this addresses a specific security vulnerability - it enhances clarity for security configuration.

Diff

diff --git a/appstudio/latest/userguide/encrypted-data-cmk.md b/appstudio/latest/userguide/encrypted-data-cmk.md
index 0c66da78b..526e7b6a8 100644
--- a/appstudio/latest/userguide/encrypted-data-cmk.md
+++ b/appstudio/latest/userguide/encrypted-data-cmk.md
@@ -44 +44 @@ You must use the same account used to create your App Studio instance.
-       * Replace `team_account_id` with your App Studio team ID, which can be found in your account settings.
+       * Replace `111122223333` with the AWS account number of the account used to set up the App Studio instance, listed as **AWS account ID** in the account settings in your App Studio instance.
@@ -55 +55 @@ You must use the same account used to create your App Studio instance.
-              "Resource": "arn:aws:kms:us-west-2:team_account_id:key/CMK_id"
+              "Resource": "arn:aws:kms:us-west-2:111122223333:key/CMK_id"