Menu
×
   ❮   
HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C C++ C# BOOTSTRAP REACT MYSQL JQUERY EXCEL XML DJANGO NUMPY PANDAS NODEJS R TYPESCRIPT ANGULAR GIT POSTGRESQL MONGODB ASP AI GO KOTLIN SASS VUE DSA GEN AI SCIPY AWS CYBERSECURITY DATA SCIENCE
     ❯   

AWS Cloud Tutorial

AWS HOME AWS Intro AWS Cloud Certification AWS Get Started AWS Cloud Computing AWS Cloud Benefits AWS EC2 Intro AWS EC2 Instance Types AWS EC2 Pricing AWS EC2 Scaling AWS EC2 Auto Scaling AWS Elastic Load Balancing AWS Messaging AWS SNS AWS SQS AWS Serverless AWS Lambda AWS Containers AWS ECS AWS EKS AWS Fargate AWS First Recap AWS Infrastructure AWS Regions AWS Availability Zones AWS Edge Locations AWS Provision AWS Provision Services AWS Elastic Beanstalk AWS CloudFormation AWS Second Recap AWS Networking AWS Connectivity AWS Subnet and Access AWS Global Networking AWS Third Recap AWS Storage and DBs AWS Instance Stores AWS EBS AWS S3 AWS EBS vs S3 AWS Elastic File System AWS RDS AWS DynamoDB AWS DynamoDB vs RDS AWS Redshift AWS DMS AWS Additional DB Services AWS Fourth Recap AWS Cloud Security AWS Shared Responsibility AWS User Access AWS Organizations AWS Cloud Compliance AWS DDoS AWS Other Services AWS Fifth Recap AWS Monitoring and Analytics AWS CloudWatch AWS CloudTrail AWS TrustedAdvisor AWS Sixth Recap AWS Pricing and Support AWS Free Tier AWS Pricing Models AWS Billing Dashboard AWS Consolidated Billing AWS Budgets AWS Cost Explorer AWS Support Plans AWS Marketplace AWS Seventh Recap AWS Migration and Innovation AWS CAF AWS Migration Strategies AWS Snow Family AWS Innovation AWS Eight Recap AWS Cloud Journey AWS Well-Architected Framework AWS Cloud Benefits AWS Ninth Recap AWS Exam Preparation

AWS Examples

AWS Cloud Exercises AWS Cloud Quiz AWS Certificate

Cloud Courses

Python Apps on AWS DevOps on AWS

More AWS

AWS Machine Learning AWS Serverless

AWS S3 - Simple Storage Service


Cloud Storage - AWS S3

AWS S3 is also called AWS Simple Storage Service.

S3 is a storage service.

It allows uploading any type of file.

In S3 you can set access permissions to a file.

It is object-level storage.

It offers unlimited space in the storage.

The maximum file size is 5 TB.


AWS Simple Storage Service Video

W3schools.com collaborates with Amazon Web Services to deliver digital training content to our students.


What is Object-Level Storage?

Object-level storage contains objects.

Each object is made of:

  • Data - any type of file
  • Metadata - information about what the data is
  • Key - unique identifier
Image of an object

Image created by Amazon Web Services

The picture illustrates object storage.


AWS S3 Storage Classes

There are many AWS S3 storage classes.

They differ in data availability.

How frequent data is retrieved and cost price.


S3 Standard

S3 Standard is ideal for data that is accessed often.

Provides high availability for stored objects.

It stores data in at least three Availability Zones.

It is the most expensive class.



S3 Standard-Infrequent Access

S3 Standard-Infrequent Access is also called S3 Standard-IA

S3 Standard-IA is ideal for data that is often accessed.

It has the same level of data availability as S3 Standard.

It stores data in at least three Availability Zones.

Lower storage price but higher data retrieval price.

It is higher priced than other classes.


S3 One Zone-IA (S3 One Zone-Infrequent Access)

It stores data in one Availability Zone.

It is cheaper than S3 Standard and S3 Standard-IA classes.


S3 Intelligent-Tiering

S3 Intelligent-Tiering requires automation and monitoring.

It is recommended for data with unknown or frequently changing access.

It moves the object to the S3 Standard-IA class if it is not accessed for 30 days.

It moves objects to S3 Standard if accessed in S3 Standard-IA or S3 One Zone-IA classes.


S3 Glacier

S3 Glacier is recommended for archiving data.

It can retrieve objects within a few minutes.

S3 Glacier is a cheaper and slower class.


S3 Glacier Deep Archive

S3 Glacier Deep Archive has the lowest cost.

Like S3 Glacier, it is best for archives.

Compared to S3 Glacier, S3 Glacier Deep Archive can retrieve objects within 12 hours.


AWS Cloud Exercises

Test Yourself With Exercises

Exercise:

What type of files can be uploaded to AWS S3?

S3 allows uploading  type of file

Start the Exercise


Relevant Specializations and Guided Projects

  1. S3 Basics
  2. Hosting Static Page in AWS S3
  3. Object Detection with Amazon Sagemaker


×

Contact Sales

If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
sales@w3schools.com

Report Error

If you want to report an error, or if you want to make a suggestion, send us an e-mail:
help@w3schools.com

W3Schools is optimized for learning and training. Examples might be simplified to improve reading and learning. Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content. While using W3Schools, you agree to have read and accepted our terms of use, cookie and privacy policy.

Copyright 1999-2024 by Refsnes Data. All Rights Reserved. W3Schools is Powered by W3.CSS.