Unlock the Power of FortiGate Mastery with Our Latest Release Fortinet Certified Associate – FortiGate Operator Course. Enroll Now!

What is AWS Simple Storage Service (Amazon S3)?

Recent Posts

How to prepare for the PL-900 exam

Introduction The Microsoft Power Platform Fundamentals Certification lets you grasp the core concepts and fundamentals required to start on Power Platform. To achieve this certification,

Read More »
Share this post:

Table of Contents

AWS Simple Storage Service (Amazon S3)

 

The most secure, reliable and highly extensible cloud storage is Simple Storage Service (S3). We can easily store and fetch data from anywhere on the web through this object storage with web service. You only need to pay for what you are using in Amazon S3, so in this way, one doesn’t need to worry about capacity and traditional storage space.

It is the foundational web service and the first service introduced by AWS. Most of the applications use Amazon S3 directly or indirectly in AWS.

Amazon S3 can be used with other AWS cloud services because of its high association with other AWS services, or you can use it alone. The most commonly used application is Amazon S3, which is a flexible and highly organized storage.

Typical use cases for Amazon S3 storage include:

  • Backup and recovery
  • Data archiving
  • Content, media, and software storage and distribution
  • Big data analytics
  • Static website hosting
  • Hybrid cloud storage
  • Cloud-native mobile and internet application hosting
  • Disaster recovery

For these use cases and many others, Amazon S3 gives a wide range of storage classes for general purpose, unique access, and archive. Its lifecycle helps the data to manage through it; lifecycle policies are configurable in Amazon S3 so that your data will automatically shift to the most suitable storage class without any changing in your code. Amazon S3 provides you with a set of access controls, policies, and encryption to manage the data and who has the right to access your data.

Amazon S3 Basics

In Amazon S3, we create bucket, store and get back the object and manage permission as well by describing access control and authentication. Access control describes who can access objects and buckets with what type of access (e.g., READ and WRITE). The authentication process performs verification of the identity of a user who is trying to access Amazon Web Services (AWS). Now, we will study Amazon S3 in detail. 

Buckets

In Amazon S3, a bucket is a container for storing objects. So, objects are contained in a bucket. S3 Buckets are global, and you can manage them at that level, meaning that any other AWS account cannot use your bucket name because it has to be unique.  You can access your bucket by your DNS as well. You can also create multiple buckets. You can upload any amount of objects to the bucket. Each object can contain up to 5 TB of data.

AWS Regions

Amazon S3 buckets are global. You can place any bucket in any specific region of your choice to store your data to minimize the cost and to optimize the latency, or you can place it far away from its primary facilities to meet the expectations of any tragedy recovery. Objects never leave their region unless exceptionally transferring those objects to another area or region.

Objects

 

Objects are the fundamental entities stored in Amazon S3. Objects consist of object data, metadata, and unique identifier. The data portion is the actual data that is anything you want to save to Amazon S3. The metadata describes who created that object, what type of info it has, what was the purpose of data that will be used, and many other contextual information.

An identifier is an address through which objects will uniquely be identified within a bucket, through this, we do not need to know the physical location of the object.

Keys

In Amazon S3, each object stored in the bucket can be identified by a unique identifier, which is known as Key. A key can be up to 1024 bytes of Unicode including embedded slashes, backslashes, dots, and dashes. Object key uniquely identifies an object in a bucket. A key is unique within the single bucket, but objects with the same key can be obtained in different buckets. The combination of the bucket, key, and version ID uniquely identifies an Amazon S3 object.

Object URL

Amazon S3 is storage over the internet and objects in Amazon S3 are addressed through a unique URL known as object URL. This URL is created with the help of the combination of a web service endpoint, a bucket name, a key, and optionally, a version.

For example, in the URL http://bucket_ip.s3.amazonaws.com/key.doc, here “bucket_ip” is the bucket name of your choice and “key.doc” is the key.

Amazon S3 Operations

The Amazon S3 operations are;

  • Create a bucket /delete a bucket where the object creates
  • Write an object in the bucket by storing data in the object
  • Read an object in the bucket
  • Delete an object from a bucket
  • List the keys that are in buckets

Amazon S3 Features

Amazon S3 Data Consistency Model

Amazon S3 is a flexible system because this data is replicating automatically over multiple servers within the region. Data changing requires some time to forward the changes to all locations. To put new objects is not too difficult because Amazon S3 provides read after write capability but to rewrite over an existing object or delete an object has flexibility. We send PUT request to store data in the bucket and if a PUT request is successful, your data is stored safely. This means when you upload a file and if it is successfully uploaded, then you get HTTP 200 code.

Anyhow, information about the changes must replicate across Amazon S3, which can take some time. Amazon S3 provides;

  • Read after Write consistency

Eventual Consistency for overwrite PUTS and DELETES can take some time to propagate. If you put up a new object in S3 for the very first time and immediately attempt to read it, you will be able to read it quickly. If the object is replaced or updated then accessed immediately, Amazon S3 might return the prior data until the change is fully propagated.

Durability & Availability

Amazon S3 provides high levels of data durability and availability by automatically storing the data redundantly across both multiple facilities and multiple devices within the region. There is no chance of failure because of built-in error correction. Amazon S3 standard storage is designed for 99.999999999% durability and 99.99% availability of objects over one year.

Static Website Hosting

You can use Amazon S3 for a static website like html, but Amazon S3 does not host the website that requires databases (e.g., WordPress). This means that Amazon S3 does not support dynamic websites. Static websites are fast, scalable and more secure. To host a static website, you only need to follow the two steps configuration of the bucket and upload the content to a bucket. The URL of website is in this form: <yourbucketname>.s3-website-<AWS-region>.amazon.com.

Low Cost

In S3, you can store a huge amount of data at a negligible cost. You can set policies to migrate your data to Standard – Infrequent Access and Amazon Glacier for archiving to reduce costs further down automatically.

Amazon S3 Storage Classes

Storage Classes for Frequently Accessed Objects:
  • Standard S3: This storage class is suitable for the storage of the data that is frequently accessed. It delivers data with low latency and high throughput. The ideal use cases for this storage are cloud applications, dynamic websites, content distribution, gaming, and data analytics.
  • Reduced Redundancy Storage: In this storage, you can store the data with lesser redundancy than the standard storage class for non-critical, reproducible data.
Storage Classes for Infrequently Accessed Objects:
  • S3 Standard – Infrequent Access: Ideal for data that is accessed less frequently, such as long-term backups and disaster recovery, but at the same time requires rapid access when needed. Lower costs than S3 Standard but higher charges to retrieve or transfer data.
  • S3 One Zone – Infrequent Access: It stores data in only one Availability Zone, which makes it less expensive than Standard – So, the data is not resilient to the physical loss of the Availability Zone. Use it only if you can recreate the data in case of Availability Zone failure.

 

Benefits of the S3 Service

  • Store a huge amount of data at low cost
  • Download any amount of data at anytime from anywhere
  • Use standard-based REST and SOAP interfaces designed to work with any internet-development toolkit
  • Data is secure from any unauthorized access; you can allow access to deny permission on your data

Pricing

You only pay for the data used with Amazon S3. There are no fixed fee and no installation costs. The S3 Standard Amazon S3 has three pricing components: storage (per month per GB), data-in or -out (per month perGB) as well as requests (per month for 1000 queries). AWS provides the AWS Free Tier to new customers, providing up to five GB of Amazon S3 storage, 20000 GET requests, 2000 PUT requests, and 15 GB of data transfer out each month for one year, all free of cost.

Scenario

A company has its static website for which it needs a cost effective and quick solution in cloud in an easier way.

Solution

By using S3 Static Web Hosting feature, the company can host its website in an easy way with few simple steps.

Step-by-Step Guide for Hosting a Static Website on S3
 1. Log in to the AWS Console
 2. Click on “Services” and select “S3” under “Storage”.
 3. Click “Create bucket” to create a new bucket for the static website.
 4. Once the bucket is created, we will upload the .html files and other website content       on to it. Click on the bucket to upload files.
 5. Click “Upload”.
 6. Here, we are uploading ‘index.html’ and ‘error.html’ files for the landing and error           page of our website respectively. ‘ipspecialist.jpg’ is the image file we will be using       on our website. Click “Next”.

 7. Now, files have been uploaded in the bucket.
 8. The ‘index.html’ and ‘error.html’ contain simple code as follows:
 9. To make a website publicly accessible, all contents of the bucket must be granted           public access. We will use a bucket policy to make the entire bucket public.                     Click the “Permissions” tab.
 10. Click on “Bucket Policy” to open its tab.

 11. Copy paste the above .json code in the bucket policy text area and click “Save”.               Make sure the 12th line of the code contains your bucket name.
 12. Once you click “Save”, you will see a notification alert that the bucket has public             access. The above .json code is granting public access to the bucket. Now, click on         the “Properties” tab and select “Static web hosting”.
  13. Select “Use this bucket to host a website” and enter index and error document              file names, which in our case are ‘index.html’ and ‘error.html”. Click “Save”. Now,            click on the endpoint link given at the top, which is your website URL to open                your website.
   14. Now, your website is open.
   15. If ‘index.html’ file is removed or renamed, the URL link will lead to the error page.

Conclusion

So, in short, we can say that S3 is an extremely cheap, accessible storage option for storing media files, static assets, and user uploads. It is one of the ideal approaches to host your website. You only need to put your HTML, CSS, JS and media files in an S3 bucket and then follow the simple steps to get this website running at very low cost within a couple of minutes. It is quick, cost effective and has incredible uptime. With S3, you also don’t need any capacity planning as it is automatically going up or down, giving you 99.99% availability over a year.

 

 

Sign-Up with your email address to receive news, new content updates, FREE reports and our most-awaited special discount offers on curated titles !

Loading

Sign-Up with your email address to receive news, new content updates, FREE reports and our most-awaited special discount offers on curated titles !

Loading

Sign-Up with your email address to receive news, new content updates, FREE reports and our most-awaited special discount offers on curated titles !

Loading