AWS guidance documentation change
Summary
Fixed grammatical error in data storage description
Security assessment
Change corrects a preposition error ('stored an' → 'stored in'). No security implications as it doesn't modify IAM roles, access controls, or data protection mechanisms.
Diff
diff --git a/guidance/latest/cloud-intelligence-dashboards/data-collection.md b/guidance/latest/cloud-intelligence-dashboards/data-collection.md index 3a2d419b0..b73857af4 100644 --- a//guidance/latest/cloud-intelligence-dashboards/data-collection.md +++ b//guidance/latest/cloud-intelligence-dashboards/data-collection.md @@ -40 +40 @@ Resources for this workshop are deployed with AWS CloudFormation in several acco - 4. This Data Collection Lambda assumes a role in the Management Account or in each Linked Account (depending on the module) and retrieves respective data via the AWS SDK for Python. The retrieved data is then stored an Amazon S3 bucket. + 4. This Data Collection Lambda assumes a role in the Management Account or in each Linked Account (depending on the module) and retrieves respective data via the AWS SDK for Python. The retrieved data is then stored in an Amazon S3 bucket.