Storage Services Flashcards
S3
Simple Storage Service - designed to store and access any type of data over the internet. Its serverless service (we dont need to be concerned with the file server, OS, hard drive that is behind it) - we just need to create a bucket and add objects to it. Lifecycle rules can be applied so that as data ages out, it can be migrated to a Glacier Vault
Glacier
Cheapest storage option on AWS, used for long term archiving of data, also a serverless service > not as easily accessible though
EBS
Elastic Block Store - highly available, low latency block storage that is specifically used for attaching to servers launched with EC2 - similar to attaching a hard drive to your compute
EFS
- network attached storage, specifically for EC2, allows for multiple servers to access one network
Storage Gateway
Enables hybrid storage between on-premise and Cloud environments by providing a low latency performance by caching frequently used data on-premise, and storing the less frequently used data in AWS
Virtual Private Cloud
Private environment within AWS, no one else can access without provisions - servers can be launched within this