AWS prescriptive-guidance documentation change
Summary
Whitespace formatting fixes in directory structure and added author credit
Security assessment
Changes are purely structural/formatted with no modifications to security monitoring logic or policies. Root user monitoring pattern remains unchanged
Diff
diff --git a/prescriptive-guidance/latest/patterns/monitor-iam-root-user-activity.md b/prescriptive-guidance/latest/patterns/monitor-iam-root-user-activity.md index 3b5d55541..ec26d0862 100644 --- a//prescriptive-guidance/latest/patterns/monitor-iam-root-user-activity.md +++ b//prescriptive-guidance/latest/patterns/monitor-iam-root-user-activity.md @@ -9 +9 @@ SummaryPrerequisites and limitationsArchitectureToolsEpicsRelated resourcesAddit - _Mostefa Brougui, Amazon Web Services_ + _JJ Sung and Mostefa Brougui, Amazon Web Services_ @@ -100,9 +100,9 @@ The repository has the following overall structure. - |__README.md - |__spoke-stackset.yaml - |__hub.tf - |__root-activity-monitor-module - |__main.tf # contains Terraform code to deploy resources in the Hub account - |__iam # contains IAM policies JSON files - |__ lambda-assume-policy.json # contains trust policy of the IAM role used by the Lambda function - |__ lambda-policy.json # contains the IAM policy attached to the IAM role used by the Lambda function - |__outputs # contains Lambda function zip code + |__README.md + |__spoke-stackset.yaml + |__hub.tf + |__root-activity-monitor-module + |__main.tf # contains Terraform code to deploy resources in the Hub account + |__iam # contains IAM policies JSON files + |__ lambda-assume-policy.json # contains trust policy of the IAM role used by the Lambda function + |__ lambda-policy.json # contains the IAM policy attached to the IAM role used by the Lambda function + |__outputs # contains Lambda function zip code