- Home
- Amazon Elastic Block Store (EBS)
- Amazon EC2 Instance Storage
- Amazon S3
- Amazon S3 Bucket Properties and Management Features
- Amazon Elastic File System (EFS)
- Using AWS for On-Premises Backup & Disaster Recovery
AWS Storage Services
AWS facilitates movement from DCs to Cloud because of
- security
- flexibility
- cost efficiency
- scalability which means it needs to provide
- Compute
- Storage
- Database
- Network and AWS does this very well. This course focuses on Storage
Why so many storage services? For the same reason why there are so many on-premise storage options:
- Storage Areas Network (SAN)
- Network Attached Storage (NAS)
- Directly Attached Storage (DAS)
- Tape Backup
which is that different benefits and features are provided by different options:
- Cost variants
- Storage capacity
- Security features
- Varied levels of durability
- Varied levels of Availability
- Read/write speed
- Accessibility
- Media Type
- Auditable and traceable
- backup and file storage
Data storage categorization
- Block
- Data is stored in chunks known as blocks
- Blocks are stored on a volume and attached to a single instance
- Provide very low latency data access
- Comparable to DAS storage used on premises
- File
- Data is stored as separate files with a series of directories forming a data structure hierarchy
- Data is stored within a file system
- Shared access is provided for multiple users
- Comparable to NAS storage used on premises
- Object
- Each object does not conform to a data structure hierarchy. Objects are stored across a flat address space
- Objects are referenced by a unique key
- Each object can also have associated metadata to help categorize and identify the object.