Mods
AWS

Policy: 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 policy targets the following resource types:

Controls

Policy Packs

This policy setting is used by the following policy packs:

Policy Specification

Schema Type
string
Default
Skip
Valid Values [YAML]
  • Skip
    
  • Check: Disabled
    
  • Check: Enabled
    
  • Enforce: Disabled
    
  • Enforce: Enabled
    
Examples [YAML]
  • Skip
    

Category

In Your Workspace

Developers