Difference between revisions of "AWS S3 encryption"
Jump to navigation
Jump to search
↑ https://docs.aws.amazon.com/AmazonS3/latest/userguide/default-encryption-faq.html
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | [[AWS S3 encryption|Encryption]] (2017) is supported in AWS S3 (default [[Advanced Encryption Standard]] (AES 256bit) since January 5, 2023 all new objects are encrypted by default <ref>https://docs.aws.amazon.com/AmazonS3/latest/userguide/default-encryption-faq.html</ref>. | ||
− | |||
*In [[transit]] ([[SSL]]/[[TLS]]) | *In [[transit]] ([[SSL]]/[[TLS]]) | ||
*At [[rest]]: | *At [[rest]]: | ||
Line 11: | Line 11: | ||
== Related == | == Related == | ||
* <code>[[aws s3api get-bucket-encryption]]</code> command | * <code>[[aws s3api get-bucket-encryption]]</code> command | ||
− | * [[Terraform S3 resources]] | + | * [[Terraform S3 resources]]: <code>[[aws_s3_bucket_server_side_encryption_configuration]]</code> |
+ | * [[AWS S3 encryption]] | ||
== See also == | == See also == |
Latest revision as of 13:05, 12 June 2024
Encryption (2017) is supported in AWS S3 (default Advanced Encryption Standard (AES 256bit) since January 5, 2023 all new objects are encrypted by default [1].
- In transit (SSL/TLS)
- At rest:
- Server Side Encryption (SSE):
- S3 Managed Keys (SSE-S3; 256bit);
- AWS Key Management Service, Managed Keys (SSE-KMS)
- Server Side Encryption with Customer Provided Keys (SSE-C)
- Client Side Encryption: user encrypts data and use AWS S3 to store it
Related[edit]
aws s3api get-bucket-encryption
command- Terraform S3 resources:
aws_s3_bucket_server_side_encryption_configuration
- AWS S3 encryption
See also[edit]
- AWS S3,
aws s3, aws s3api, aws s3control, s3:
, Amazon S3 Storage Lens, AWS S3 replication, CRR, SSR, CAR, S3 Replication Time Control (S3 RTC), Website endpoint, Amazon Macie, Versioning, Lifecycle, Encryption, logging, Amazon S3 Inventory, Amazon S3 Batch Operations, Storage Classes, Amazon S3 clients, Terraform S3, AWS canned ACLs, Directory buckets, security,PutObject
Advertising: