0% found this document useful (0 votes)
3 views45 pages

Storage Aws Not

The document provides an overview of Amazon AWS Storage Services, including Amazon EBS, EFS, and FSx for Windows File Server, highlighting their key features, use cases, and pricing. It also includes frequently asked interview questions related to storage and real-world scenario-based questions for Route 53. Additionally, it offers insights into the types of storage available and best practices for using these services effectively.

Uploaded by

Himanshu Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views45 pages

Storage Aws Not

The document provides an overview of Amazon AWS Storage Services, including Amazon EBS, EFS, and FSx for Windows File Server, highlighting their key features, use cases, and pricing. It also includes frequently asked interview questions related to storage and real-world scenario-based questions for Route 53. Additionally, it offers insights into the types of storage available and best practices for using these services effectively.

Uploaded by

Himanshu Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 45

Includes

Powerful short notes on Amazon AWS Storage Services ​


29 frequently asked Storage interview questions answers​
5 real-world scenario-based Route 53 questions

Powerful short notes on Amazon AWS Storage

aj
i-R
an
hw

Types Of Storage
at

1.​ Amazon Elastic Block Store (Amazon EBS)


2.​ Amazon Elastic File System (Amazon EFS)
-N

3.​ Amazon FSx for Windows File Server


4.​ Amazon FSx for Lustre
5.​ AWS Storage Gateway
aj

6.​ AWS Backup


7.​ AWS Snow Family
R

8.​ Amazon Simple Storage Service (Amazon S3) (already provided in another
post)

comparison of Amazon EBS, Amazon EFS, Amazon FSx for Windows File Server, and
Amazon FSx for Lustre

https://www.linkedin.com/in/raj-nathwani-raj/
Amazon Elastic Block Store (Amazon EBS)

What is Amazon EBS?

●​ Elastic Block Store (EBS) is a scalable, high-performance block storage service for
Amazon EC2 instances.​

●​ It provides persistent, low-latency storage for data, even after the instance is
stopped or terminated.​

●​ EBS volumes are like virtual hard drives attached to EC2 instances.​

aj
Key Features of EBS

i-R
1. Durability


○ Data is replicated within an Availability Zone (AZ) to prevent loss.
an


2. Scalability


hw

○ Volumes can be resized, and performance adjusted as needed.




3. Flexibility


at

○ Multiple volume types for different use cases (e.g., SSD for high speed, HDD

for large storage).
-N ​
4. Backup and Recovery


aj

○ Supports snapshots for backup and quick recovery.




R

5. High Availability


○ Data is automatically replicated within the same AZ to avoid data loss.


6. Security


○ Data is encrypted at rest and in transit, with AWS Key Management Service

(KMS) support.

Types of EBS Volumes

https://www.linkedin.com/in/raj-nathwani-raj/
1.​ General Purpose SSD (gp3, gp2)​

○​ Balanced performance and cost.​

○​ gp3 is the latest version, with lower cost and better baseline performance.​

2.​ Provisioned IOPS SSD (io2, io1)​

○​ High-performance for latency-sensitive, critical apps.​

3.​ Throughput Optimized HDD (st1)​

○​ Low-cost for large, sequential workloads (e.g., big data).​

aj
4.​ Cold HDD (sc1)​

i-R
○​ Lowest-cost for infrequently accessed, large datasets.​

5.​ Magnetic (Deprecated)​ an


○​ Older, legacy volumes (not recommended for new workloads).​
hw

EBS Volume Performance


at

● IOPS (Input/Output Operations per Second) and throughput depend on volume



type and size.

-N

● gp3 allows users to adjust IOPS and throughput independently.




aj

● io2 and io1 provide the highest performance with guaranteed consistency.


R

Snapshots

● Snapshots are point-in-time backups of EBS volumes stored in Amazon S3.




● They are incremental, meaning only changed blocks are saved, reducing storage

costs.

● Snapshots can be shared across regions and accounts.


https://www.linkedin.com/in/raj-nathwani-raj/
Encryption

●​ Data is encrypted using AES-256 and managed through AWS KMS.​

●​ Encryption covers data at rest, in transit between EC2 and EBS, and all
snapshots.​

Pricing

● Charges are based on storage size, IOPS, throughput, and data transfer.


aj
● Snapshots are charged separately based on the data stored.


i-R
Use Cases
an
1. Databases - Low-latency storage for database applications.


2. Data Warehousing - High-throughput storage for analytics.
hw


3. File Systems - Persistent storage for file systems like Amazon EFS.


at

4. Backup and Recovery - Reliable snapshots for disaster recovery.




-N

Limitations
aj

● Volumes are tied to a single AZ.


R


● Cannot be directly accessed from the internet.


● Snapshots incur additional costs.


Best Practices

1. Use gp3 for general workloads for cost savings.




https://www.linkedin.com/in/raj-nathwani-raj/
2.​ Use io2 for critical, high-performance applications.​

3.​ Regularly back up data using snapshots.​

4.​ Use encryption for sensitive data.​

5.​ Monitor and adjust performance based on application needs.​

Conclusion

● Amazon EBS is a powerful, flexible storage solution for EC2 instances, providing

aj
high durability, scalability, and performance options to meet diverse application
needs.

i-R
an
hw

Amazon Elastic File System (Amazon EFS)


at
-N

What is Amazon EFS?


aj

● Amazon Elastic File System (EFS) is a scalable and managed file storage

service for AWS.

R

● It is designed to be shared among multiple EC2 instances.




● Works like a network file system (NFS) that can be mounted on Linux instances.


● Ideal for highly available and durable file storage.


Key Features of EFS

1. Elastic and Scalable




https://www.linkedin.com/in/raj-nathwani-raj/
○​ Automatically grows and shrinks as you add or remove files.​

○​ No need to manage capacity manually.​

2.​ Highly Available and Durable​

○​ Data is stored across multiple Availability Zones (AZs), providing


redundancy.​

3.​ Shared Access​

○​ Multiple EC2 instances can access the same file system simultaneously.​

4.​ Cost-Effective​

aj
○​ Pay only for the storage you use.​

i-R
○​ Supports Lifecycle Management to move data to lower-cost storage classes.​

5.​ Integrated with AWS Services​


an
○​ Works seamlessly with EC2, AWS Lambda, and on-premises servers using
AWS Direct Connect or VPN.​
hw

6.​ Secure​

○​ Supports encryption at rest and in transit.​


at

○​ Uses AWS Identity and Access Management (IAM) for permissions.​


-N
aj

Storage Classes in EFS


R

1. Standard


○ Default class for frequently accessed data.


2. Infrequent Access (IA)


○ Lower-cost for data that is not accessed often.


○ Automatic lifecycle policies can move data between Standard and IA.


https://www.linkedin.com/in/raj-nathwani-raj/
Performance Modes

1.​ General Purpose​

○​ Low latency for common use cases like web serving.​

2.​ Max I/O​

○​ High throughput for large, distributed workloads.​

Throughput Modes

aj
1. Bursting Throughput


i-R
○ Suitable for most workloads, automatically scales with file system size.


2. Provisioned Throughput
an


○ Manually set throughput for consistent performance, regardless of file

system size.

hw
at

How to Use Amazon EFS


-N

1. Create a File System




○ Go to the AWS Console > EFS > Create File System.


aj

2. Configure Mount Targets




R

○ Specify VPC and subnets for mounting.




3. Mount on EC2 Instances


○ Use the EFS mount helper or standard NFS client.


4. Access the File System


○ Multiple EC2 instances can read and write simultaneously.


https://www.linkedin.com/in/raj-nathwani-raj/
Common Use Cases

1.​ Web Serving​

○​ Store and serve web content across multiple servers.​

2.​ Big Data and Analytics​

○​ Share large data sets between processing instances.​

3.​ Container Storage​

○​ Use with Kubernetes for persistent volume storage.​

aj
4.​ Content Management​

i-R
○​ Store multimedia files for content-rich applications.​

an
Pricing
hw

● Charged based on the storage used and throughput mode.




● Data transfer charges may apply when accessing across AZs.


at
-N

Limitations
aj

● Only works with Linux-based instances (no Windows support).




● Requires NFSv4.1 for mounting.
R


● Performance may vary depending on the mode and usage pattern.


Best Practices

1. Use Lifecycle Management to automatically move data to Infrequent Access (IA).




2. Enable encryption to secure sensitive data.


https://www.linkedin.com/in/raj-nathwani-raj/
3.​ Monitor file system usage with AWS CloudWatch.​

4.​ Use IAM policies to control access.​

5.​ Choose the right performance mode based on workload requirements.​

Conclusion

● Amazon EFS is an ideal solution when you need shared, scalable file storage for

Linux workloads.

aj
● Its ability to automatically scale and provide multi-AZ availability makes it suitable

for many applications, from simple web hosting to complex data processing.

i-R
an
hw
at
-N

Amazon FSx for Windows File Server


aj

What is Amazon FSx for Windows File Server?

● Amazon FSx for Windows File Server is a fully managed Windows file system
R

that’s designed to run Windows-based applications.

● It provides a shared file storage solution for Windows environments and is fully

compatible with the Windows Server file system.

● It works similarly to traditional on-premises Windows file servers but with the

benefits of being hosted on AWS, like scalability, durability, and high availability.

Key Features of Amazon FSx for Windows File Server

https://www.linkedin.com/in/raj-nathwani-raj/
1.​ Fully Managed​

○​ AWS takes care of hardware provisioning, software patching, and backup


management.​

2.​ Windows File System​

○​ Compatible with SMB (Server Message Block), the standard protocol used
by Windows for file sharing.​

3.​ Active Directory (AD) Integration​

○​ Easily integrates with Microsoft Active Directory (AD) for user


authentication and access control.​

aj
4.​ Scalable and Elastic​

i-R
○​ Automatically scales storage capacity as your needs grow.​

5.​ High Availability​


an
○​ Data is automatically replicated within an Availability Zone and can also be
set up across multiple AZs for disaster recovery.​
hw

6.​ Backup and Recovery​

○​ Supports automatic backups that can be restored to a specific point in time.​


at

7.​ Data Encryption​


-N

○​ Data is encrypted at rest and in transit, ensuring that files are securely
stored.​
aj
R

How It Works

1. Create a File System




○ You can create a new Amazon FSx file system through the AWS Console or

CLI, choosing your desired performance and storage options.

2. Access the File System


○ Once created, you can mount the file system to your Windows instances

using SMB protocol.

https://www.linkedin.com/in/raj-nathwani-raj/
3.​ Configure Access Control​

○​ Use Active Directory to set permissions and user roles for the file system.​

4.​ Share Files​

○​ Multiple Windows EC2 instances or on-premises servers can access the


same file system simultaneously.​

Use Cases for Amazon FSx for Windows File Server

1. Enterprise Applications

aj


○ Store application data for Windows-based applications like Microsoft SQL

i-R

Server.

2. File Sharing for Windows Users


an
○ Provide shared file storage for Windows workstations and servers.


hw

3. Home Directories


○ Store user home directories that can be accessed from different Windows

instances.
at

4. Backup for Windows Applications


-N

○ Use FSx for Windows File Server as a backup solution for enterprise

applications or data sets.

aj
R

Performance

● Amazon FSx for Windows File Server offers multiple performance options:


1. SSD Storage – High-performance, low-latency storage for applications

needing faster access.

2. HDD Storage – Lower-cost option for general-purpose file storage.


● You can choose throughput capacity (measured in MB/s) based on your workload.


https://www.linkedin.com/in/raj-nathwani-raj/
Pricing

●​ Charges are based on:​

1.​ Storage Capacity – You pay for the amount of storage you use (measured in
GB).​

2.​ Data Transfer – You are charged for data transferred out of the file system.​

3.​ Backup Storage – Backup data is also charged.​

●​ SSD storage is more expensive compared to HDD storage but provides better
performance.​

aj
i-R
Security

● Data Encryption


an
○ Automatically encrypts data at rest (in the storage) and in transit (during

access).

hw

● Access Control


○ Leverages Active Directory (AD) to control who can access the file system

at

and what actions they can perform (read, write, etc.).



● VPC Integration
-N


○ The file system is deployed within your VPC, providing network security and

isolation.
aj ​
R

Limitations

1. Platform Restriction


○ Amazon FSx for Windows File Server is Windows-only and not suitable for

Linux-based applications.

2. Windows Licensing


○ You will need to ensure your Windows Server licenses are in place for the

instances accessing the FSx file system.

https://www.linkedin.com/in/raj-nathwani-raj/
3.​ Not for Large-Scale Web Hosting​

○​ Best suited for enterprise-level file sharing, not for serving large-scale web
hosting or database hosting.​

Best Practices

1. Backup Regularly


○ Schedule automatic backups to ensure data protection.


2. Monitor Storage

aj


○ Use AWS CloudWatch to monitor storage usage and performance metrics.

i-R


3. Integrate with Active Directory



an
Always integrate with Active Directory to manage user access securely.


4. Optimize for Performance


hw

○ Choose the appropriate storage type and performance mode based on



your application’s needs.

at
-N

Conclusion

● Amazon FSx for Windows File Server is a great solution for organizations that
aj

need Windows-based file storage in the cloud with easy integration into Windows
environments.
R

● It offers scalability, high availability, and security features, making it suitable for

enterprise applications, file sharing, and backup scenarios.

https://www.linkedin.com/in/raj-nathwani-raj/
Amazon FSx for Lustre

What is Amazon FSx for Lustre?

●​ Amazon FSx for Lustre is a fully managed, high-performance file system


designed for workloads that require fast storage.​

●​ It is based on the Lustre file system, which is commonly used for


high-performance computing (HPC), machine learning (ML), big data
processing, and similar applications that need to handle large amounts of data
quickly.​

●​ It integrates with Amazon S3, allowing you to link it with your S3 storage for fast
access to your data.​

aj
i-R
Key Features of Amazon FSx for Lustre
an
1. High Performance


○ FSx for Lustre offers low-latency, high-throughput performance suitable for
hw

data-intensive applications.

○ It is ideal for applications like video rendering, scientific simulations, and

financial modeling that require fast data processing.
at


2. Scalability
-N


○ You can scale up or scale down storage as needed to meet your workload’s

demands.
aj ​
3. Integration with Amazon S3


R

○ It can be easily linked with Amazon S3 to access S3 data as if it were part of



the Lustre file system.

4. Fully Managed


○ AWS manages hardware, software, and patching, so you don’t need to

handle maintenance.

5. Cost-Effective


○ You only pay for the storage and throughput capacity you use, making it a

flexible and cost-effective solution.

https://www.linkedin.com/in/raj-nathwani-raj/
6.​ Data Encryption​

○​ Supports encryption at rest and in transit, providing security for sensitive


data.​

How It Works

1. Create an FSx for Lustre File System




○ You can create an FSx for Lustre file system using the AWS Console or CLI.


aj
○ Choose the desired storage capacity and throughput capacity based on

your needs.

i-R
2. Mount the File System


○ You can mount the file system on your EC2 instances (Linux-based).
an


3. Link with Amazon S3


hw

○ You can link the FSx for Lustre file system to Amazon S3 to access data

stored in S3 as if it were stored in FSx for Lustre.

4. Access the File System
at


○ Once mounted, your EC2 instances can read and write to the file system.


-N
aj

Use Cases for Amazon FSx for Lustre


R

1. High-Performance Computing (HPC)




○ Suitable for scientific research, simulations, and other compute-heavy

applications.

2. Machine Learning (ML) and AI


○ Supports training large models and processing large datasets for machine

learning.

3. Big Data Analytics


https://www.linkedin.com/in/raj-nathwani-raj/
○​ Used for applications like data warehousing and big data processing
where fast access to large volumes of data is required.​

4.​ Media and Entertainment​

○​ Used for video rendering, animation production, and other media


workloads that require high-speed data access.​

Performance

● Throughput: FSx for Lustre can provide up to 100 GB/s of throughput and

aj
millions of IOPS, making it suitable for data-heavy applications.


● Scalable: You can scale storage and throughput independently to meet specific

i-R

performance needs.

● Low Latency: Offers very low-latency data access, which is crucial for fast
an

processing of large datasets.

hw

Pricing
at

● Charges are based on:




-N

1. Storage Capacity – You pay for the storage used (measured in GB).


2. Throughput Capacity – You pay for the throughput (measured in MB/s).


aj

3. Data Transfer – Charges may apply for data transferred out of the file

system.
R

● SSD storage is typically used to ensure high performance for data-intensive

applications.

Security

● Encryption


○ Data is encrypted at rest (when stored) and in transit (when moved).


https://www.linkedin.com/in/raj-nathwani-raj/
●​ Access Control​

○​ Integrates with IAM for controlling who can access the file system.​

○​ Permissions can be set for Linux EC2 instances accessing the file system.​

●​ VPC Integration​

○​ FSx for Lustre is deployed within your Virtual Private Cloud (VPC) for
network isolation and security.​

aj
Limitations

1. Linux Only

i-R


○ FSx for Lustre is designed for Linux-based applications and EC2 instances.


an
2. Storage Type


○ Primarily intended for high-performance workloads and may not be ideal for

hw

general file storage needs.



3. Not a Long-Term Storage Solution


at

○ While great for fast processing, it is not designed for long-term storage like

Amazon S3 or Amazon EFS.

-N
aj

Best Practices
R

1. Integrate with S3


○ Use FSx for Lustre with Amazon S3 for a hybrid storage solution where you

process and analyze data in FSx for Lustre and store results in S3.

2. Monitor Performance


○ Use AWS CloudWatch to monitor throughput, latency, and storage usage

to ensure optimal performance.

3. Backup Data Regularly


https://www.linkedin.com/in/raj-nathwani-raj/
○​ Regularly backup data to Amazon S3 or another storage service to ensure
protection.​

Conclusion

● Amazon FSx for Lustre is an excellent choice for high-performance computing



(HPC), machine learning, big data, and media applications that need fast access
to large amounts of data.​
● With its scalability, high throughput, and integration with S3, it provides a

powerful storage solution for data-intensive workloads

aj
i-R
an
hw
at
-N
aj
R

https://www.linkedin.com/in/raj-nathwani-raj/
AWS Storage Gateway

What is AWS Storage Gateway?

●​ AWS Storage Gateway is a hybrid cloud storage service that connects your
on-premises applications or data centers to AWS cloud storage.​

●​ It allows you to use AWS storage services like S3, EBS, or Glacier while still
keeping some data on your local systems for quick access.​

●​ It's great for businesses that want to store data in the cloud but need local access
to some data for performance reasons.​

aj
i-R
Key Features of AWS Storage Gateway

1. Hybrid Storage Solution




an
○ Bridges your on-premises storage with cloud storage to create a seamless

experience.

hw

2. Secure


○ All data is encrypted in transit and at rest, ensuring security.


at

3. Cost-Effective


-N

○ Pay only for the cloud storage you use and avoid the cost of managing

on-premises storage.

aj

4. Scalable


R

○ Scale up or down easily without worrying about managing physical hardware.




5. Automatic Synchronization


○ Automatically syncs your data between on-premises and cloud storage.


6. Supports Multiple Storage Types


○ Can integrate with S3, EBS, and Glacier for different storage needs (e.g., for

backups or archives).

https://www.linkedin.com/in/raj-nathwani-raj/
Types of Storage Gateway

1.​ File Gateway​

○​ Used for storing files in Amazon S3 while keeping a local copy for fast
access.​

○​ It acts like a file server on your network that automatically syncs with the
cloud.​

○​ Best for file-based applications, like web apps or content management


systems.​

2.​ Volume Gateway​

aj
○​ Provides block-level storage that you can use with EC2 instances or

i-R
on-premises applications.​

○​ Can use either cached volumes (storing the most recent data on-premises)
or stored volumes (keeping the entire dataset locally).​
an
3.​ Tape Gateway​
hw

○​ A virtual tape library (VTL) that allows you to back up data to Amazon S3
Glacier for long-term, low-cost archival storage.​

○​ Ideal for backup solutions and for businesses migrating from traditional tape
at

backups.​
-N
aj

How AWS Storage Gateway Works


R

1. Install the Gateway




○ You install a virtual appliance on your on-premises server or use an existing

server.

2. Configure the Gateway


○ Connect the gateway to your AWS account and configure it to link with S3,

EBS, or Glacier.

3. Data Sync


https://www.linkedin.com/in/raj-nathwani-raj/
○​ The gateway syncs your on-premises data with the AWS cloud storage
service.​

4.​ Access Your Data​

○​ You can access the data from your on-premises systems or directly from the
cloud, depending on how it’s set up.​

Common Use Cases for AWS Storage Gateway

1. Backup and Archiving




aj
○ Back up data from on-premises systems to Amazon S3 or S3 Glacier for

long-term storage and easy access.

i-R

2. Disaster Recovery


an
○ Use the gateway to replicate data to the cloud as a backup in case your

on-premises systems fail.

hw

3. File Sharing


○ Share and store files across multiple locations while ensuring data is synced

to the cloud for additional safety.
at

4. Hybrid Cloud Storage


-N

○ Businesses with both on-premises and cloud infrastructure can seamlessly



manage their data across both environments.

aj
R

Pricing

● Pay as you go based on the amount of data stored and transferred.




● File Gateway charges for the amount of data stored in S3.


● Volume Gateway charges for the amount of data stored in EBS volumes.


● Tape Gateway charges for virtual tapes stored in Glacier.


https://www.linkedin.com/in/raj-nathwani-raj/
Security

●​ Encryption: Data is encrypted both in transit (when moving between on-premises


and the cloud) and at rest (when stored in AWS).​

●​ Access Control: Use IAM roles to control who can access your data on the AWS
cloud.​

●​ Audit Logs: AWS CloudTrail can be used to track and log access to the gateway and
its data.​

aj
Benefits of AWS Storage Gateway

1. Hybrid Flexibility

i-R


○ Lets you combine both on-premises and cloud storage to get the best of

both worlds.
an

2. Reduced Costs


hw

○ Save money on physical hardware and local storage by moving data to the

cloud while still keeping some data locally for speed.

3. Easy Integration
at


○ Works well with other AWS services like S3, EBS, and Glacier, making it

-N

simple to build a comprehensive cloud storage solution.



4. Simple Management


aj

○ No need to worry about managing hardware, as AWS handles most of the



R

maintenance for you.



Limitations

1. Requires Internet Connection




○ A stable internet connection is needed for syncing data between on-premises

systems and the cloud.

2. Not for All Data Types


https://www.linkedin.com/in/raj-nathwani-raj/
○​ Best suited for file-based data, block-level data, and backup data.​

3.​ Cloud Storage Dependent​

○​ While it helps with hybrid cloud setups, it still relies on AWS cloud storage for
long-term data storage.​

Conclusion

● AWS Storage Gateway is a great solution for businesses that need to extend their

on-premises storage to the cloud.

aj
● It’s perfect for backups, disaster recovery, and hybrid cloud storage while helping

you save costs and improve scalability.

i-R

● With simple setup and automatic syncing, it lets you focus on your applications

while AWS takes care of your storage needs.
an
hw
at
-N
aj
R

https://www.linkedin.com/in/raj-nathwani-raj/
AWS Backup

What is AWS Backup?

●​ AWS Backup is a cloud service that helps you automatically back up your data
from AWS services (like EC2, EBS, RDS, and DynamoDB) to keep it safe.​

●​ It helps protect your data in case something goes wrong, like an accidental deletion
or system failure, by making copies (backups) and storing them in the cloud.​

●​ It’s a centralized service, meaning you can manage backups for multiple AWS
services in one place, instead of doing it separately for each service.​

aj
i-R
Key Features of AWS Backup

1. Automated Backups


an
○ AWS Backup can schedule backups automatically, so you don’t have to do

it manually every time.

hw

2. Centralized Management


○ You can manage and monitor all your backups in one place using the AWS

Backup Console.
at ​
3. Backup of Multiple AWS Services
-N


○ It supports backups for various AWS services like EC2, EBS, RDS,

DynamoDB, EFS, and more.
aj

4. Data Retention


R

○ You can set how long to keep your backups. You can delete backups

automatically after a set period.

5. Cross-Region Backups


○ You can back up your data to different AWS regions for added safety. This

helps protect your data in case of regional issues.

6. Data Encryption


○ Backups are encrypted to keep your data secure, both when it's stored and

when it's being transferred.

https://www.linkedin.com/in/raj-nathwani-raj/
How AWS Backup Works

1. Set Up a Backup Plan




○ You create a backup plan that defines what data to back up, when to back it

up, and how long to keep it.


2. Choose the Resources to Back Up


○ You select the AWS resources (like EC2, EBS, RDS) that you want to back

up.

aj
3. Schedule and Automate Backups


i-R
○ AWS Backup automatically creates backups based on your backup plan’s

schedule.

4. Monitor Backups
an


○ You can check the status of your backups in the AWS Backup Console and

get alerts if anything goes wrong.
hw ​
5. Restore Data


○ If something happens and you need to recover your data, you can easily
at

restore it from the backup.

-N
aj

Common Use Cases for AWS Backup


R

1. Data Protection


○ Protect your data from accidental deletions, failures, or corruption by

regularly backing it up.

2. Disaster Recovery


○ In case of a system failure or other disasters, you can restore your data from

backups to quickly recover your applications.

3. Compliance and Auditing


https://www.linkedin.com/in/raj-nathwani-raj/
○​ For businesses with legal or regulatory requirements, AWS Backup helps
you store backups for specific periods to meet compliance needs.​

4.​ Backup for Different AWS Services​

○​ Backup EC2 instances, RDS databases, and EBS volumes with ease,
without needing to worry about each service separately.​

Pricing

● You pay for:




aj
1. Backup Storage: The amount of data stored in your backups.


i-R
2. Backup Jobs: The number of backup and restore operations you perform.


● Pricing varies depending on the AWS region, the services you back up, and the
an

storage used.

● You can also choose to store backups in Glacier for cheaper long-term storage.


hw
at

Security
-N

● Encryption: Your backups are encrypted to keep them safe.




● Access Control: You can control who has access to your backups using AWS IAM

aj

(Identity and Access Management).



● Compliance: AWS Backup meets compliance standards like HIPAA, GDPR, and
R

more, ensuring your backups are handled securely.

Benefits of AWS Backup

1. Simplified Backup Management




○ No need to manage backups manually for each AWS service. Everything is

done in one place.

https://www.linkedin.com/in/raj-nathwani-raj/
2.​ Automation​

○​ AWS Backup automatically creates and manages backups, so you don’t have
to remember to do it.​

3.​ Scalability​

○​ You can back up data for small or large-scale applications without worrying
about storage limits.​

4.​ Cost-Effective​

○​ You only pay for the storage you use, and you can save costs by storing old
backups in Amazon Glacier.​

aj
i-R
Limitations an
1. Not All Services Supported


○ Not every AWS service is supported for backup by AWS Backup, although

hw

many important ones are.



2. Backup Time


at

○ Large amounts of data may take some time to back up, so scheduling is

important to avoid disruptions.

-N
aj

Conclusion
R

● AWS Backup is an easy and automated way to protect your data across AWS

services.

● It helps you back up your resources, automate backup schedules, and restore

data when needed, all in one place.

● It’s especially useful for data protection, disaster recovery, and compliance.

https://www.linkedin.com/in/raj-nathwani-raj/
AWS Snow Family

What is AWS Snow Family?

●​ The AWS Snow Family is a group of physical devices provided by Amazon Web
Services (AWS) that help you move large amounts of data to and from the cloud.​

●​ It’s designed for situations where internet speeds are too slow, or transferring large
data over the network is too time-consuming.​

●​ These devices can be used for data transfer, edge computing, and disaster
recovery.​

aj
i-R
Key Members of the AWS Snow Family

1. AWS Snowcone


an
○ Smallest device in the Snow Family.


○ It can store up to 8 terabytes of data.
hw


○ Best for small-scale data transfer or edge computing in places with limited

space or power.

at

○ It’s portable and easy to use, ideal for remote locations or disconnected

environments.
-N ​
2. AWS Snowball


aj

○ A larger device compared to Snowcone, with the ability to store up to 50



terabytes (or more, depending on the model).

R

○ Best for moving large amounts of data from on-premises data centers to

AWS.

○ It’s robust and can be used for data migration, backup, and disaster

recovery.

○ You can use multiple Snowball devices to transfer huge datasets in parallel.


3. AWS Snowmobile


○ The biggest device in the Snow Family.


https://www.linkedin.com/in/raj-nathwani-raj/
○​ It is a trailer that can store up to 100 petabytes of data!​

○​ This is used for extremely large data transfers, like moving entire data
centers to the cloud.​

○​ It's designed for large businesses or industries needing to transfer massive


data in one go, like in media, healthcare, or financial services.​

How AWS Snow Family Works

1. Order the Device




aj
○ You request a Snow Family device through the AWS Management Console.


i-R
2. Receive the Device


○ AWS ships the physical device to your location.
an


3. Load Data onto the Device


hw

○ You transfer your data (e.g., from servers, storage devices) onto the Snow

Family device.

4. Send the Device Back
at


○ Once your data is loaded, you send the device back to AWS.


-N

5. AWS Uploads to Cloud




aj

○ AWS then uploads your data to the AWS cloud (like S3, EBS, or Glacier) for

you.

R

Why Use AWS Snow Family?

1. Fast and Efficient Data Transfer




○ Moving large data via the internet can take too long. With Snow Family, you

can transfer data physically, which is faster and more reliable.

2. Cost-Effective


https://www.linkedin.com/in/raj-nathwani-raj/
○​ For large data transfers, using Snow Family can often be cheaper than trying
to upload it via the internet, especially for very large datasets.​

3.​ No Need for Internet Connection​

○​ You don’t need a fast internet connection. Snow Family devices are ideal for
places with poor internet or no internet access.​

4.​ Secure Data Transfer​

○​ The devices are encrypted, so your data is safe during transit.​

○​ The data is also protected with a password and identity verification.​

aj
i-R
Common Use Cases for AWS Snow Family

1. Large Data Migrations


an


○ Moving massive data sets (e.g., from on-premises data centers or backups)

to AWS.

hw

2. Edge Computing


○ Using the Snowcone or Snowball for edge computing in remote locations
at

where cloud access is limited.

-N

3. Disaster Recovery


○ Storing backups or replicating critical systems in AWS for disaster recovery

aj

purposes.

R

4. Media and Entertainment




○ Transferring large media files or movie production data to the cloud for

processing and storage.

5. Scientific Research


○ Moving huge data sets from research institutions to the cloud for further

analysis and storage.

Security Features

https://www.linkedin.com/in/raj-nathwani-raj/
●​ Encryption: All data on Snow Family devices is encrypted with 256-bit encryption.​

●​ Secure Transfers: The data is securely transferred and stored once it reaches AWS.​

●​ Tracking: You can track the device using a GPS system during the transfer process.​

Pricing

● AWS charges for device rental, data transfer, and return shipping.


● Pricing depends on the size of the device (Snowcone, Snowball, Snowmobile), the

aj
amount of data, and the duration of the device rental.


i-R
Benefits of AWS Snow Family
an
1. Fast


○ Quickly move huge amounts of data to the cloud without waiting for long
hw

upload times.

2. Portable
at


○ Small devices like Snowcone are very portable and easy to move around.


-N

3. Ideal for Remote Locations




aj

○ Great for transferring data in places with low or no internet.




4. Secure and Reliable
R


○ Ensures that your data is safe and secure during transport.


Limitations

1. Limited to AWS


○ Only works for transferring data to and from AWS (no support for other cloud

providers).

https://www.linkedin.com/in/raj-nathwani-raj/
2.​ Physical Devices​

○​ Requires shipping, so it’s not as instant as transferring data over the internet.​

Conclusion

● The AWS Snow Family offers different devices designed to help businesses move

large amounts of data to AWS in an easy, fast, and secure way.


● It’s perfect for companies that need to migrate data quickly or for situations where

internet speeds are not fast enough for cloud transfers.


aj
● Whether you're dealing with small or massive data, AWS Snow Family has a solution

for you.

i-R
an
hw
at
-N
aj
R

https://www.linkedin.com/in/raj-nathwani-raj/
28 frequently asked Storage interview questions and answers

EBS

1. What is Amazon EBS (Elastic Block Store)?

aj
Answer:​
Amazon EBS is a block storage service provided by AWS that allows you to store data

i-R
persistently for your Amazon EC2 instances. Unlike instance store volumes, which are
temporary, EBS volumes persist even after the EC2 instance is stopped or terminated. EBS
provides scalable, high-performance storage that can be attached to EC2 instances.
an
2. What are the types of Amazon EBS volumes?
hw

Answer:

Amazon EBS offers several types of volumes for different use cases:
at

● General Purpose SSD (gp3): Balanced performance and cost for most workloads.


-N

● Provisioned IOPS SSD (io2): High performance for I/O-intensive applications.




● Throughput Optimized HDD (st1): For large, sequential workloads like data
aj

warehouses.

R

● Cold HDD (sc1): Lowest-cost storage for infrequently accessed data.




● Magnetic: Legacy storage, now being replaced by SSD-based options.


3. How do you back up an Amazon EBS volume?

Answer:

You can back up EBS volumes using Amazon EBS Snapshots. A snapshot is a
point-in-time backup of the volume, which can be stored in Amazon S3. Snapshots are

https://www.linkedin.com/in/raj-nathwani-raj/
incremental, meaning that only the changes since the last snapshot are saved, making
backups more efficient.

4. Can you resize an Amazon EBS volume?

Answer:

Yes, you can resize an EBS volume. To do this:

1. Increase the size of the volume using the AWS Management Console or AWS CLI.


2. After the volume is resized, you’ll need to extend the filesystem on the instance to

use the new space.

aj
You can also change the volume type or IOPS, but resizing and modifying a volume is done

i-R
without downtime for most cases.
an
5. What are the performance characteristics of EBS volumes?

Answer:
hw

EBS volumes provide different levels of performance based on their type:

● General Purpose SSD (gp3): Provides up to 16,000 IOPS and 1,000 MB/s

throughput.
at

● Provisioned IOPS SSD (io2): Offers up to 64,000 IOPS and 1,000 MB/s
-N

throughput.

● Throughput Optimized HDD (st1): Supports 500 MB/s throughput.
aj


● Cold HDD (sc1): Offers 250 MB/s throughput.


R

Performance is also affected by the volume size and the EC2 instance type it is attached to.

6. How does Amazon EBS handle data durability?

Answer:

Amazon EBS is designed to provide high durability. EBS volumes are automatically
replicated within the same Availability Zone to protect against hardware failures. EBS
volumes have an annual durability rate of 99.999%. To ensure higher durability and
availability, snapshots can be used to back up data to S3, which is stored across multiple
availability zones.

https://www.linkedin.com/in/raj-nathwani-raj/
7. What is the difference between Amazon EBS and Amazon S3?

Answer:

● EBS: A block-level storage service that is used for persistent storage attached to

EC2 instances. It provides low-latency access to data and is typically used for
applications, databases, and file systems that require frequent read and write
operations.

● S3: A highly durable object storage service used for storing static files, backups,

media files, and large datasets. S3 is not used for block-level storage and does not
support file systems or applications that require low-latency read and write access

aj
like EBS.

i-R
8. Can you attach an EBS volume to multiple EC2 instances?
an
Answer:

No, an EBS volume can only be attached to one EC2 instance at a time in read-write
mode. However, you can attach it to multiple instances in read-only mode by creating a
hw

snapshot or using Amazon EFS for shared access.


at

9. What are EBS volume snapshots, and how do they work?


-N

Answer:

EBS volume snapshots are point-in-time backups of EBS volumes. These snapshots are
incremental, meaning only the changes made to the volume after the last snapshot are
aj

stored. Snapshots are stored in Amazon S3 and are durable and reliable. You can create
snapshots manually or automate them using AWS Backup or lifecycle policies.
R

10. How do you secure Amazon EBS volumes?

Answer:

To secure EBS volumes:

● Encryption: You can enable encryption at rest for your EBS volumes using AWS

Key Management Service (KMS). This ensures data is encrypted when stored and
during transfer.

● IAM Policies: Use IAM roles and policies to control access to EBS resources.


https://www.linkedin.com/in/raj-nathwani-raj/
●​ Snapshot Encryption: Snapshots can also be encrypted to ensure that backups are
secure.​

●​ Security Groups: Secure EC2 instances attached to EBS volumes using Security
Groups and Network ACLs to control inbound and outbound traffic

EFS

1. What is Amazon EFS (Elastic File System)?

aj
Answer:​
Amazon EFS is a fully managed, scalable file storage service that can be accessed by

i-R
multiple EC2 instances simultaneously. It provides a shared file system, meaning you can
store and access files just like you would on a regular file server. EFS is highly scalable,
elastic, and supports both Linux and Windows instances with NFS protocol.
an
2. How does Amazon EFS differ from Amazon EBS?
hw

Answer:

● Amazon EBS: A block storage service attached to a single EC2 instance. It’s used
at

for storing data like databases and applications on an instance.

-N

● Amazon EFS: A file storage service that can be accessed by multiple EC2

instances simultaneously. It’s ideal for sharing files and directories across multiple
machines. EFS is best for applications that need to share data, while EBS is suited
aj

for individual machine storage.



R

3. What are the benefits of Amazon EFS?

Answer:

● Scalability: Automatically scales as data is added or removed, without needing to



manage capacity.

● Fully Managed: No need to set up or manage file systems, AWS handles the

infrastructure.

https://www.linkedin.com/in/raj-nathwani-raj/
●​ High Availability and Durability: Data is replicated across multiple Availability
Zones for fault tolerance.​

●​ Shared Access: Multiple EC2 instances can access the same file system at the
same time.​

●​ Performance: Offers low latency and high throughput for data-intensive applications.​

4. What are the two storage classes in Amazon EFS?

Answer:

aj
● EFS Standard: Designed for general-purpose workloads that need high availability

and throughput.

i-R

● EFS One Zone: A lower-cost option where data is stored in a single Availability Zone

(less redundant than Standard). Suitable for workloads that do not require the same
level of durability as EFS Standard.
an

hw

5. How does Amazon EFS achieve high availability and durability?


at

Answer:

Amazon EFS automatically replicates data across multiple Availability Zones (AZs) within
a region. This ensures that even if one AZ experiences failure, the data remains available
-N

from other AZs. The data is also consistently backed up and protected against hardware
failures.
aj
R

6. How do you connect an EC2 instance to an EFS file system?

Answer:

To connect an EC2 instance to an EFS file system:

1. Create an EFS File System in the AWS Management Console.




2. Create a Mount Target in the same VPC as the EC2 instance.


3. Install NFS client on the EC2 instance (for Linux).


https://www.linkedin.com/in/raj-nathwani-raj/
4.​ Mount the EFS file system using the mount command and the file system’s DNS
name.​

For Windows instances, you would use the SMB protocol instead of NFS.

7. Can Amazon EFS be accessed from on-premises servers?

Answer:

Yes, you can access an EFS file system from on-premises servers using AWS Direct
Connect or a VPN connection to your VPC. This allows you to extend your on-premises
network to the cloud and access EFS as if it were part of your local network.

aj
i-R
8. What are the performance modes of Amazon EFS?

Answer:

Amazon EFS offers two performance modes:
an
● General Purpose: Suitable for most workloads, providing low-latency access to

shared files. It's used for web serving, content management, etc.
hw


● Max I/O: Designed for highly parallelized applications requiring higher throughput

and IOPS. It provides the highest levels of throughput and scalability.

at
-N

9. How do you secure Amazon EFS?


aj

Answer:

You can secure Amazon EFS by:
R

● IAM Policies: Control access to EFS resources using IAM roles and policies.


● Network Security: Use Security Groups and Network ACLs to control network

access to the file system.

● Encryption: EFS supports encryption at rest and in transit. You can enable

encryption for data stored on the file system and during data transfer.

● Access Control Lists (ACLs): Set file and directory-level permissions to control

access at the file system level.

https://www.linkedin.com/in/raj-nathwani-raj/
10. What use cases are best suited for Amazon EFS?

Answer:​
Amazon EFS is ideal for workloads that require shared access to files and directories
across multiple instances:

●​ Web applications: Where multiple web servers need to access the same data.​

●​ Content management: Storing media files (like videos, images) that need to be
accessed by various servers.​

●​ Big data and analytics: When multiple instances need to process large datasets
stored in a shared file system.​

aj
●​ Home directories: Storing user profiles or home directories that need to be
accessed by different machines in a network.

i-R
FSX
an
1. What is Amazon FSx?
hw

Answer:​
Amazon FSx is a fully managed file storage service provided by AWS, designed for
running Windows-based and Lustre file systems. FSx makes it easy to launch, run, and
scale file systems that are optimized for different use cases, such as shared file storage,
at

high-performance computing, and applications requiring Windows file system features.


-N

2. What are the different types of Amazon FSx file systems?


aj

Answer:

Amazon FSx offers two primary file system types:
R

● Amazon FSx for Windows File Server: A managed Windows file system designed

for applications that need to support SMB (Server Message Block) protocol. It
provides shared storage for Windows workloads, including support for Active
Directory (AD) integration.

● Amazon FSx for Lustre: A high-performance file system designed for workloads

that require fast processing of large datasets, such as machine learning,
high-performance computing (HPC), and media rendering. It supports the Lustre
file system, which is optimized for parallel I/O.

https://www.linkedin.com/in/raj-nathwani-raj/
3. What are the benefits of Amazon FSx for Windows File Server?

Answer:

●​ Fully Managed: No need to manage or maintain the file system infrastructure.​

●​ Compatibility with Windows Applications: FSx supports SMB protocol, allowing


you to use Windows-based applications that rely on shared file storage.​

●​ Active Directory Integration: It integrates with Active Directory for user


authentication and file-level permissions.​

●​ Backup and Recovery: FSx supports automatic backups and point-in-time


recovery for data protection.​

aj
●​ Encryption: Data is encrypted at rest and during transit by default.​

i-R
an
4. What are the benefits of Amazon FSx for Lustre?

Answer:
hw

● High Performance: FSx for Lustre is optimized for workloads that require high

throughput and low-latency access to data.

at

● Scalability: It can scale to accommodate large volumes of data with a parallel file

system architecture.

-N

● Integration with Amazon S3: FSx for Lustre can be linked to S3 buckets for

seamless data sharing, allowing you to process data in S3 and store results back to
Lustre.
aj

● Cost-Effective for High-Performance Computing: It offers an affordable way to run
R

demanding applications, like genomics, financial modeling, and simulation.

5. How is Amazon FSx different from Amazon EFS?

Answer:

● Amazon FSx: Designed for specialized use cases—Windows workloads with SMB

support (FSx for Windows File Server) or high-performance computing (FSx for
Lustre). It offers performance and features suited to specific needs.

https://www.linkedin.com/in/raj-nathwani-raj/
●​ Amazon EFS: A general-purpose file storage service that provides scalable,
shared storage for Linux-based workloads, suitable for applications like web
servers, home directories, and content management.​

6. How do you integrate Amazon FSx for Windows File Server with
Active Directory?

Answer:

You can integrate FSx for Windows File Server with Active Directory (AD) by:

1. Creating or joining an Active Directory domain: FSx can join an existing AD



aj
domain or set up a new one.

2. Configuring the file system: When creating the FSx file system, you specify the

i-R

Active Directory domain, and AWS will handle the integration.


3. Access Control: AD groups and users can be used to control access to file system
an

shares using NTFS permissions.

hw

7. Can Amazon FSx for Lustre be used with Amazon S3?


at

Answer:

Yes, Amazon FSx for Lustre can be integrated with Amazon S3. You can mount an FSx
-N

for Lustre file system to an EC2 instance and link it directly to an S3 bucket. This allows you
to:

● Import data from S3 into the Lustre file system for fast processing.
aj


● Export results from the Lustre file system back to S3 for long-term storage.
R


This integration is ideal for high-performance workloads like data analytics or machine
learning.

8. What are the storage options available in Amazon FSx?

Answer:

Amazon FSx provides two primary storage options based on the file system:

● Storage Capacity: You can choose the amount of storage you need based on your

workload requirements. FSx scales automatically with your data, so you can adjust

https://www.linkedin.com/in/raj-nathwani-raj/
capacity as needed.​

●​ Throughput: FSx allows you to provision throughput capacity based on your needs.
For FSx for Windows, you can choose between standard and higher throughput
options. For FSx for Lustre, performance is based on your instance type and data
processing needs.​

9. How does Amazon FSx handle data backups?

Answer:

Amazon FSx supports automatic backups of your file systems. These backups are:

aj
● Daily and incremental: Only the changes since the last backup are stored.


i-R
● Point-in-time recovery: You can restore data from a previous backup to recover

from accidental deletion or corruption.


an
Retention period: You can define the retention period for backups, typically up to 30

days.

hw

● Managed by AWS: No manual backup management is needed, as AWS handles



backup creation and retention.

at

10. What use cases are best suited for Amazon FSx?
-N

Answer:
aj

● Windows-Based Applications: Applications that require SMB file sharing and



integration with Active Directory (e.g., Microsoft SQL Server, SharePoint, or other
R

Windows-based applications).

● High-Performance Computing: Workloads requiring fast, parallel access to large

datasets, like genomics, video rendering, or machine learning.

● Shared File Storage: Applications that need shared access to a Windows file

system or a Lustre file system across multiple EC2 instances.

● Backup and Disaster Recovery: FSx can be used to provide reliable, managed file

storage for disaster recovery purposes.

https://www.linkedin.com/in/raj-nathwani-raj/
5 real-world scenario-based AWS Storage questions

Amazon EBS Scenarios

aj
Scenario 1:

i-R
You have an application running on an EC2 instance that requires a high-performance
database. The database frequently reads and writes large amounts of data, and you want to
ensure that it remains highly available and performant.​
an
Question: What type of Amazon EBS volume should you choose for this application, and
why?

Answer:​
hw

For this application, you should choose Provisioned IOPS SSD (io2) volume.

●​ io2 volumes provide high performance with up to 64,000 IOPS and 1,000 MB/s
throughput, which is ideal for high-performance databases.​
at

●​ They offer a high durability rate (99.999%) and low-latency performance, making
-N

them well-suited for applications that require frequent, random I/O operations.​
aj
R

Scenario 2:

You have an EC2 instance running a web application. The application handles light
workloads and the data doesn't require frequent access. You want to minimize costs.

Question: What type of Amazon EBS volume would be suitable for this use case?

Answer:

For this use case, General Purpose SSD (gp3) would be the most cost-effective option.

● gp3 volumes offer balanced performance for light to medium workloads and are

cost-efficient.

https://www.linkedin.com/in/raj-nathwani-raj/
●​ It provides up to 16,000 IOPS and 1,000 MB/s throughput, which is more than
enough for the light web application with occasional data access needs.​

Amazon EFS Scenarios

Scenario 1:

You have multiple EC2 instances running in an auto-scaling group, and all instances need to
share files, such as user-generated content or log files. The instances run Linux and need
fast, low-latency access to the shared data.


Question: Which AWS service should you use to store and manage this data, and why?

aj
Answer:

You should use Amazon EFS (Elastic File System) for this scenario.

i-R
● EFS provides shared access to file systems from multiple EC2 instances

simultaneously.

an
● It uses NFS (Network File System) and is ideal for workloads where multiple

instances need access to the same data in real-time.

hw

● EFS also scales automatically to accommodate growing data without manual



intervention, making it suitable for dynamic, auto-scaling environments.

at
-N

Scenario 2:

You are working with a high-volume content management system (CMS) that requires
aj

storing large files, such as videos and images, and enabling them to be accessed by multiple
web servers running in different Availability Zones.

Question: What AWS service would you recommend, and why?
R

Answer:

Amazon EFS would be the best choice for this CMS system.

● EFS allows for shared access to files by multiple EC2 instances across different

Availability Zones, ensuring high availability.

● It is ideal for storing large media files like images and videos that need to be

accessed by many servers at the same time.

● EFS offers scalable performance, which makes it suitable for environments that

handle high-volume workloads like a content management system.

https://www.linkedin.com/in/raj-nathwani-raj/
Amazon FSx Scenario

Scenario:

You are setting up a high-performance computing (HPC) application that requires fast
access to large datasets and high throughput for processing data, such as in scientific
simulations. The application needs to handle parallel I/O and requires a file system that
can scale efficiently with high performance.


Question: Which Amazon file system should you use, and why?

Answer:

For this scenario, you should use Amazon FSx for Lustre.

aj
● FSx for Lustre is a high-performance file system optimized for workloads like HPC,

machine learning, and big data processing that require fast I/O performance.

i-R


● It supports parallel I/O, which allows multiple EC2 instances to access and process

large datasets simultaneously at very high speeds, making it perfect for scientific
simulations and data-intensive applications.
an ​
● Additionally, you can integrate FSx for Lustre with Amazon S3 for seamless data

storage and processing.
hw
at
-N
aj
R

https://www.linkedin.com/in/raj-nathwani-raj/

You might also like