AWS res documentation change
Summary
Added Amazon Linux 2023 to supported OS list and introduced IAMResourcePrefix and IAMResourcePath parameters
Security assessment
Adds documentation for IAM resource naming controls (prefix and path) which are security features for better IAM resource organization and management, but doesn't address a specific security vulnerability
Diff
diff --git a/res/archive/release-minus-3/ug/launch-the-product.md b/res/archive/release-minus-3/ug/launch-the-product.md index 5fbbc13db..a51df6e9f 100644 --- a//res/archive/release-minus-3/ug/launch-the-product.md +++ b//res/archive/release-minus-3/ug/launch-the-product.md @@ -41 +41 @@ AdministratorEmail | | The email address for the user completing setup of the p -InfrastructureHostAMI | ami-`[numbers or letters only]` | _(Optional)_ You may provide a custom AMI id to use for all the infrastructure hosts. The current supported OSes are Amazon Linux 2, RHEL8, RHEL9, Windows Server 2019 and 2022 (x86), and Windows 10 and 11. For more information, see [Prepare Amazon Machine Images (AMIs)](./prerequisites.html#prep-ami). +InfrastructureHostAMI | ami-`[numbers or letters only]` | _(Optional)_ You may provide a custom AMI id to use for all the infrastructure hosts. The current supported OSes are Amazon Linux 2, Amazon Linux 2023, RHEL8, RHEL9, Windows Server 2019 and 2022 (x86), and Windows 10 and 11. For more information, see [Prepare Amazon Machine Images (AMIs)](./prerequisites.html#prep-ami). @@ -45,0 +46,2 @@ IAMPermissionBoundary | | _(Optional)_ You may provide a managed policy ARN tha +IAMResourcePrefix | | _(Optional)_ A prefix applied to your IAM resources deployed by the RES environment ending with `-`, no longer than 12 characters. +IAMResourcePath | `/` | _(Optional)_ A path applied to your IAM resources deployed by the RES environment that starts and ends with `/`.