Storage and Databases Flashcards
AWS Snowball Edge data migration
Enable Petabyte scale offline data migration fron onpremises storage for databases into amazon s3
gp2 and gp3 EBS volume types
General purpose SSD that balances price and performance.
Can be used as boot volumes
io1 and io2 Block Express EBS volume types
Highest performance SSD volumes for mission critical low latency or high throughput.
Can be used as boot volumes
st1 EBS volume types
Low cost HDD volume for frequently accessed, throughput intensive workloads
sc1 EBS volume types
Lowest cost HDD volume designed for less frequently accessed workloads
EBS Snapshots
- Are incremental and use IO (shouldn’t be runned while app is handling a lot of traffic).
- Not necessary to detach volume.
- Can copy across regions.
Amazon Data Lifecycle Manager
Automate creation, retention and deletion of EBS snapshots and EBS backed AMIs.
Uses tags to identify resources.
EBS Multi Attach
Only avaible for io1/io2 family. Attach the same volume to multiple instances in the same AZ.
Amazon EFS
Managed NFS than can be mounted on Linux multi-AZ EC2 & on premises.
Can only attach to one VPC.
EFS perfomance mode
- General Purpose (default): latency sensitive use cases
- Max I/O: higher latency, throughput, highly parallel
EFS Throughput Mode
- Bursting: scales with the amount of storage in your file system
- Provisioned: if you know your workload’s performance requirements, regardless of storage size
- Elastic: Automatically scales based on your workload
EFS storage classes
- Standard: frequently accessed files
- Infrequent access: cost to retrieve files, lower price to store
- Archive: rarely accessed data (50% cheaper)
EFS Access Points
Application-specific entry points that make it easier to manage access to shared datasets.
Enforce user identity, clients can only access data in the specified directory or its subdirectories.
EFS Cross Region Replication
Can be setup for new or existing EFS.
1. Provides RPO and RTO of minutes
2. Doesn’t affect the provisioned throughput
Storage Classes
S3 Standard
- General purpose storage for frequently accessed data
- Low latency and high throughput performance
Storage Classes
S3 Intelligent-Tiering
- Automatic cost savings for data with unknown or changing access patterns
- Opt-in asynchronous archive capabilities for objects that become rarely accessed
- Small monthly monitoring and automation charge
- No operational overhead, no lifecycle charges, no retrieval charges, and no minimum storage duration
Storage Classes
S3 Express One Zone
- High performance storage for your most frequently accessed data
- Consistent single-digit millisecond request latency
- Improve access speeds by 10x and reduce request costs by 50% compared to S3 Standard
Storage Classes
S3 Standard Infrequent Access
- Infrequently accessed data that needs millisecond access
- Same low latency and high throughput performance of S3 Standard
Storage Classes
S3 One Zone-Infrequent Access
- Re-creatable infrequently accessed data
- Same low latency and high throughput performance of S3 Standard
Storage Classes
S3 Glacier Instant Retrieval
- Long-lived data that is accessed a few times per year with instant retrievals
- Data retrieval in milliseconds with the same performance as S3 Standard
Storage Classes
S3 Glacier Flexible Retrieval
- Backup and archive data that is rarely accessed and low cost
- Ideal for backup and disaster recovery use cases when large sets of data occasionally need to be retrieved in minutes, without concern for costs
- Configurable retrieval times, from minutes to hours, with free bulk retrievals
Storage Classes
S3 Glacier Deep Archive
- Archive data that is very rarely accessed and very low cost
- Ideal alternative to magnetic tape libraries
- Retrieval time within 12 hours
S3 Replication
Versioning must be enabled
* Cross region replication
* Same region replication
* S3 replication time control: Replicates most objects in seconds