Difference between revisions of "AWS S3 encryption"

From wikieduonline
Jump to navigation Jump to search
(5 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
*At [[rest]]:
 
*At [[rest]]:
 
** [[Server Side Encryption]] (SSE):
 
** [[Server Side Encryption]] (SSE):
**S3 Managed Keys (SSE-S3; 256bit);
+
** [[S3 Managed Keys]] (SSE-S3; 256bit);
**[[AWS Key Management Service]], Managed Keys (SSE-KMS)
+
** [[AWS Key Management Service]], Managed Keys (SSE-KMS)
**Server Side Encryption with Customer Provided Keys (SSE-C)
+
** Server Side Encryption with Customer Provided Keys (SSE-C)
* Client Side Encryption (user encypts data on their local machine and then upload to AWS S3)
+
* [[Client Side Encryption]]: user encrypts data and use AWS S3 to store it
 
 
  
 
== Related ==
 
== Related ==
* [[aws s3api get-bucket-encryption]]
+
* <code>[[aws s3api get-bucket-encryption]]</code> command
 
+
* [[Terraform S3 resources]]: <code>[[aws_s3_bucket_server_side_encryption_configuration]]</code>
  
 
== See also ==
 
== See also ==

Revision as of 04:02, 23 May 2024

Advertising: