Saturday, July 18, 2020

Amazon S3 [Simple Storage Servie]

What is Amazon S3: Amazon S3 [Simple Storage Service] is a simple web service that uses to store and retrieve any amount of data, at any time. Amazon S3 store data in a bucket as the object. You can set permission on the object and any metadata. It allows file size up to 5 TB. S3 is a global service you need to create bucket with a unique name.

How to Configure S3?
  • Open S3 console using below URL
https://console.aws.amazon.com/s3/home
  • Once you open above URL you will get option to create a new bucket

  • Create a new bucket with a unique name
  • You can configure options like versioning, Encryption, Logs and Monitoring here
  • You can set permission on a bucket, If you want to access public access of bucket remove all ticks

  • At last review and create it. Once you create it you find a bucket in the bucket list
  • Open bucket you can upload or download a file from here directly


No comments:

Post a Comment