AWS awscloudtrail documentation change
Summary
Changed 'AWS CloudFormation' to 'CloudFormation' in example text
Security assessment
Minor terminology update without security implications. No evidence of security-related changes.
Diff
diff --git a/awscloudtrail/latest/userguide/how-cloudtrail-works.md b/awscloudtrail/latest/userguide/how-cloudtrail-works.md index cb8bfad8c..d1312e119 100644 --- a//awscloudtrail/latest/userguide/how-cloudtrail-works.md +++ b//awscloudtrail/latest/userguide/how-cloudtrail-works.md @@ -122 +122 @@ If you misconfigure your trail (for example, the S3 bucket is unreachable), Clou -CloudTrail captures actions made directly by the user or on behalf of the user by an AWS service. For example, an AWS CloudFormation `CreateStack` call can result in additional API calls to Amazon EC2, Amazon RDS, Amazon EBS, or other services as required by the AWS CloudFormation template. This behavior is normal and expected. You can identify if the action was taken by an AWS service with the `invokedby` field in the CloudTrail event. +CloudTrail captures actions made directly by the user or on behalf of the user by an AWS service. For example, an CloudFormation `CreateStack` call can result in additional API calls to Amazon EC2, Amazon RDS, Amazon EBS, or other services as required by the CloudFormation template. This behavior is normal and expected. You can identify if the action was taken by an AWS service with the `invokedby` field in the CloudTrail event.