Thursday 27 July 2017

thumbnail

How to create and store data in Aws S3 bucket

How to create and store data in Aws S3 bucket

Introduction

Amazon Simple Storage Service (Amazon S3) makes it simple and practical to collect, store, and analyze data - regardless of format – all at massive scale. S3 is object storage built to store and retrieve any amount of data from anywhere – web sites and mobile apps, corporate applications, and data from IoT sensors or devices. It is designed to deliver 99.999999999% durability, and has many customers each storing billions of objects and exabytes of data. You can use it for media storage and distribution, as the “data lake” for big data analytics, as a backup target, and as the storage tier for serverless computing applications. It is ideal for capturing data like mobile device photos and videos, mobile and other device backups, machine backups, machine-generated log files, IoT sensor streams, and high-resolution images, and making it available for machine learning to other AWS services and third party applications for analysis, trending, visualization, and other processing.

First of all you must have account in aws to create a bucket in S3.

1. Login to your AWS console and go to storage like below :-


2.  Click on create a Bucket :-


Enter your bucket name like below 



You will be provided with versioning control option, Logging and Tags. You can select as per your requirement.


In the above image the change permission to Grant public read and write access and the owner has read and write access. Later we can change the policy.


In the last it shows the review what option you have selected.

2. After the Bucket is created upload your data inside bucket:-


Now upload file in the bucket




 In the above images i have uploaded one file and given the public access to read the file otherwise it want be accessible to us via external browser. 
Lastly we have Storage class in that we have  selected "Standard" and Encryption to none.

3. Let see we have uploaded one image in the bucket and get the link to browse:-


You can move your bucket from one region to another manually.
There are lots of thing we can do we S3 bucket.  We will see in another tutorial.

That's it 
Enjoy using it
Please do Comments, Like and share.
Tags :

Subscribe by Email

Follow Updates Articles from This Blog via Email

No Comments