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
- 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
- Once you upload a file, you need to set permission to use the file. When you select an object you will find URL to access it. i.e. https://techserverglobal.s3.amazonaws.com/3+instance.PNG
No comments:
Post a Comment