Brief
This self-study module explores the concepts of cloud storage and its various types, focusing on AWS services like S3, EBS, and EFS. It covers use cases, advantages, and key concepts to help you understand cloud storage solutions effectively.
Videos
- What is Cloud Storage?
- Learn about the basics of cloud storage, its types, and advantages over traditional storage solutions.
- Watch the video: https://www.youtube.com/watch?v=YuonBVy0hOg&ab_channel=AmazonWebServices
- Introduction to AWS S3
- Understand how to use Amazon S3 for object storage, manage buckets, and control access.
- Watch the video: https://www.youtube.com/watch?v=77lMCiiMilo&ab_channel=AmazonWebServices
- AWS EBS vs. EFS
- Explore the differences between Elastic Block Store (EBS) and Elastic File System (EFS) and their use cases.
- Watch the video: https://www.youtube.com/watch?v=_CN7KqC3y3s&ab_channel=CloudSimplified
Readings
- AWS Storage Options
- Learn about different AWS storage services, their features, and use cases.
- Read more: https://aws.amazon.com/products/storage/
- Amazon S3: Overview and Features
- Explore the capabilities of S3, including versioning, encryption, and lifecycle policies.
- Read more: https://aws.amazon.com/s3/
- EBS vs. EFS
- Compare Elastic Block Store and Elastic File System to understand their differences and when to use each.
- Read more: https://www.justaftermidnight247.com/insights/ebs-efs-and-s3-when-to-use-awss-three-storage-solutions/
- Storage Classes in S3
- Learn about different S3 storage classes such as Standard, Infrequent Access, and Glacier, and their cost implications.
- Read more: https://docs.aws.amazon.com/AmazonS3/latest/dev/storage-class-intro.html
- Data Lifecycle and Backup in AWS
- Understand how to manage data lifecycle policies and implement backup strategies in AWS.
- Read more:
- https://aws.amazon.com/ebs/data-lifecycle-manager/
- https://docs.aws.amazon.com/aws-backup/latest/devguide/whatisbackup.html
Key Concepts
- Cloud Storage Types
- Object Storage: Stores data as objects (e.g., S3).
- Block Storage: Provides storage blocks like traditional hard drives (e.g., EBS).
- File Storage: Allows multiple devices to access shared files (e.g., EFS).
- Amazon S3 Features
- Versioning: Tracks changes to objects over time.
- Lifecycle Policies: Automates transitions between storage classes.
- Encryption: Secures data at rest and in transit.
- EBS Features
- High-performance block storage for EC2 instances.
- Snapshots for backup and disaster recovery.
- Types: General Purpose (gp2, gp3), Provisioned IOPS (io1, io2), and Cold HDD (sc1).
- EFS Features
- Fully managed file system for shared access.
- Scales automatically to meet storage needs.
- Ideal for analytics, content management, and shared application storage.
- Storage Classes in S3
- Standard: Frequent access with low latency.
- Infrequent Access (IA): Lower cost for less frequent access.
- Glacier: Long-term archival storage with high latency.
Helpful Links (References)
- Amazon S3 Documentation
- Learn how to configure and use Amazon S3 for scalable object storage.
- Visit: https://docs.aws.amazon.com/s3/
- Amazon EBS Documentation
- Explore the features and use cases of Elastic Block Store.
- Visit: https://docs.aws.amazon.com/ebs/
- Amazon EFS Documentation
- Discover how to set up and use Elastic File System.
- Visit: https://docs.aws.amazon.com/efs/
- AWS Backup Service
- Learn how to automate backups for AWS resources.
- Visit: https://aws.amazon.com/backup/
- S3 Pricing and Storage Classes
- Compare the costs of different S3 storage classes.
- Visit: https://aws.amazon.com/s3/pricing/
Comments
Post a Comment