AWS decision-guides documentation change
Summary
Rephrased table entries about granting AWS access to external entities (on-premises workloads, IoT devices, and external code) for grammatical clarity
Security assessment
The changes are grammatical/phrasing improvements to existing security-related content (access control mechanisms). While the topic involves security features (IAM Roles Anywhere, IoT Device Management, STS), there is no evidence of addressing a specific vulnerability or adding new security documentation. The modifications only clarify existing guidance without altering technical substance.
Diff
diff --git a/decision-guides/latest/identity-on-aws-how-to-choose/identity-on-aws-how-to-choose.md b/decision-guides/latest/identity-on-aws-how-to-choose/identity-on-aws-how-to-choose.md index 12e623ffa..adb050ffe 100644 --- a//decision-guides/latest/identity-on-aws-how-to-choose/identity-on-aws-how-to-choose.md +++ b//decision-guides/latest/identity-on-aws-how-to-choose/identity-on-aws-how-to-choose.md @@ -78,3 +78,3 @@ Cloud/Identity administrator | Remove unused permissions and drive towards leas -Cloud/Identity administrator | Grant AWS access to on-premises workloads. | [IAM Roles Anywhere](https://docs.aws.amazon.com/rolesanywhere/latest/userguide/introduction.html) (requires PKI, the ability to issue and manage certificates) | -Cloud/Identity administrator | Grant AWS access to an IoT device. | [AWS IoT Device Management](https://docs.aws.amazon.com/iot/latest/developerguide/iot-thing-management.html) | -Developer | Grant AWS access to code in any external-to-AWS cloud environment. | [AWS Security Token Service API Reference](https://docs.aws.amazon.com/STS/latest/APIReference/welcome.html) | +Cloud/Identity administrator | Grant on-premises workloads access to AWS. | [IAM Roles Anywhere](https://docs.aws.amazon.com/rolesanywhere/latest/userguide/introduction.html) (requires PKI, the ability to issue and manage certificates) | +Cloud/Identity administrator | Grant an IoT device access to AWS. | [AWS IoT Device Management](https://docs.aws.amazon.com/iot/latest/developerguide/iot-thing-management.html) | +Developer | Grant code in any external-to-AWS cloud environment access to AWS. | [AWS Security Token Service API Reference](https://docs.aws.amazon.com/STS/latest/APIReference/welcome.html) |