Mods
AWS

Control: AWS > S3 > Bucket > Encryption in Transit

Define the Encryption in Transit settings required for AWS > S3 > Bucket.

The Encryption in Transit control compares the Encryption in Transit settings against the Encryption in Transit policies for the resource (AWS > S3 > Bucket > Encryption in Transit), raises an alarm, and takes the defined enforcement action.

The Encryption in Transit control examines the bucket's policy to find a match for the below statement. An exact match across all statement fields is required for encryption in transit to be considered enabled. { Sid: "MustBeEncryptedInTransit", Effect: "Deny", Principal: "*", Action: "s3:*", Resource: ['arn:${partition}:s3:::${bucketName}', 'arn:${partition}:s3:::${bucketName}/*'], Condition: { Bool: { "aws:SecureTransport": "false" } } }

Resource Types

This control targets the following resource types:

Primary Policies

The following policies can be used to configure this control:

Quick Actions

Category

In Your Workspace

Developers