exam questions

Exam AWS Certified Solutions Architect - Associate SAA-C03 All Questions

View all questions & answers for the AWS Certified Solutions Architect - Associate SAA-C03 exam

Exam AWS Certified Solutions Architect - Associate SAA-C03 topic 1 question 127 discussion

A media company is evaluating the possibility of moving its systems to the AWS Cloud. The company needs at least 10 TB of storage with the maximum possible I/O performance for video processing, 300 TB of very durable storage for storing media content, and 900 TB of storage to meet requirements for archival media that is not in use anymore.
Which set of services should a solutions architect recommend to meet these requirements?

  • A. Amazon EBS for maximum performance, Amazon S3 for durable data storage, and Amazon S3 Glacier for archival storage
  • B. Amazon EBS for maximum performance, Amazon EFS for durable data storage, and Amazon S3 Glacier for archival storage
  • C. Amazon EC2 instance store for maximum performance, Amazon EFS for durable data storage, and Amazon S3 for archival storage
  • D. Amazon EC2 instance store for maximum performance, Amazon S3 for durable data storage, and Amazon S3 Glacier for archival storage
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Sauran
Highly Voted 2 years, 3 months ago
Selected Answer: D
Max instance store possible at this time is 30TB for NVMe which has the higher I/O compared to EBS. is4gen.8xlarge 4 x 7,500 GB (30 TB) NVMe SSD https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html#instance-store-volumes
upvoted 38 times
Tsige
3 months, 3 weeks ago
Answer is A While instance store provides fast local storage, it is ephemeral (data is lost when the instance stops or terminates). It’s not suitable for workloads that require persistence, like video processing that may span across multiple EC2 instances over time. EBS provides persistent, high-performance storage.
upvoted 6 times
JA2018
2 months, 3 weeks ago
err, stem did not mention requirement for durable storage for the 10TB used for video processing....
upvoted 1 times
...
...
ishitamodi4
2 years, 1 month ago
instance store volume for the root volume, the size of this volume varies by AMI, but the maximum size is 10 GB
upvoted 1 times
JayBee65
2 years, 1 month ago
This link shows a max capacity of 30TB, so what is the problem? https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html#instance-store-volumes
upvoted 2 times
JayBee65
2 years, 1 month ago
Only the following instance types support an instance store volume as the root device: C3, D2, G2, I2, M3, and R3, and we're using an I3, so an instance store volume is irrelevant.
upvoted 5 times
antropaws
1 year, 8 months ago
THE CORRECT ANSWER IS A. The biggest Instance Store Storage Optimized option (is4gen.8xlarge) has a capacity of only 3TB. https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-store-volumes.html#instance-store-vol-so
upvoted 3 times
...
...
...
...
michellemeloc
1 year, 9 months ago
Update: i3en.metal and i3en.24xlarge = 8 x 7500 GB (60TB)
upvoted 3 times
...
...
MiniYang
Highly Voted 1 year, 1 month ago
Selected Answer: A
The correct Answer is A : Amazon EC2 instance store (Instance Store) is usually not the best choice because the storage it provides is temporary and tied to the life cycle of the instance. When an instance is stopped or terminated, data on the instance store is lost. In this scenario, the company's requirements were to have the maximum possible I/O performance and required durable data storage. Therefore, using Amazon EC2 Instance Store does not meet these requirements because it lacks durability. In contrast, Amazon EBS (Elastic Block Store) provides persistent regional block storage and can meet the needs of high-performance I/O. Therefore, the answer should include Amazon EBS, not Amazon EC2 instance storage.
upvoted 25 times
pentium75
1 year, 1 month ago
"The company's requirements were to have the maximum possible I/O performance and required durable data storage." Yeah, but not for the same data. 10 TB "maximum possible I/O performance" for processing (= temporary) 300 TB "very durable" (= S3) 900 TB "for archival" (= Glacier)
upvoted 14 times
LoXoL
1 year ago
pentium75 is right.
upvoted 5 times
...
...
...
kyd0nix
Most Recent 3 days, 17 hours ago
Selected Answer: D
Ans D. The requirements for every kind of data is specific. So, you need: 10 TB high I/O / performance = Instance Store ( the reqs. doesn't mention anything about durability, just performance ) 300 TB very durable = S3 900 TB archival = Glacier
upvoted 1 times
...
satyaammm
4 weeks, 1 day ago
Selected Answer: D
EC2 Instance Store Volumes provide the highest storage performance in AWS and S3 provides durable storage while S3 Glacier is best for archival storage.
upvoted 2 times
...
DavidPhyo
1 month ago
Selected Answer: A
answer is A
upvoted 1 times
...
Mischi
1 month, 2 weeks ago
Selected Answer: A
The combination of Amazon EBS , Amazon S3 and Amazon S3 Glacier (option A) is the most suitable solution for this media company. It offers: Maximum I/O performance for video processing with Amazon EBS. Durability and reliability for media content with Amazon S3. Cost-effective storage for archived data with Amazon S3 Glacier.
upvoted 2 times
...
salman7540
1 month, 2 weeks ago
Selected Answer: A
I prefer A over D. instance storage is not recommended for video processing because it's designed for temporary storage and doesn't provide the durability and persistence needed for video processing. Instead, Amazon EBS is a better choice for video processing because it provides the required performance, durability, and persistence. Here's some more information about instance storage and Amazon EBS: Instance storage A temporary storage volume that acts as a physical hard drive. It's located on disks that are physically attached to the host computer. Instance storage is ideal for temporary storage of information that changes frequently, such as buffers, caches, and scratch data. Data in an instance store persists during the lifetime of its instance, but it's not persistent through instance stops, terminations, or hardware failures.
upvoted 2 times
...
kimm_10
1 month, 3 weeks ago
Selected Answer: B
Why not EC2 instance store? Instance store is ephemeral (data is lost when the instance stops or terminates). It lacks durability, making it unsuitable for critical video processing.
upvoted 1 times
...
0de7d1b
2 months, 2 weeks ago
Selected Answer: A
Explanation: Amazon EBS (Elastic Block Store) for maximum performance: Amazon EBS provides high IOPS and low latency storage, which is ideal for video processing workloads that require fast performance. Amazon S3 for durable data storage: Amazon S3 is highly durable, scalable, and designed for storing large amounts of data, such as media content (300 TB). It also provides 99.999999999% (11 nines) durability, making it suitable for this requirement. Amazon S3 Glacier for archival storage: Amazon S3 Glacier is a cost-effective storage solution for archiving large amounts of data (900 TB) that is infrequently accessed but still needs to be stored securely and durably.
upvoted 3 times
0de7d1b
2 months, 2 weeks ago
C & D. Amazon EC2 instance store for maximum performance: EC2 instance store provides temporary block storage tied to the lifecycle of an instance, so it is not durable or persistent, making it unsuitable for video processing workflows that require consistent data availability
upvoted 1 times
...
...
Gizmo2022
3 months ago
answer is A
upvoted 1 times
...
aturret
4 months ago
Selected Answer: A
instance store cannot be durable
upvoted 2 times
...
trainee46
4 months, 3 weeks ago
Selected Answer: D
The requirement ist "maximum performance". Instance storage is more performant than EBS, therefor D must be correct.
upvoted 4 times
...
PaulGa
4 months, 3 weeks ago
Selected Answer: A
Ans A - ideally suits situation since its media, fast access and long-term storage... ": EBS for maximum performance, S3 for durable data storage, and S3 Glacier for archival storage."
upvoted 2 times
...
Mayur_B
5 months ago
Selected Answer: A
A. EC2 Instance store is used mainly for temp data like caching, memory for computation etc
upvoted 2 times
...
AbhiBK
5 months, 1 week ago
A is correct answer. ask for copilot as well
upvoted 1 times
AbhiBK
5 months, 1 week ago
Amazon EBS io2 Block Express Volumes: For 10 TB of high I/O performance storage. Amazon S3 Standard Storage Class: For 300 TB of durable storage for media content. Amazon S3 Glacier Deep Archive: For 900 TB of archival storage.
upvoted 1 times
...
...
bignatov
5 months, 1 week ago
Selected Answer: A
I think it is A, because even D to comply the requirements it is a temporary storage and it is not the best choice.
upvoted 2 times
...
example_
5 months, 4 weeks ago
Selected Answer: D
https://repost.aws/questions/QUHCySI6otStqGftOFHhHeOQ/saa-c03-question
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago