Posts

Amazon Web Services(AWS)

Amazon Simple Storage Service(S3) What is an Amazon S3 bucket? Amazon S3 is a cloud based web service interface that you can used to store and retrieve any amount of data. To upload your data, first you need to create an S3 bucket in one of the Amazon regions. Creating a Bucket S3 provides an API for creating and managing buckets. You can create a maximum of 100 buckets from your AWS console. When you create a bucket, you need to provide a name and AWS region where you want to create the bucket. In each bucket, you can store any number of objects. You can use your AWS account root credentials to create a bucket, but it is not recommended. Instead  just create an IAM user and add full permission to that user on S3 bucket. You can access your S3 bucket from your Amazon S3 console. Please follow the below steps to mount s3 bucket on your server. Steps to Mount Amazon S3 bucket in CentOS/Red Hat ############################################ Remove Existing Packages Before