AWS cloud9 documentation change
Summary
Updated references from 'AWS CloudFormation' to 'CloudFormation' for consistency in IAM policy documentation
Security assessment
The changes are stylistic updates to service name references. No security-related content was added or modified beyond standard naming conventions.
Diff
diff --git a/cloud9/latest/user-guide/security-iam.md b/cloud9/latest/user-guide/security-iam.md index 1e1469506..fbc899732 100644 --- a//cloud9/latest/user-guide/security-iam.md +++ b//cloud9/latest/user-guide/security-iam.md @@ -293 +293 @@ 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_. @@ -828 +828 @@ JSON -The service-linked role **AWSServiceRoleForAWSCloud9** uses this policy to allow the AWS Cloud9 environment interact with Amazon EC2 and AWS CloudFormation resources. +The service-linked role **AWSServiceRoleForAWSCloud9** uses this policy to allow the AWS Cloud9 environment interact with Amazon EC2 and CloudFormation resources. @@ -832 +832 @@ The service-linked role **AWSServiceRoleForAWSCloud9** uses this policy to allow -The **AWSCloud9ServiceRolePolicy** grants the AWSServiceRoleForAWSCloud9 the necessary permissions to allow AWS Cloud9 to interact with the AWS services (Amazon EC2 and AWS CloudFormation) that are required to create and run development environments. +The **AWSCloud9ServiceRolePolicy** grants the AWSServiceRoleForAWSCloud9 the necessary permissions to allow AWS Cloud9 to interact with the AWS services (Amazon EC2 and CloudFormation) that are required to create and run development environments.