AWS Security ChangesHomeSearch

AWS solutions documentation change

Service: solutions · 2025-06-25 · Documentation medium

File: solutions/latest/innovation-sandbox-on-aws/step2-deploy-idc-stack.md

Summary

Added parameters for custom IAM Identity Center group names

Security assessment

Documents flexibility in IAM group naming which relates to access control configuration, but does not address vulnerabilities

Diff

diff --git a/solutions/latest/innovation-sandbox-on-aws/step2-deploy-idc-stack.md b/solutions/latest/innovation-sandbox-on-aws/step2-deploy-idc-stack.md
index 1d79e12c8..43eb66702 100644
--- a//solutions/latest/innovation-sandbox-on-aws/step2-deploy-idc-stack.md
+++ b//solutions/latest/innovation-sandbox-on-aws/step2-deploy-idc-stack.md
@@ -33,0 +34,3 @@ Parameter | Default | Description
+**Admin Group Name** |  `<Empty>` |  A custom name to provide for the admin group. **Note** : If left empty the group will be created with the name **< namespace>_IsbAdminsGroup**  
+**Manager Group Name** |  `<Empty>` |  A custom name to provide for the manager group. **Note** : If left empty the group will be created with the name **< namespace>_IsbManagersGroup**  
+**User Group Name** |  `<Empty>` |  A custom name to provide for the user group. **Note** : If left empty the group will be created with the name **< namespace>_IsbUsersGroup**