AWS Storage Extras - Datasync/Different Storage Options Flashcards

1
Q

What is AWS DataSync?

A

AWS DataSync is a service for moving and synchronizing large amounts of data between on-premises, other cloud locations, and AWS services such as Amazon S3, EFS, or FSx. It supports scheduled tasks and preserves metadata and file permissions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What AWS services can AWS DataSync synchronize data with?

A

Amazon S3 (all storage classes, including Glacier)
Amazon EFS
Amazon FSx (all file systems)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Is AWS DataSync a continuous or scheduled service?

A

AWS DataSync is scheduled, meaning tasks can run hourly, daily, or weekly, but not continuously.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Does AWS DataSync preserve file metadata and permissions?

A

Yes, AWS DataSync preserves metadata and file permissions, including compliance with NFS POSIX and SMB security models.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Can AWS DataSync work in reverse, from AWS to on-premises?

A

Yes, AWS DataSync can synchronize data from AWS storage services back to on-premises servers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What alternative can you use if your network capacity is insufficient for DataSync?

A

You can use an AWS Snowcone device, which comes pre-installed with the DataSync agent. It collects data on-premises and is shipped to AWS for synchronization.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Can AWS DataSync synchronize data between AWS storage services?

A

Yes, AWS DataSync can synchronize data between services like Amazon S3, EFS, and FSx, while preserving metadata and permissions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Amazon S3 (Object Storage)

A

Use Case: Store and retrieve unstructured data as objects (e.g., images, videos, backups).
Key Features: Highly scalable, secure, durable, and supports a variety of storage classes.
Archiving: Use S3 Glacier for cost-effective, long-term data archiving.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Amazon EBS (Block Storage)

A

Use Case: Attach storage to a single EC2 instance for persistent block-level storage.
Key Features:
Multiple volume types (e.g., GP3 for general-purpose, IO1/IO2 for high-performance).
Multi-Attach: Allows IO1/IO2 volumes to be attached to multiple EC2 instances.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

EC2 Instance Store (Ephemeral Storage)

A

Use Case: Temporary, high-performance storage directly attached to EC2 instances.
Key Features:
Very high IOPS.
Data persists only during the lifecycle of the instance.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Amazon EFS (Network File System)

A

Use Case: Shared file storage for Linux-based workloads across multiple availability zones.
Key Features:
POSIX-compliant.
Automatically scales based on usage.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Amazon FSx (Specialized File Systems)

A

FSx for Windows File Server: For Windows-based workloads with SMB support.
FSx for Lustre: High-performance computing with Lustre file system for HPC and ML workloads.
FSx for NetApp ONTAP: Network file system with NetApp ONTAP compatibility.
FSx for OpenZFS: Managed ZFS file system for advanced storage features.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Databases

A

Use Case: Store structured data with indexing and querying capabilities.
Examples: RDS, DynamoDB, Aurora (covered in separate sections).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly