mod05 Flashcards
storage types in AWS
block
file
object
block
local - tied up to an ec2 instance
file storage
shared
instance store
temporary while instance is working
EBS Volumes
elastic block storage
persistent after instance termination
only the changed data is backup
file storage
data that needs to be shared
EFS Elastic File System
Scalable
Provides data to tousands of EC2 instances concurrently
store data across many multiple AZ
For windows use fsx with smb
components of an object storage
data
metadata
key
S3
store objects in buckets
set permissions to control access
manage different classes of storage plans
up to 5 TB in size
s3 storage classes
standard : frequently accessed data over many AZ (99.99% availability) - up to 90 day
standard IA: infrequently access; lower storage price but higher retrieval price - up to 180 days
one zone IA: only uses an AZ and lower price than standard IA (99.5% availability)
s3 glacier instant retrieval: low cost storage designed for data achieving (in ms)
s3 glacier flexible retrieval: lowe cost and retrieval in minutes up to hours
s3 intelligent tiering: for data with unknown or changing access patterns , small monitoring fee
s3 glacier deep archive: to be retrieved around 12 hrs lowes cost achieving - up to 10 years then delete
s3 glacier outpost: low cost on premises object storage and for local processing
databases types
relational
non relational
aurora
enterprise relational db
eliminate unnecesary i/o operations
backup over six AZ
nonrealtional databases
use key valuepairs
dynamodb
serverless key value db
scales and maintain as needed
manage up to 10 trillion requests