AWS mwaa documentation change
Summary
Changed 'AWS CloudFormation' to 'CloudFormation' in IAM policy conditions example
Security assessment
The change is a terminology update without modifying the security guidance. The policy example still demonstrates the same security principle of using conditions, but does not introduce new security features or address vulnerabilities.
Diff
diff --git a/mwaa/latest/userguide/security_iam_id-based-policy-examples.md b/mwaa/latest/userguide/security_iam_id-based-policy-examples.md index 7925f1376..1c9e7717c 100644 --- a//mwaa/latest/userguide/security_iam_id-based-policy-examples.md +++ b//mwaa/latest/userguide/security_iam_id-based-policy-examples.md @@ -40 +40 @@ Identity-based policies determine whether someone can create, access, or delete - * **Use conditions in IAM policies to further restrict access** – You can add a condition to your policies to limit access to actions and resources. For example, you can write a policy condition to specify that all requests must be sent using SSL. You can also use conditions to grant access to service actions if they are used through a specific AWS service, such as AWS CloudFormation. For more information, see [ IAM JSON policy elements: Condition](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition.html) in the _IAM User Guide_. + * **Use conditions in IAM policies to further restrict access** – You can add a condition to your policies to limit access to actions and resources. For example, you can write a policy condition to specify that all requests must be sent using SSL. You can also use conditions to grant access to service actions if they are used through a specific AWS service, such as CloudFormation. For more information, see [ IAM JSON policy elements: Condition](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition.html) in the _IAM User Guide_.