Data protection refers to protecting data while in-transit (as it travels to and from Amazon S3) and at rest (while it is stored on disks in Amazon S3 data centers) 1.Server-Side Encryption Request Amazon S3 to encrypt your object before saving it on disks in its data centers and then decrypt it when you download the objects. 2.Client-Side Encryption Encrypt…
Tag: S3
How to create S3 Bucket in AWS and set permission
Creating S3 bucket very simple . In-fact you can create without any guidance also , like creating folder in google drive ,super easy. But if you are new , you may need some assistance on setting up permissions. The below steps will help you. 1.Login to S3 console page You can find information about any existing bucket . 2.Click “Create…
Difference between AWS S3 bucket policies,IAM policies and S3 ACL
It’s some time little bit difficult to set S3 permission properly with so much of options , but in reality each one is available for different purpose . We need to understand which policies or native control mechanism when to use. So before going to the topic for when to use , first we will see what is fundamental concepts…
Website hosting on Amazon S3 with custom domain name
Static Website hosting on Amazon S3 You can host a static website on Amazon S3.Now many organization running their websites in S3 with their custom domain name effectively .On a static website, individual web pages include static content and they might also contain client-side scripts. You can not run dynamic websites on S3 .The reason is dynamic website relies…