📃
AWS SAA-C02
  • Practice Test Scores
  • Basics of IAM
  • Elastic Compute Cloud (EC2)
    • Overview
    • Security Groups
    • IP Addresses
    • User Data
    • Launch Types
    • Spot Instances
    • Instance Types
    • Amazon Machine Image (AMI)
    • Placement Groups
    • Elastic Network Interface (ENI)
    • Hibernate
  • Elastic Load Balancer (ELB)
    • Basic Terms
    • Elastic Load Balancing
    • Classic Load Balancer (CLB)
    • Application Load Balancer (ALB)
    • Network Load Balancer (NLB)
    • Stickiness
    • Cross Zone Load Balancing
    • SSL Certificates
    • Connection Draining/Deregistration Delay
  • Auto Scaling Groups (ASG)
    • Launch Configurations & Launch Templates
    • Overview
    • Dynamic Scaling and Scheduled Scaling
    • Lifecycle Hooks
    • Scaling Cooldowns
  • EC2 Storage (EBS, EFS, Instance Store)
    • Elastic Block Storage (EBS)
    • EBS Volume Types
    • EBS Snapshots
    • EBS Volume Migration
    • EBS Volume Encryption
    • EBS RAID configurations
    • Instance Store
    • Elastic File System (EFS)
    • EFS vs EBS
  • Relational Database Service (RDS)
    • RDS Overview
    • Running Databases on EC2
    • RDS Backups & RDS Restores
    • RDS Read Replicas
    • RDS Multi AZ
    • RDS Encryption
    • RDS IAM database authentication
    • Aurora
    • ElastiCache
  • Route53
    • Overview
    • DNS Record Types
    • Routing Policies
    • 3rd Party Domains
  • Simple Storage Service (S3)
    • S3
    • Server-Side Encryption
    • S3 Security
    • Pre-signed URLs
    • S3 Websites
    • Cross-origin resource sharing (CORS)
    • Consistency Model
  • Advanced S3 & Athena
    • MFA Delete
    • Access Logs
    • Replication
    • Storage Classes
    • Lifecycle Configuration
    • Performance Optimization
    • Select and Glacier Select
    • Event Notifications
    • Object Lock and Glacier Lock
    • Athena Overview
  • CloudFront & Global Accelerator
    • CloudFront Overview
    • CloudFront Signed URL / Signed Cookies
    • Global Accelerator
  • Storage Gateway & FSx & Snowball/Snowmobile
    • Storage Gateway Overview
    • Storage Gateway File Gateway Hardware Appliance
    • FSx for Windows Servers
    • FSx for Lustre
    • Storage Comparison
    • Snowball/Snowmobile Overview
  • AWS Messaging
  • Simple Queue Service (SQS)
    • Overview
    • Message Visibility Timeout
    • Dead Letter Queues
    • Delay Queues
    • FIFO Queues
    • SQS + Auto Scaling Group
  • Simple Notification Service (SNS)
    • Overview
    • SNS & SQS - Fan Out Pattern
  • Kinesis + MQ
    • Kinesis
    • Amazon MQ
  • Serverless
    • Lamda Overview
    • Lambda@Edge
    • DynamoDB Overview
    • DynamoDB RCUs and WCUs
    • DynamoDB Advanced Features
    • API Gateway Overview
    • API Gateway Security
    • Cognito Overview
    • AWS SAM (Serverless Application Model)
  • Databases & Analytics
    • Databases
    • Analytics
  • Monitoring
    • CloudWatch Concepts
    • CloudWatch Logs
    • CloudWatch Agent
    • EC2 Instance Recovery
    • CloudWatch Events
    • CloudTrail
    • Config
  • Mini Security Lesson
    • IAM Policies
    • Authorization
    • IAM Conditions
    • IAM for S3 Resources
    • IAM Permission Boundaries
  • Security & Management
    • Security Token Service (STS)
    • Identity Federation in AWS
    • Directory Service
    • Organizations
    • Resource Access Manager (RAM)
    • Single Sign On (SSO)
  • Security & Encryption
    • Encryption Overview
    • KMS Overview
    • SSM Parameter Store Overview
    • Secrets Manager Overview
    • CloudHSM
    • Shield
    • Web Application Firewall (WAF) Overview
  • Virtual Private Cloud (VPC)
    • Networking for VPCs
    • Default VPC Overview
    • VPC Overview
    • VPC Subnets
    • Internet Gateways & Route Tables
    • NAT Instances
    • NAT Gateways
    • DNS support in your VPC
    • NACLs vs Security Groups
    • VPC Peering
    • VPC Endpoints
    • VPC Flow Logs
    • Bastion Hosts
    • Site to Site VPN
    • Direct Connect
    • Egress-only Internet Gateway
    • AWS PrivateLink
    • AWS ClassicLink
    • VPN CloudHub
    • Transit Gateway
  • Disaster Recovery & Migrations
    • Plan for Disaster Recovery
    • Database Migration Service (DMS)
    • Migration Services
    • DataSync Overview
  • Other Services
    • Overview of Other Services
Powered by GitBook
On this page
  • S3 Standard
  • S3 Standard-Infrequent Access (S3 Standard-IA)
  • S3 One Zone-Infrequent Access (S3 One Zone-IA)
  • S3 Glacier
  • S3 Glacier Deep Archive
  • S3 Intelligent-Tiering

Was this helpful?

  1. Advanced S3 & Athena

Storage Classes

S3 Standard

  • Default storage class.

  • For performance-sensitive use cases and frequently accessed data - Low latency and high throughput performance.

  • 99.999999999% (11 9s) Durability.

  • 99.99% availability over a given year - Objects stored across at least 3 Availability Zones.

  • If objects are stored successfully, AWS responds with a HTTP 200 OK status.

Price

First 50 TB / Month

$0.023 per GB

Data Transfer Inbound

Free

Data Transfer Outbound

~ $0.08 per GB

1000 PUT, COPY, POST, LIST requests

$0.005

Retrieval Fees

None

S3 Standard-Infrequent Access (S3 Standard-IA)

  • For less frequently accessed data but requires rapid access when needed.

  • 99.999999999% (11 9s) Durability.

  • 99.99% availability over a given year - Objects stored across at least 3 Availability Zones.

Price

All Storage / Month

$0.0125 per GB

Data Transfer Inbound

Free

Data Transfer Outbound

~ $0.08 per GB

1000 PUT, COPY, POST, LIST requests

$0.01

Retrieval Fees

$0.01 per GB

Minimum Billable Object Size

128KB

Minimum Billable Storage Duration

30 days

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

  • For less frequently accessed data but requires rapid access when needed, such as storing secondary backup copies of on-premises data or easily re-creatable data.

  • DOES NOT store data in a minimum of three Availability Zones (AZs) - Stores data in a single AZ.

  • Lower-cost option for infrequently accessed data but do not require the availability and resilience of S3 Standard or S3 Standard-IA.

  • 99.999999999% (11 9s) Durability of objects in a single Availability Zone (data will be lost if AZ is destroyed).

  • 99.5% availability over a given year.

Price

All Storage / Month

$0.01 per GB

Data Transfer Inbound

Free

Data Transfer Outbound

~ $0.08 per GB

1000 PUT, COPY, POST, LIST requests

$0.01

Retrieval Fees

$0.01 per GB

Minimum Billable Object Size

128KB

Minimum Billable Storage Duration

30 days

S3 Glacier

  • Secure, durable, and low-cost storage class for data archiving.

  • Retrieval times range from minutes to hours

  • 99.999999999% (11 9s) Durability.

  • 3 Types of retrieval options:

    • Expedited - 1-5 minutes.

    • Standard - 3-5 hours.

    • Bulk - 5-12 hours.

    Price

    All Storage / Month

    $0.004 per GB

    Data Transfer Inbound

    Free

    Data Transfer Outbound

    ~ $0.08 per GB

    1000 PUT, COPY, POST, LIST requests

    $0.05

    Retrieval Fees

    Depends on retrieval option

    Minimum Billable Object Size

    40KB

    Minimum Billable Storage Duration

    90 days

S3 Glacier Deep Archive

  • For long-term retention and digital preservation for data that is accessed very rarely.

  • Also used for backup and disaster recovery.

  • 99.999999999% (11 9s) Durability.

  • 3 Types of retrieval options:

    • Standard - 12 hours.

    • Bulk - Up to 48 hours.

  • Price

    All Storage / Month

    $0.00099 per GB

    Data Transfer Inbound

    Free

    Data Transfer Outbound

    ~ $0.08 per GB

    1000 PUT, COPY, POST, LIST requests

    $0.05

    Retrieval Fees

    Depends on retrieval option

    Minimum Billable Object Size

    40KB

    Minimum Billable Storage Duration

    180 days

S3 Intelligent-Tiering

  • Automatically optimizes storage costs for data with unknown or changing access patterns.

  • Stores objects in four access tiers, optimized for frequent, infrequent, archive, and deep archive access - Frequent and Infrequent Access tiers have same low latency and high throughput performance of S3 Standard. Archive access and deep Archive access tiers have same performance as Glacier and Glacier Deep Archive.

  • 99.999999999% (11 9s) Durability.

  • 99.9% availability over a given year.

  • Price

    All Storage / Month

    Depends on access tier used.

    Data Transfer Inbound

    Free

    Data Transfer Outbound

    ~ $0.08 per GB

    1000 PUT, COPY, POST, LIST requests

    $0.005

    Retrieval Fees

    None

    Minimum Billable Storage Duration

    30 days

PreviousReplicationNextLifecycle Configuration

Last updated 4 years ago

Was this helpful?