Lesson 5 AWS Storage
Lesson 5 AWS Storage
AWS Storage
A Day in the Life of a Cloud Consultant
You are working as a Junior Cloud Engineer in your organization that mainly deals
with data. Your organization is looking for some storage solutions as they are
planning to move to the cloud. Their requirements are as follows:
• A database solution that can be used with the cloud web server solution to
store persistent data
• A simple, serverless, set-and-forget elastic file system
• A low-cost cloud storage service for data with longer retrieval times
• A hybrid cloud storage service that can give them on-premises access to
virtually unlimited cloud storage
A Day in the Life of a Cloud Consultant
You've been given the task of coming up with relevant solutions to the above
requirements.
To achieve all of the above, along with some additional features, we will be
learning a few concepts in this lesson that will help you find a solution to the
above scenario.
Learning Objectives
AWS storage services are designed to provide users with low-cost data storage options while
ensuring high durability and availability.
A user can also back up, archive, and recover their data in the event of a disaster.
AWS Storage
• No upfront cost
• Worldwide access
• Low-cost data storage
AWS Storage Types
Object storage
AWS Storage Types
File Storage
Block Storage
Object Storage
EFS offers a scalable, elastic, highly available, and durable network file system that supports
Network File System versions 4 (NFSv4) and 4.1 (NFSv4.1).
Amazon Elastic File System
Throughput Optimized
EBS General Purpose
HDD (st1)
SSD (gp2)
Problem Statement:
You have been assigned a task to create an Amazon Elastic Block Store (EBS) volume and attach it to an
EC2 instance for durable block-level storage.
Assisted Practice: Guidelines
Steps to be followed:
Amazon Glacier is a secure, durable, and cost-effective storage class within Amazon S3,
specifically designed for data archiving and long-term backup purposes.
Glacier is used to securely retain data that does not require frequent access, making it a perfect
choice for functioning as a cold storage service.
Amazon Storage Services
Features of Amazon Glacier
Snowmobile
Amazon Simple Storage Service
Amazon Simple Storage Service (Amazon S3) provides a top-tier object storage solution
renowned for its exceptional scalability, data availability, security, and performance.
Features of Amazon S3
Amazon S3 is a pioneer in cloud data storage and offers various benefits, such as:
Simplicity of
Ease of migration
management
Assisted Practice
Problem Statement:
You have been assigned a task to create an Amazon S3 bucket and configure it to host a website for
storing and serving static content.
Assisted Practice: Guidelines
Steps to be followed:
AWS FSx enables users to easily launch and manage high-performance file systems with just a
few clicks, eliminating the need to handle tasks such as hardware provisioning, software
configuration, or backup management.
Output of processing
is returned to
Amazon S3 for
retention
Users benefit from Amazon FSx by gaining access to the rich feature sets and rapid performance
offered by widely used open-source and costly file systems.
Features of Amazon FSx
The optimal storage service for a system varies based on the kind of access method, patterns of
access, required throughput, frequency of access, frequency of update, and availability and
durability constraints.
Choose the Right Storage Service
Duration: 30 Minutes.
Project Agenda: To create and configure an Amazon S3 bucket to function
as a website
Description:
You have been given a project to create an Amazon S3 bucket and configure
a static website on that bucket using the AWS management console.
Perform the following:
1. Create a bucket
2. Enable static website hosting
3. Edit Block public access settings
4. Add a bucket policy
5. Configure an index document
6. Configure an error document
7. Test the website endpoint
8. Delete the bucket
Thank you