🔐
AWS SCS-C01
  • Practice Test Scores
  • Domain 1 - Incident Response
    • Incident Response
    • Exposed AWS Access Keys
    • Compromised EC2 Instance
    • How do you report abuse of AWS resources?
    • GuardDuty
    • Penetration Testing
  • Domain 2 - Logging & Monitoring
    • Some Basics
    • Inspector
    • Security Hub
    • AWS WAF
    • Systems Manager
    • Systems Manager Features
    • CloudWatch Logs
    • Athena
    • CloudTrail
    • Config
    • Trusted Advisor
    • CloudTrail Log File Integrity
    • Macie
    • S3 Event Notifications
    • VPC Flow Logs
    • Centralized Logging Architecture
  • Domain 3 - Infrastructure Security
    • Bastion Hosts
    • Site-to-Site VPN
    • VPC Peering
    • VPC Endpoints
    • Network ACL
    • Firewall vs IPS vs IDS
    • EBS
    • CloudFront
    • Shield
    • Mitigating DDoS Attacks
    • EC2 Key Pair Troubleshooting
    • EC2 Tenancy
    • Artifact
    • Lambda@Edge
    • Simple Email Service (SES)
    • DNS Support in VPC
  • Domain 4 - Identity & Access Management
    • Organizations
    • IAM Policy Evaluation Logic
    • Understanding IAM Policies
    • IAM Tutorial: Delegate access across AWS accounts using IAM roles
    • External ID
    • iptables
    • IAM policy elements: Version
    • IAM policy elements: Variables and tags
    • Policy elements: Principal and NotPrincipal
    • IAM policy elements: Condition
    • Security Token Service (STS)
    • Identity federation in AWS
    • Enabling SAML for your AWS resources
    • Single Sign-On
    • Cognito
    • Directory Service
    • Trusts in Active Directory
    • Example S3 Bucket Policies
    • Cross-account access to S3 buckets using Resource-based policies and IAM policies
    • S3 Access Control Lists (ACLs)
    • Presigned URLs
    • S3 Versioning
    • S3 Cross-Region Replication (CRR)
    • S3 Object Lock
    • Configuring MFA-protected API access
    • IAM Permission Boundaries
  • Domain 5 - Data Protection
  • CloudHSM
  • Key Management Service (KMS)
  • Symmetric CMKs vs Asymmetric CMKs
  • Data Key Caching
  • Deleting KMS CMKs
  • Default KMS Key Policy
  • Managing access to KMS CMKs
  • KMS CMK Key Types
  • Rotating KMS CMKs
  • Example Key Policies for KMS Questions
  • KMS Grants
  • KMS CLI Commands
  • Importing key material in KMS
  • KMS Condition Keys
  • Migrating Encrypted KMS Data Across Regions
  • KMS Encryption Context
  • CloudHSM vs KMS
  • S3 Data Encryption
  • Application Load Balancer (ALB)
  • ELB Listeners Part 1
  • ELB Listeners Part 2
  • AWS Certificate Manager (ACM)
  • Glacier
  • DynamoDB Encryption
  • AWS Secrets Manager
  • Summaries
    • Domain 1
    • Domain 2
    • Domain 3
    • Domain 4
    • Domain 5
Powered by GitBook
On this page
  • Archive
  • Vault
  • Job
  • Vault Locking Overview

Was this helpful?

Glacier

  • S3 Glacier is a secure, durable, and extremely low-cost S3 storage class for data archiving and long-term backup.

  • With S3 Glacier, customers can store their data cost effectively for months, years, or even decades.

  • S3 Glacier enables customers to offload the administrative burdens of operating and scaling storage to AWS.

  • Data at rest stored in S3 Glacier is automatically server-side encrypted using AES-256 with keys maintained by AWS.

Archive

  • An archive can be any data such as a photo, video, or document and is a base unit of storage in S3 Glacier.

  • Each archive has a unique ID and an optional description.

Vault

  • In S3 Glacier, a vault is a container for storing archives.

  • When you create a vault, you specify a name and choose an AWS Region where you want to create the vault.

Job

  • S3 Glacier jobs can perform a select query on an archive, retrieve an archive, or get an inventory of a vault.

Vault Locking Overview

  • You can specify controls such as “write once read many” (WORM) in a vault lock policy and lock the policy from future edits.

  • Once locked, the policy can no longer be changed.

  • You must complete the vault locking process within 24 hours after the vault lock enters the InProgress state.

  • After the 24 hour window ends, the lock ID expires, the vault automatically exits the InProgress state, and the vault lock policy is removed from the vault.

  • After a vault lock is in the Locked state, you cannot initiate a new vault lock for the vault.

  • You can set a vault lock by calling initiate-vault-lock.

  • You can abort the vault locking process by calling AbortVaultLock.

  • You can get the state of the vault lock by calling GetVaultLock.

PreviousAWS Certificate Manager (ACM)NextDynamoDB Encryption

Last updated 4 years ago

Was this helpful?