exam questions

Exam AWS-SysOps All Questions

View all questions & answers for the AWS-SysOps exam

Exam AWS-SysOps topic 1 question 603 discussion

Exam question from Amazon's AWS-SysOps
Question #: 603
Topic #: 1
[All AWS-SysOps Questions]

An application is being developed that will be served across a fleet of Amazon EC2 instances, which require a consistent view of persistent data. Items stored vary in size from 1KB to 300MB; the items are read frequently, created occasionally, and often require partial changes without conflict. The data store is not expected to grow beyond 2TB, and items will be expired according to age and content type.
Which AWS service solution meets these requirements?

  • A. Amazon S3 buckets with lifecycle policies to delete old objects.
  • B. Amazon RDS PostgreSQL and a job that deletes rows based on age and file type columns.
  • C. Amazon EFS and a scheduled process to delete files based on age and extension.
  • D. An EC2 instance store synced on boot from a central Amazon EBS-backed instance.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️
Reference:
https://dzone.com/articles/confused-by-aws-storage-options-s3-ebs-amp-efs-explained

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
ThoseWereTheDays
Highly Voted 2 years, 6 months ago
Agree C is correct. Look at the requirements: - Multiple EC2 Instances use >> NFS Share - Consistent view of persistent data >> Requires data consistency. - Read frequently >> High I/O - Items will be expired according to age and content type >> Lifecycle schedule Multiple Amazon EC2 instances can access an Amazon EFS file system at the same time, providing a common data source for workloads and applications running on more than one instance or server. Amazon EFS provides file system access semantics, such as strong data consistency and file locking >> So changes can be done without conflict. Amazon EFS is designed to provide the throughput, IOPS, and low latency needed for a broad range of workloads. https://docs.aws.amazon.com/efs/latest/ug/whatisefs.html Amazon EFS lifecycle management automatically manages cost-effective file storage for your file systems. When enabled, lifecycle management migrates files that have not been accessed for a set period of time to the Infrequent Access (IA) storage class. https://docs.aws.amazon.com/efs/latest/ug/lifecycle-management-efs.html
upvoted 21 times
...
saumenP
Highly Voted 2 years, 7 months ago
Reviewed the question again, EFS makes more sense https://dzone.com/articles/confused-by-aws-storage-options-s3-ebs-amp-efs-explained You can mount EFS onto several EC2 instances at the same time.
upvoted 8 times
...
albert_kuo
Most Recent 10 months ago
Selected Answer: C
Amazon EFS (Elastic File System) provides a scalable and managed file storage service that can be mounted to multiple EC2 instances concurrently. It offers a consistent view of the file system data across instances, making it suitable for applications that require a consistent view of persistent data.
upvoted 1 times
...
Huy
2 years, 5 months ago
S3 now also support strong consistency. So this question need to be updated by AWS.
upvoted 1 times
...
TroyMcLure
2 years, 6 months ago
Correct Answer: C often require partial changes without conflict => EFS
upvoted 1 times
...
RicardoD
2 years, 6 months ago
C is the answer
upvoted 2 times
...
HVarada
2 years, 6 months ago
Answer is "C" Fleet of EC2 instances with high I/O means EFS is best choice.
upvoted 1 times
...
abhishek_m_86
2 years, 6 months ago
C. Amazon EFS and a scheduled process to delete files based on age and extension.
upvoted 2 times
...
Radhaghosh
2 years, 6 months ago
A. Amazon S3 buckets with lifecycle policies to delete old objects. - WRONG as Conflicting Consistency B. Amazon RDS PostgreSQL and a job that deletes rows based on age and file type columns. - WRONG (varying sizes suggest unstructured data) C. Amazon EFS and a scheduled process to delete files based on age and extension. - CORRECT D. An EC2 instance store synced on boot from a central Amazon EBS-backed instance. - Not Persistent
upvoted 2 times
...
joesmith991
2 years, 6 months ago
Not A - Lifecycle policies just work on age, not on content/age Not B - The varying sizes suggest this isnt structured data that would fit well in PostgreSQL Not D - This works well for READ activities, but not Write/Update Only option is C
upvoted 1 times
...
jackdryan
2 years, 6 months ago
I'll go with C
upvoted 1 times
...
MFDOOM
2 years, 6 months ago
C. Amazon EFS and a scheduled process to delete files based on age and extension.
upvoted 1 times
...
Chubb
2 years, 6 months ago
How about B
upvoted 1 times
...
professor
2 years, 6 months ago
C: keywords here multiple instances, persistent storage, read frequently
upvoted 2 times
...
AWS_Noob
2 years, 6 months ago
C is correct The question says a "fleet" of EC2 instances
upvoted 1 times
...
Bad_Mat
2 years, 6 months ago
it says "...and content type" so C
upvoted 2 times
...
Bad_Mat
2 years, 6 months ago
I think C is correct one
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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago