🖋️
AWS CCP Notes by Karan Singh
  • Intro
  • The Absolute Basics
  • 6 Advantages of Cloud Computing
  • IAM
    • IAM - Identity and Access Management
  • Serverless Services
  • EC2
    • EC2 - Elastic Compute Cloud
    • EC2 Storage
    • EC2 Purchasing Options
  • ELB & ASG
    • Scalability and Elasticity
    • Elastic Load Balancing
    • Auto Scaling
  • S3
    • Buckets and Objects
    • S3 Security
    • S3 Replication
    • S3 Storage Classes
    • Snowball and Snowmobile
  • Databases/Analytics
    • Aurora
    • RDS
    • ElastiCache
    • DynamoDB
    • DocumentDB
    • Redshift
    • Neptune
  • Analytics
    • EMR
    • Athena
    • DMS
    • Glue
  • Other computing services
    • ECS
    • Fargate
    • Elastic Container Registry
    • EKS
    • Lambda
    • Batch
    • Lightsail
  • Deployment & Provisioning
    • CloudFormation
    • Elastic Beanstalk
    • CodeDeploy
    • Systems Manager
    • OpsWorks
    • QuickStart
    • Marketplace
  • Content Delivery
    • Route 53
    • CloudFront
    • S3 Transfer Acceleration
    • Global Accelerator
  • Communication and Step Functions
    • SQS
    • SNS
    • SES
    • Step Functions
  • Monitoring
    • CloudWatch
    • CloudTrail
    • X-Ray
    • Service Health Dashboard
    • Personal Health Dashboard
  • VPC & Networking
    • VPC
    • Subnets
    • Internet Gateway & NAT Gateway
    • NACL & Security Groups
    • VPC Flow Logs
    • VPC Peering
    • VPC Endpoints
    • Direct Connect & Site-to-site VPN
    • Transit Gateway
  • Shared Responsibility Model
    • Shared Responsibility Model
    • RDS
    • S3
  • Security & Compliance
    • WAF & Shield
    • Penetration Testing
    • KSM & CloudHSM
    • Secrets Manager
    • Artifact
    • GuardDuty
    • Inspector
    • Config
    • Macie
  • Machine Learning
    • Rekognition
    • Transcribe
    • Polly
    • Lex
    • Connect
    • Comprehend
    • SageMaker
  • Organizations
    • Organizations
    • Consolidated Billing
  • Pricing
    • Free Services
    • EC2 Pricing
    • Lambda Pricing
    • ECS Pricing
    • EBS Pricing
    • S3 Pricing
    • RDS Pricing
    • CloudFront Pricing
    • Networking Pricing
  • Billing & Support
    • TCO Calculator
    • Simple Monthly Calculator/Pricing Calculator
    • Billing Dashboard
    • Cost Allocation Tags
    • Cost & Usage Reports
    • Cost Explorer
    • Billing Alarms
    • Budgets
    • Trusted Advisor
    • AWS Support Plans
  • Advanced Identity
    • Cognito
    • Directory Services
    • Single Sign-On (SSO)
  • Architecting On The Cloud
    • Well-Architected Framework & Best Practices
      • 1) Operational Excellence
      • 2) Security
      • 3) Reliability
      • 4) Performance Efficiency
      • 5) Cost Optimization
  • AWS Ecosystem
  • AZ, Regional and Global Services
Powered by GitBook
On this page
  • S3 Standard
  • S3 Standard - Infrequent Access (IA)
  • S3 One Zone - Infrequent Access (IA)
  • S3 Intelligent-Tiering
  • S3 Glacier
  • S3 Glacier Deep Archive
  • S3 Lifecycle Rules
  • AWS Storage Gateway

Was this helpful?

  1. S3

S3 Storage Classes

PreviousS3 ReplicationNextSnowball and Snowmobile

Last updated 4 years ago

Was this helpful?

S3 Standard

  • Used for general purpose storage of frequently accessed data, e.g. mobile and gaming apps, big data analysis, etc.

  • 99.99% Availability.

  • Low latency and high throughput.

S3 Standard - Infrequent Access (IA)

  • Used for data infrequently accessed but needed quickly when accessed, e.g. disaster recovery, backups, etc.

  • 99.9% Availability.

  • Stores the data across multiple Availability Zones.

  • Cheaper than S3 Standard.

S3 One Zone - Infrequent Access (IA)

  • Basically, the same as STANDARD_IA but it only stores the data in one Availability Zone, e.g. it can be used for secondary backups or data that you can recreate.

  • 99.5% Availability.

  • Less expensive than STANDARD_IA.

  • Data needs to be resilient to the failure of one Availability Zone.

S3 Intelligent-Tiering

  • Used for people who want to be cost-optimized and their data access patterns are unknown/random.

  • 99.9% Availability.

  • No retrieval fee.

S3 Glacier

  • Suitable for long-term use, e.g. backups or archives.

  • Takes very long to access the data stored: - Expedited = 1-5 minutes. - Standard = 3-5 hours. - Bulk = 5-12 hours.

S3 Glacier Deep Archive

  • Cheapest out of all the S3 options.

  • Also, takes an even longer time to access the data: - Standard = 12 hours. - Bulk = 48 hours.

S3 Lifecycle Rules

  • Transition objects between S3 storage classes

AWS Storage Gateway

  • Hybrid storage service.

  • Allows you to seamlessly bridge between on-premises data and cloud data (to get the best of both worlds.)