AWS-022 Amazon Web Services (AWS)

S3 default encryption is enabled on all buckets.

S3 default encryption is enabled on all buckets.

Domain
Amazon Web Services (AWS)
Area
Data Protection
Automated / manual
Automated

Risk if it fails

Unencrypted objects exposed if storage is reached.

If the underlying storage is ever accessed without authorization, encrypted data is useless to the thief while plaintext data is immediately readable.

How Tess tests it

1 test — each concludes only on cited evidence.

S3 default encryption is enabled on all buckets.

Automated
Procedure
Confirm default encryption configuration on each bucket.

Read-only command

for b in $(aws s3api list-buckets --query 'Buckets[].Name' --output text); do echo $b; aws s3api get-bucket-encryption --bucket $b 2>/dev/null; done

More in Amazon Web Services (AWS)

Want Tess to test AWS-022 against your evidence?

Book a demo