AWS ground-station documentation change
Summary
Removed JSON example of IAM trust policy for S3 recording configurations
Security assessment
The change removes a policy example but does not indicate any security vulnerability or add new security guidance. Standard documentation maintenance.
Diff
diff --git a/ground-station/latest/ug/how-it-works.config.md b/ground-station/latest/ug/how-it-works.config.md index 49b1916f8..52a63db1c 100644 --- a//ground-station/latest/ug/how-it-works.config.md +++ b//ground-station/latest/ug/how-it-works.config.md @@ -186,29 +185,0 @@ For more information on how to update a role's trust policy, see [Managing IAM r -JSON - - -**** - - - - { - "Version": "2012-10-17", - "Statement": [ - { - "Effect": "Allow", - "Principal": { - "Service": "groundstation.amazonaws.com" - }, - "Action": "sts:AssumeRole", - "Condition": { - "StringEquals": { - "aws:SourceAccount": "your-account-id" - }, - "ArnLike": { - "aws:SourceArn": "arn:aws:groundstation:us-east-1:your-account-id:config/s3-recording/your-config-id" - } - } - } - ] - } - -