Soru

Zorluk: OrtaAWS Storage Services

A software company is building a collaborative development environment on AWS. The architecture requires:
1. A shared directory structure accessible by multiple Amazon EC2 developer instances concurrently across multiple Availability Zones with standard file system semantics.
2. High-performance, persistent block storage dedicated to a database instance running on a single EC2 instance, where data must survive instance stop and start cycles.

Which TWO AWS storage services should the company select to meet these requirements? (Select TWO).

  1. Amazon Elastic File System (Amazon EFS)Cevap
  2. Amazon Elastic Block Store (Amazon EBS)Cevap
  3. C
    Amazon S3 Glacier Deep Archive
  4. D
    Amazon EC2 Instance Store
  5. E
    AWS Storage Gateway

Cevap

Amazon Elastic File System (Amazon EFS) and Amazon Elastic Block Store (Amazon EBS)
Amazon Elastic File System (Amazon EFS) is correct because it offers a fully managed, shared file system that can be accessed by multiple EC2 instances simultaneously across different Availability Zones. Amazon Elastic Block Store (Amazon EBS) is correct because it provides persistent, block-level storage volumes for a single EC2 instance that retains data even when the instance is stopped.

Adım Adım Çözüm

1
Analyze the first requirement for shared file access across multiple AZs.
Amazon Elastic File System (Amazon EFS) is selected because it supports concurrent connections from multiple EC2 instances across multiple Availability Zones using the NFS protocol.
EFS is the primary native AWS service that matches multi-instance shared file system needs.
2
Analyze the second requirement for persistent, high-performance database block storage.
Amazon Elastic Block Store (Amazon EBS) is selected because it provides block-level storage volumes that persist data even when the associated EC2 instance is stopped or started.
EBS volumes provide the required low-latency block storage for database workloads and decouple data persistence from the EC2 instance lifespan.

Anahtar Kavram

Distinguishing access patterns, persistence, and performance characteristics between AWS storage options like Amazon EFS (shared file system), Amazon EBS (persistent block storage), Amazon EC2 Instance Store (ephemeral block storage), and Amazon S3 Glacier (archival object storage).
Bu soruyu puanla