🇮🇳 AWS Certified Solutions Architect – Associate · flashcards

AWS Certified Solutions Architect – Associate Storage Services Flashcards

50 question-and-answer cards covering Storage Services as it is examined in AWS Certified Solutions Architect – Associate. 24 of them are printed below, taken from across the deck — no signup, no paywall on the preview.

50Cards in deck
24Free preview
14Syllabus topics
~215Chars per answer
FreePrice

24 sample cards from the Storage Services deck

Sampled from the end of the deck, so these are different cards from the ones shown on the syllabus page.

  1. What is S3 Byte-Range Fetch and when is it useful?

    Fetching only a specific byte range of an object, enabling parallelized downloads of different parts for speed, or retrieving just the start of a file (e.g., a header) without downloading the whole object.

  2. What is the smallest part size allowed in an S3 multipart upload (except the last part), and the maximum number of parts?

    Each part must be at least 5 MB (the last part can be smaller), and an upload can have up to 10,000 parts.

  3. What is Amazon EBS and what is its key scope limitation?

    Elastic Block Store provides persistent block-level storage volumes for EC2 instances. A volume can only be attached to instances in the same Availability Zone as the volume (it is AZ-scoped, not Region-wide).

  4. Name the EBS SSD volume types and their primary use cases.

    gp3 and gp2 (General Purpose SSD) for boot volumes and general workloads; io2 Block Express and io1 (Provisioned IOPS SSD) for high-performance, latency-sensitive databases requiring sustained high IOPS.

  5. Name the EBS HDD volume types and their use cases.

    st1 (Throughput Optimized HDD) for big data, data warehouses, and log processing (throughput-intensive); sc1 (Cold HDD) for infrequently accessed, lowest-cost workloads. HDD types cannot be boot volumes.

  6. How is an EBS snapshot stored and what is its key benefit for portability?

    EBS snapshots are stored incrementally in Amazon S3 (managed by AWS). They can be copied across Regions and used to create new volumes in any AZ, making them the mechanism to move EBS data between AZs/Regions.

  7. What is EBS Multi-Attach and which volume types support it?

    A feature allowing a single Provisioned IOPS volume (io1/io2) to be attached to up to 16 EC2 instances in the same AZ simultaneously, used for clustered applications that manage concurrent writes.

  8. What is an EC2 Instance Store and why is it called ephemeral?

    It is high-performance, physically attached local block storage on the host. It is ephemeral because data is lost when the instance is stopped, terminated, or the underlying hardware fails. It cannot be detached or persisted via snapshots.

  9. When would you choose an EC2 Instance Store over EBS?

    When you need very high random I/O performance / low latency for temporary data such as buffers, caches, scratch data, or replicated data where loss on stop/terminate is acceptable.

  10. What is Amazon EFS and what protocol does it use?

    Elastic File System is a fully managed, elastic NFS (Network File System v4) file system that can be mounted concurrently by thousands of Linux EC2 instances across multiple Availability Zones in a Region.

  11. Which storage service should you use for a shared file system accessible by many Linux EC2 instances across AZs simultaneously?

    Amazon EFS, because it is a regional, multi-AZ shared file system. EBS is single-AZ and (except Multi-Attach io1/io2) attaches to one instance; Instance Store is local and ephemeral.

  12. What are the two EFS storage classes / tiers for cost optimization?

    EFS Standard (frequently accessed) and EFS Infrequent Access (EFS-IA), plus archive tiers. EFS Lifecycle Management automatically moves files not accessed for a set period to the cheaper IA/Archive tiers.

  13. What does the Amazon FSx family provide, and name its main members?

    Fully managed third-party and high-performance file systems: FSx for Windows File Server (SMB/NTFS), FSx for Lustre (HPC/high throughput), FSx for NetApp ONTAP, and FSx for OpenZFS.

  14. When would you choose Amazon FSx for Windows File Server versus FSx for Lustre?

    FSx for Windows File Server when you need Windows-native SMB shares with Active Directory integration and NTFS. FSx for Lustre when you need a high-performance parallel file system for HPC, machine learning, or media processing, often integrated with S3.

  15. What is the difference between FSx for Lustre Scratch and Persistent deployment types?

    Scratch is for temporary, short-term processing with no replication (data lost on failure) and highest burst throughput. Persistent replicates data within an AZ, auto-heals failures, and is used for long-term, fault-tolerant storage.

  16. What is AWS Storage Gateway and what is its primary purpose?

    A hybrid cloud storage service that connects on-premises environments to AWS cloud storage, giving local applications seamless, low-latency access to virtually unlimited cloud storage (backed by S3, Glacier, EBS, FSx).

  17. Name the three main types of AWS Storage Gateway and their interfaces.

    File Gateway (NFS/SMB access to objects stored in S3), Volume Gateway (iSCSI block volumes backed by S3 with EBS snapshots, in cached or stored modes), and Tape Gateway (Virtual Tape Library / VTL replacing physical tape backups, stored in S3/Glacier).

  18. What is the difference between Volume Gateway 'cached' mode and 'stored' mode?

    Cached mode stores the primary data in S3 and keeps only frequently accessed data cached on-premises. Stored mode keeps the entire dataset on-premises (low latency) and asynchronously backs it up to S3 as EBS snapshots.

  19. What is AWS DataSync and what does it primarily move?

    An online data transfer service that automates and accelerates moving large amounts of data between on-premises storage (NFS, SMB, HDFS, object) and AWS services (S3, EFS, FSx), or between AWS storage services. It preserves metadata and can run scheduled, incremental syncs.

  20. When would you use AWS DataSync instead of the AWS Snow Family?

    DataSync for online transfers over a network connection (one-time or recurring/ongoing replication) when you have sufficient bandwidth. Snow Family for offline/physical transfer of very large datasets when network bandwidth is insufficient or too slow/costly.

  21. Name the members of the AWS Snow Family and a rough capacity for each.

    Snowcone (small, portable, ~8 TB usable, with DataSync agent), Snowball Edge (Storage Optimized ~80 TB and Compute Optimized variants), and Snowmobile (exabyte-scale, up to 100 PB via a shipping container truck — now retired/legacy).

  22. What two capabilities does Snowball Edge offer beyond storage, and how is data secured?

    It offers local compute (EC2 instances and Lambda) for edge processing in addition to storage. All data is automatically encrypted with 256-bit keys managed via AWS KMS, and the device is tamper-resistant.

  23. What is AWS Backup and what problem does it solve?

    A fully managed, centralized backup service that automates and consolidates backups across AWS services (EBS, EC2, RDS, DynamoDB, EFS, FSx, Storage Gateway, S3, and more) using backup plans, policies, and a central backup vault.

  24. What AWS Backup features support compliance and immutability?

    Backup plans with scheduled policies and retention/lifecycle rules, cross-Region and cross-account copy, AWS Backup Vault Lock (WORM, immutable backups that cannot be deleted before retention expires), and tag-based resource assignment for centralized governance.

What this deck covers

The Storage Services deck follows the AWS Certified Solutions Architect – Associate Storage Services syllabus — 3 chapters and 14 topics — so questions land on material that is genuinely examinable rather than trivia around it. That works out to roughly 16.7 cards per chapter.

Answers are written to be recallable, not just readable — averaging about 215 characters, which is long enough to carry the reasoning and short enough to say out loud.

A deck like this earns its keep on the second and third pass. Read the syllabus first so you know the shape of the subject, then use the cards to find the specific facts that have not stuck.

Storage Services flashcards FAQ

How many Storage Services flashcards are in this AWS Certified Solutions Architect – Associate deck?

50 cards. This page previews 24 of them, sampled evenly across the deck so you can judge the difficulty before installing anything.

Are these AWS Certified Solutions Architect – Associate flashcards free?

Yes. The preview here is free to read with no signup, and the full 50-card deck is free inside the Examius app.

What do the Storage Services cards cover?

They follow the AWS Certified Solutions Architect – Associate Storage Services syllabus — 3 chapters and 14 topics — so the questions track what is actually examinable.

How should I use these flashcards?

Read the syllabus first so you know the shape of the subject, then drill the deck. Examius schedules each card with spaced repetition, so cards you keep missing come back sooner and ones you know drift further apart.