AWS IAM documentation change
Summary
Added comma for grammatical correctness: 'CloudTrail is' to 'CloudTrail, is'
Security assessment
Punctuation correction in existing security documentation. Maintains existing security content without addressing new issues.
Diff
diff --git a/IAM/latest/UserGuide/confused-deputy.md b/IAM/latest/UserGuide/confused-deputy.md index de4b835cc..6c104dd71 100644 --- a//IAM/latest/UserGuide/confused-deputy.md +++ b//IAM/latest/UserGuide/confused-deputy.md @@ -15 +15 @@ At times, you might need to give a third party access to your AWS resources (del -Some AWS services (calling services) use their AWS service principal to access AWS resources from other AWS services (called services). In some of these service interactions you can configure calling services to communicate with the resources from a called service in a different AWS account. An example of this is configuring AWS CloudTrail to write to a central Amazon S3 bucket which is located in a different AWS account. The calling service, CloudTrail is granted access to your S3 bucket using the S3 bucket’s policy by adding an allow statement for `cloudtrail.amazonaws.com`. +Some AWS services (calling services) use their AWS service principal to access AWS resources from other AWS services (called services). In some of these service interactions you can configure calling services to communicate with the resources from a called service in a different AWS account. An example of this is configuring AWS CloudTrail to write to a central Amazon S3 bucket which is located in a different AWS account. The calling service, CloudTrail, is granted access to your S3 bucket using the S3 bucket’s policy by adding an allow statement for `cloudtrail.amazonaws.com`.