5,6 Flashcards
AWS EBS
Elastic Block Store (need to be in the same AZ to use)
applications need block level storage (only changes what needs to be changed)
virtual hard drives not connected to host (use snapshots)
attaches to EC2 instance
EC2 name for local storage
Instance Store volumes (physically attached to the AWS host using the EC2)
if instance is deleted so is the instance store volume
Amazon S3
Simple Storage Service
store and receive virtually unlimited amount
max upload size is 5 TB
S3 standard
-Designed for frequently accessed data
-Stores data in a minimum of three Availability Zones
S3 standard-infrequent Access
(S3 Standard-IA)
S3 standard-IA
-Ideal for infrequently accessed data
-Similar to Amazon S3 Standard but has a lower storage price and higher retrieval price
great for not accessed often but need it fast
S3 Glacier Flexible Retrieval
-Low-cost storage designed for data archiving
-Able to retrieve objects within a few minutes to hours
Lifecycle policy
automatically transfer data to a new S3 policy after a certain amount of time
S3 one Zone-infrequent access
(S3 one Zone-IA )
S3 one Zone-IA
-Stores data in a single Availability Zone
-You can easily reproduce your data in the event of an Availability Zone failure.
S3 Intelligent Tiering
-Ideal for data with unknown or changing access patterns
-Requires a small monthly monitoring and automation fee per object
S3 Glacier Instant rerieval
-Works well for archived data that requires immediate access
-Can retrieve objects within a few milliseconds
S3 Glacier Deep Archive
-Lowest-cost object storage class ideal for archiving
-Able to retrieve objects within 12 hours
S3 Outposts
-Creates S3 buckets on Amazon S3 Outposts
-Makes it easier to retrieve, store, and access data on AWS Outposts
S3 vs EBS
S3 - uses object storage
EBS - block storage (editing a part in a long video)
AWS RDS
relational database service
databases relate the data to each other
stores data in Aurora Database
only database compatible with MySQL
AWS EFS
Elastic file system (distributed file system)
multiple EC2 instances can access at the same time
Linux file system can be accessed anywhere in the region