AWS Certified Solutions Architect - Professional
  • AWS Certified Solutions Architect - Professional
  • Analytics
    • Athena
    • Data Exchange
    • Kinesis Data Firehose
    • EMR
    • Glue
    • Kinesis Data Streams
    • Kinesis Data Analytics
    • Lake Formation
    • Managed Service for Apache Flink
    • Managed Streaming for Apache Kafka (Amazon MSK)
    • OpenSearch Service
    • QuickSight
  • Application Integration
    • AppFlow
  • AppSync
  • EventBridge
  • MQ
  • Simple Notification Service
  • Simple Queue Service
  • Step Functions
  • Simple Workflow Service
  • Mechanical Turk
  • Blockchain
    • Managed Blockchain
  • Business Applications
    • Simple Email Service
  • Cloud Financial Management
    • Budgets
    • Cost and Usage Report
  • Cost Explorer
  • Savings Plans
  • COMPUTE
    • App Runner
  • Auto Scaling
  • Batch
  • Elastic Beanstalk
  • OpsWorks
  • Elastic Compute Cloud
  • Fargate
  • Lambda
  • Serverless Application Model
  • Lightsail
  • Outposts
  • Wavelength
  • CONTAINERS
    • Elastic Container Registry
    • Elastic Container Service
    • ECS Anywhere
    • Elastic Kubernetes Service
    • EKS Anywhere
    • EKS Distro
  • DATABASES
    • Aurora
  • Aurora Serverless
  • DocumentDB
  • DynamoDB
  • ElastiCache
  • Keyspaces
  • Neptune
  • Quantum Ledger Database
  • Elasticsearch
  • Relational Database Service
  • Redshift
  • Timestream
  • Developer Tools
    • CI/CD using AWS Code
    • CodeArtifact
    • CodeBuild
    • CodeDeploy
    • CodeGuru
    • CodePipeline
    • X-Ray
  • End User Computing
    • AppStream 2.0
  • Workspaces
  • Frontend Web and Mobile
    • Amplify
    • API Gateway
    • Device Farm
    • Pinpoint
  • Internet of Things
    • IoT Core
    • IoT Device Defender
    • IoT Device Management
    • IoT Events
    • IoT Greengrass
    • IoT SiteWise
    • IoT Things Graph
  • IoT 1-Click
  • Machine Learning
    • Comprehend
    • Fraud Detector
    • Kendra
    • Lex
    • Personalize
    • Polly
    • Rekognition
  • SageMaker AI
  • Textract
  • Transcribe
  • Translate
  • Forecast 101
  • Management and Governance
    • CloudFormation
    • CloudTrail
    • CloudWatch
    • CloudWatch Logs
    • Cost Allocation Tags
    • Command Line Interface
    • Compute Optimizer
    • Config
    • Control Tower
    • Health Dashboard
    • License Manager
    • Managed Grafana
    • Managed Service for Prometheus
    • Management Console
    • Organizations
    • Proton
    • Service Catalog
    • Service Quotas
    • Systems Manager
    • Trusted Advisor
    • Well-Architected Tool
    • SAML2.0 Identity Federation
    • IAM Identity Center
    • Directory Service
  • Service Control Policies
  • Permissions Boundaries
  • Permissions Evaluation
  • Media Services
    • Elastic Transcoder
    • Kinesis Video Streams
  • Migration and Transfer
    • 6R's of Cloud Migration
    • Application Discovery Service
    • Application Migration Service
    • Database Migration Service
    • DataSync
    • Migration Hub
    • Schema Conversion Tool
    • Snow Family
    • Transfer Family
  • Networking and Content Delivery
    • Private and Public Services
    • DHCP In a VPC
    • VPC Router
    • Stateful vs Stateless Firewalls
    • Network Access Control Lists
    • Security Groups
    • Local Zones
    • Border Gateway Protocol
    • Global Accelerator
    • IPSec VPN
    • Site2Site VPN
    • Transit Gateway
    • VPC Routing
    • Accelerated Site-to-Site VPN
    • Client VPN
    • Direct Connect (DX)
    • Route53
    • Private Link
    • VPC
    • VPC Flow Logs
    • CloudFront
    • Elastic Load Balancing
  • Security, Identity, and Compliance
    • Artifact
    • Audit Manager
    • Certificate Manager
    • Parameter Store
    • CloudHSM
    • Cognito
    • Detective
    • Firewall Manager
    • GuardDuty
    • Identity and Access Management
    • Inspector
    • Key Management Service
    • Macie
    • Network Firewall
    • Resource Access Manager
    • Secrets Manager
    • Security Hub
    • Security Token Service
    • Shield
    • WAF
  • Storage
    • Backup
    • Elastic Block Store
    • Instance Store Volumes
    • Elastic Disaster Recovery
    • Elastic File System
    • FSx
    • Simple Storage Service
    • S3 Glacier
    • Storage Gateway
  • DISASTER RECOVERY
    • Types of DR - Cold, Warm, PilotLight
    • DR Architecture - Storage
    • DR Architecture - Compute
    • DR Architecture - Database
    • DR Architecture - Networking
Powered by GitBook
On this page
  1. Storage

S3 Glacier

  • Archival Storage Tiers:

    • S3 Glacier is used for long-term infrequently accessed data.

    • S3 Glacier Deep Archive is the lowest-cost storage option for archival data that is rarely accessed (e.g., once or twice a year).

  • Use Cases:

    • Ideal for compliance, digital preservation, backups, media archives, and long-term retention.

  • Storage Classes:

    • S3 Glacier (retrieval in minutes to hours)

    • S3 Glacier Deep Archive (retrieval in hours)

  • Retrieval Options for Glacier:

    • Expedited: 1–5 minutes (small data, premium cost)

    • Standard: 3–5 hours

    • Bulk: 5–12 hours (lowest cost)

  • Retrieval Options for Glacier Deep Archive:

    • Standard: 12 hours

    • Bulk: 48 hours

  • No Lifecycle Transition Delay:

    • Objects moved via S3 lifecycle policies are immediately placed into the Glacier tier; retrieval delays apply only when accessing them.

  • S3 Intelligent-Tiering:

    • Can automatically move data to Archive Access or Deep Archive Access tiers to optimize costs, without retrieval charges for access patterns.

  • Restore Process:

    • Glacier objects must be restored before access; a temporary copy is made available in the S3 Standard tier for the specified duration.

  • Object Lock and Compliance:

    • Supports WORM (Write Once, Read Many) for regulatory compliance using S3 Object Lock.

  • Data Retrieval Cost Model:

    • You pay for storage, retrieval, and data transfer out.

    • Retrieval charges vary by the retrieval method and amount of data.

  • Vaults vs. Buckets:

    • Classic Glacier (before S3 integration) used vaults; now S3 Glacier uses S3 buckets with Glacier storage class.

  • Glacier Archives:

    • In classic Glacier (vaults), each file is stored as an archive with a unique ID.

  • Lifecycle Policies:

    • Use S3 Lifecycle rules to automate transitions to Glacier tiers based on object age or prefixes.

  • Data Durability:

    • Offers 99.999999999% (11 nines) durability like S3 Standard.

  • Cross-Region Replication Support:

    • S3 Cross-Region Replication (CRR) can be configured with Glacier tiers to replicate archived data across AWS Regions for compliance and DR.

Last updated 7 days ago