Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
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 52 discussion

A company wants to migrate its on-premises application to AWS. The application produces output files that vary in size from tens of gigabytes to hundreds of terabytes. The application data must be stored in a standard file system structure. The company wants a solution that scales automatically. is highly available, and requires minimum operational overhead.
Which solution will meet these requirements?

  • A. Migrate the application to run as containers on Amazon Elastic Container Service (Amazon ECS). Use Amazon S3 for storage.
  • B. Migrate the application to run as containers on Amazon Elastic Kubernetes Service (Amazon EKS). Use Amazon Elastic Block Store (Amazon EBS) for storage.
  • C. Migrate the application to Amazon EC2 instances in a Multi-AZ Auto Scaling group. Use Amazon Elastic File System (Amazon EFS) for storage.
  • D. Migrate the application to Amazon EC2 instances in a Multi-AZ Auto Scaling group. Use Amazon Elastic Block Store (Amazon EBS) for storage.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
ArielSchivo
Highly Voted 1 year, 11 months ago
Selected Answer: C
EFS is a standard file system, it scales automatically and is highly available.
upvoted 31 times
...
masetromain
Highly Voted 1 year, 11 months ago
I have absolutely no idea... Output files that vary in size from tens of gigabytes to hundreds of terabytes Simit size for a single object: S3 5To TiB https://aws.amazon.com/fr/blogs/aws/amazon-s3-object-size-limit/ EBS 64 Tib https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/volume_constraints.html EFS 47.9 TiB https://docs.aws.amazon.com/efs/latest/ug/limits.html
upvoted 10 times
RBSK
1 year, 9 months ago
None meets 100s of TB / file. Bit confusing / misleading
upvoted 5 times
...
Help2023
1 year, 7 months ago
The answer to that is Limit size for a single object: S3, 5TiB is per object but you can have more than one object in a bucket, meaning infinity https://aws.amazon.com/fr/blogs/aws/amazon-s3-object-size-limit/ EBS 64 Tib is per block of storage https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/volume_constraints.html EFS 47.9 TiB per file and in the questions its says Files the 's' https://docs.aws.amazon.com/efs/latest/ug/limits.html
upvoted 2 times
...
JayBee65
1 year, 9 months ago
S3 and EBS are block storage but you are looking to store files, so EFS is the correct option.
upvoted 4 times
Ello2023
1 year, 8 months ago
S3 is object storage.
upvoted 13 times
...
OmegaLambda7XL9
10 months, 1 week ago
A lil correction,S3 is Object storage not Block Storage
upvoted 3 times
...
...
...
PaulGa
Most Recent 1 week, 2 days ago
Selected Answer: C
Ans C - S3 unlimited storage in both scope and size of individual objects
upvoted 1 times
...
bishtr3
2 months ago
C : EFS as It is built to scale on demand to petabytes without disrupting applications, growing and shrinking automatically as you add and remove files. Multiple compute instances, including Amazon EC2, Amazon ECS, and AWS Lambda, can access an Amazon EFS file system at the same time, providing a common data source for workloads.
upvoted 1 times
...
HectorCosta
4 months, 3 weeks ago
Selected Answer: C
Key words: Standard File System and Scales Automatically. S3 is object Store, hence if fails with the "Standard File System" requirement, so we can discard A. EBS does not scale automatically, failing with the "Scales Automatically" requirement, so we can discard B and D
upvoted 1 times
...
sidharthwader
6 months, 3 weeks ago
C is the only option which supports standard file system when we talk about high availability. EBS scope is within a availability zone but EFS has scope of a region.
upvoted 1 times
...
awsgeek75
8 months, 1 week ago
Selected Answer: C
Standard file system that is highly available: EFS Autoscaling highly available system: EC2 or ECS or EKS can work A: Not suitable due to S3 which is BLOB not file system B: EKS is ok but EBS is not HA D: EBS is not HA So by elimination, C is best option.
upvoted 1 times
...
pentium75
9 months ago
Selected Answer: C
"File system structure" = EFS, which also meets all the other requirements.
upvoted 2 times
...
Mikado211
9 months, 3 weeks ago
Selected Answer: C
Technically the A could work, ECS is often recommended by AWS in case of minimum operational overhead, and S3 is durable and highly scalable BUT it is not a "traditional" file system structure. In an S3 bucket, there is no real file structure, only files and prefixes that simulate a structure. B is wrong because of EKS which require more management EFS is recommended for minimum operational overhead instead of EBS. So C (EC2 + EFS) is recommended here over D (EC2 + EBS).
upvoted 3 times
...
wantu
9 months, 3 weeks ago
Selected Answer: C
Palabras clave: autoescalado y ficheros
upvoted 1 times
...
leosmal
10 months ago
The key is Multi-AZ ,EBS does not support it.
upvoted 2 times
...
TariqKipkemei
1 year, 1 month ago
Selected Answer: C
Standard file system structure, scales automatically, requires minimum operational overhead = Amazon Elastic File System (Amazon EFS)
upvoted 1 times
...
miki111
1 year, 2 months ago
Option C is the correct answer
upvoted 1 times
...
cookieMr
1 year, 3 months ago
Selected Answer: C
EFS provides a scalable and fully managed file system that can be easily mounted to multiple EC2. It allows you to store and access files using the standard file system structure, which aligns with the company's requirement for a standard file system. EFS automatically scales with the size of your data. A suggests using ECS for container orchestration and S3 for storage. ECS doesn't offer a native file system storage solution. S3 is an object storage service and may not be the most suitable option for a standard file system structure. B suggests using EKS for container orchestration and EBS for storage. Similar to A, EBS is block storage and not optimized for file system access. While EKS can manage containers, it doesn't specifically address the file storage requirements. D suggests using EC2 with EBS for storage. While EBS can provide block storage for EC2, it doesn't inherently offer a scalable file system solution like EFS. You would need to manage and provision EBS volumes manually, which may introduce operational overhead.
upvoted 6 times
...
Bmarodi
1 year, 3 months ago
Selected Answer: C
Option C meets the requirements.
upvoted 1 times
...
joshnort
1 year, 4 months ago
Selected Answer: C
Keywords: file system structure, scales automatically, highly available, and minimal operational overhead
upvoted 1 times
...
harirkmusa
1 year, 7 months ago
standard file system structure is the KEYWORD here, the S3 and EBS are not file based storage. EFS is. so the automatic answer is C
upvoted 1 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 ...