AWS, AWS Interview Question

What are the different types of encryption mechanism available in AWS to encrypt data at rest in s3 ?

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…

Continue Reading

AWS

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…

Continue Reading

S3

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…

Continue Reading