S3 Bucket in AWS

 Amazon  S3:

Amazon Simple Storage Service (S3) is a cloud object storage and retrieval service. Objects stored in S3 may include file types such as csv, mp3 and images which are managed using Application Programming Interface (API) through the internet with Hypertext Transfer Protocol Secure (HTTPS)

Procedure:

Step 1: Sign into the AWS Management Console using your IAM user credentials that you have already created. If you don't have IAM user credentials you can learn how to create one here.

Step 2: Select S3 under the AWS Services navigation search bar

On the S3 main screen click 'Create Bucket'    


Step 3: Provide a descriptive name for your S3 folder and scroll to the bottom of your screen and click on 'Create Bucket'


Step 4: Click into the hyperlink of the newly created S3 bucket and create a new folder e.g. called audio files.


Step 5: After the folder is created, click Upload


Step 6: Click 'Add files' or 'Add Folder' if you are uploading a folder of objects and finally click 'Upload'.


Step 7: Receive confirmation of file upload success

After the objects are uploaded into the S3 bucket, a confirmation message indicates the status of success.


Step 8: Click on the S3 bucket folder and inspect that all objects have been upload successfully










Comments

Popular posts from this blog

VPC in AWS