AWS config documentation change
Summary
Removed region exception and made minor punctuation changes to parameter descriptions.
Security assessment
Change removes 'AWS Secret - West Region' exception and standardizes punctuation. No security vulnerability is addressed. Instance tenancy relates to isolation but this update doesn't introduce new security content.
Diff
diff --git a/config/latest/developerguide/desired-instance-tenancy.md b/config/latest/developerguide/desired-instance-tenancy.md index 58bf34064..3c69827fa 100644 --- a//config/latest/developerguide/desired-instance-tenancy.md +++ b//config/latest/developerguide/desired-instance-tenancy.md @@ -17 +17 @@ Checks EC2 instances for a 'tenancy' value. Also checks if AMI IDs are specified -**AWS Region:** All supported AWS regions except AWS Secret - West Region +**AWS Region:** All supported AWS regions @@ -25 +25 @@ Type: String -Desired tenancy of the instances. Valid values are DEDICATED, HOST and DEFAULT. +Desired tenancy of the instances. Valid values are DEDICATED, HOST and DEFAULT @@ -31 +31 @@ Type: CSV -The rule evaluates instances launched only from AMIs with the specified IDs. Separate multiple AMI IDs with commas. +The rule evaluates instances launched only from AMIs with the specified IDs. Separate multiple AMI IDs with commas @@ -37 +37 @@ Type: CSV -The IDs of the EC2 Dedicated Hosts on which the instances are meant to be launched. Separate multiple Host IDs with commas. +The IDs of the EC2 Dedicated Hosts on which the instances are meant to be launched. Separate multiple Host IDs with commas