Storage Flashcards
Elastic Block Store (EBS)
Enables you to create individual storage volumes and attach them to an Amazon EC2 instance:
Offers block-level storage,
Volumes are automatically replicated within its Availability Zone,
Can be backed up automatically to S3 through snapshots;
EBS Features
Features:
*Snapshots
Point in time snapshots;
Recreate a new volume at any time;
*Encryption
Encrypted Amazon EBS volumes;
No additional cost;
*Elasticity
Increase capacity;
Change to different types;
Volumes
Charged by the amount you provision in GB per month, until you release the storage.
IOPS
Included in the price of General Purpose SSD volumes.
For Amazon EBS magnetic volumes, I/O is charged by the number of requests that you make to your volume.
With Provisioned IOPS SSD volumes, you are also charged by the amount you provision in IOPS (multiplied by the percentage of days that you provision for the month).
Snapshots
Added cost of Amazon EBS snapshots to Amazon S3 is per GB-month of data stored.
Data Transfer
Inbound = free.
Outbound across Regions = charges
S3 Bucket
A managed cloud storage solution that is designed to scale seamlessly and provide 11 9s of durability. You can store virtually as many objects as you want in it, and you can write, read, and delete objects. Names are universal and must be unique across all existing names in Amazon S3. Objects can be up to 5 TB in size. By default, data in Amazon S3 is stored redundantly across multiple facilities and multiple devices in each facility.
S3 storage classes
Standard
Intelligent-Tiering
Standard Infrequent Access (IA)
One Zone-Infrequent Access (IA)
Glacier
Glacier Deep Archive
Standard
High durability, availability, and performance object storage for frequently accessed data.
Intelligent-Tiering
Optimize costs by automatically moving data to the most cost-effective access tier, without performance impact or operational overhead.
Standard Infrequent Access (Amazon S3 Standard - IA)
Accessed less frequently, but requires rapid access when data is needed.
One Zone-Infrequent Access (Amazon S3 One Zone - IA)
Same as Standard-IA but only stores data in a single availability zone.
Glacier
Secure, durable, and low cost storage class for data archiving. You can reliably store any amount of data at costs that are competitive with or cheaper than on premises solutions.
Provide 11 9s,
Support encryption in transit and at test through SSL or TLS,
Vault lock feature enforces compliance through a policy.
Encrypted with AES-256 and managed encryption keys.
Glacier Deep Archive
Long-term retention and digital preservation for data that might be accessed once or twice in a year. It is designed for customers particularly in highly regulated industries that retain datasets for 7–10 years (or more) to meet regulatory compliance requirements.
S3 Common Scenarios
Backup and Storage,
Application Hosting,
Media Hosting,
Software Delivery.
S3 Pricing
- Pay only for what you use, including:
GBs per month
Transfer OUT to other Regions
PUT, COPY, POST, LIST, and GET requests - You do not pay for:
Transfers IN to Amazon S3
Transfers OUT from Amazon S3 to Amazon CloudFront or Amazon EC2 in the same Region
Elastic File System (EFS)
Provides simple, scalable, elastic file storage for use with AWS services and on-premises resources. It offers a simple interface that enables you to create and configure file systems quickly and easily.
EFS Features
- File storage in the AWS Cloud,
- Works well for big data and analytics, media processing workflows, content management, web serving, and home directories,
- Petabyte-scale, low-latency file system,
- Shared storage,
- Elastic capacity,
- Supports Network File System (NFS),
- Compatible with all Linux - based AMIs for Amazon EC2
EFS Implementation
- Create your Amazon EC2 resources and launch your Amazon EC2 instance.
- Create your Amazon EFS file system.
- Create your mount targets in the appropriate subnets.
- Connect your Amazon EC2 instances to the mount targets.
- Verify the resources and protection of your AWS account.
Archive
Any object (such as a photo, video, file, or document) that you store in Amazon S3 Glacier. It is the base unit of storage in Amazon S3 Glacier. Each has its own unique ID and it can also have a description.
Vault
A container for storing archives. When you create a vault, you specify the vault name
and the Region where you want to locate the vault.
Vault Access Policy
Determine who can and cannot access the data that is stored in the vault, and what operations users can and cannot perform.
Expedited
Retrievals are typically made available within 1 – 5 minutes (highest cost).
Standard
Retrievals typically complete within 3 – 5 hours (less time than bulk, more time than expedited).
Bulk
Retrievals typically complete within 5 – 12 hours (lowest cost).
Lifecycle Policies
Enable you to delete or move objects based on age.