Please enable JavaScript.
Coggle requires JavaScript to display documents.
S3 summary (features (event trigger (can setup notification when object…
S3 summary
features
-
region service, but can 't add in VPC
-
-
-
Pricing
cover 4 tab: storage, transfer , request and replication tabs)
.Explain based on AWS web site put , list pricing
Explain based on AWS web site, data transfer to.
-
-
-
-
-
-
encryption
2 type
Server side encryption
features
-
-
S3 handles the encryption (as it writes to disks) and decryption (when you access the objects) of the data objects such as content size, date and type
No difference in the access mechanism for both encrypted or unencrypted objects and is handled transparently by S3
KMS
-
-
KMS enables you to centrally create encryption keys, define the policies that control how keys can be used
Client side encryption
-
-
-
Upload
Amazon S3 encryption client ( for e.g. AmazonS3EncryptionClient in the AWS SDK for Java) locally generates randomly a one-time-use symmetric key (also known as a data encryption key or data key).
-
Client uses this dataencryption key to encrypt the data of a single S3 object (for each object, the client generates a separate data key).
Client then uploads the encrypted data to Amazon S3 and also saves the encrypted data key and itsmaterial description as object metadata (x-amz-meta-x-amz-key) in Amazon S3 by default
-
Download
-
Using the material description in the metadata, the client first determines which master key to use to decrypt the encrypted data key.
Using that master key, the client decrypts the data key and uses it to decrypt the object
SSL
steps
-
-
-
Setup Domain MX records using SES(Simple Email Service) to receive the SSL certificate domain validation email.
-
-
-
-