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 326 discussion

An image hosting company uploads its large assets to Amazon S3 Standard buckets. The company uses multipart upload in parallel by using S3 APIs and overwrites if the same object is uploaded again. For the first 30 days after upload, the objects will be accessed frequently. The objects will be used less frequently after 30 days, but the access patterns for each object will be inconsistent. The company must optimize its S3 storage costs while maintaining high availability and resiliency of stored assets.

Which combination of actions should a solutions architect recommend to meet these requirements? (Choose two.)

  • A. Move assets to S3 Intelligent-Tiering after 30 days.
  • B. Configure an S3 Lifecycle policy to clean up incomplete multipart uploads.
  • C. Configure an S3 Lifecycle policy to clean up expired object delete markers.
  • D. Move assets to S3 Standard-Infrequent Access (S3 Standard-IA) after 30 days.
  • E. Move assets to S3 One Zone-Infrequent Access (S3 One Zone-IA) after 30 days.
Show Suggested Answer Hide Answer
Suggested Answer: AB 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Neha999
Highly Voted 1 year, 8 months ago
AB A : Access Pattern for each object inconsistent, Infrequent Access B : Deleting Incomplete Multipart Uploads to Lower Amazon S3 Costs
upvoted 23 times
...
TungPham
Highly Voted 1 year, 7 months ago
Selected Answer: AB
B because Abort Incomplete Multipart Uploads Using S3 Lifecycle => https://aws.amazon.com/blogs/aws-cloud-financial-management/discovering-and-deleting-incomplete-multipart-uploads-to-lower-amazon-s3-costs/ A because The objects will be used less frequently after 30 days, but the access patterns for each object will be inconsistent => random access => S3 Intelligent-Tiering
upvoted 14 times
...
ChymKuBoy
Most Recent 2 months, 3 weeks ago
Selected Answer: AB
AB for sure
upvoted 1 times
...
bujuman
7 months, 1 week ago
Selected Answer: BD
If we consider these statements: 1. For the first 30 days after upload, the objects will be accessed frequently 2.The objects will be used less frequently after 30 days, but the access patterns for each object will be inconsistent 3.The company must optimize its S3 storage costs while maintaining high availability and resiliency of stored assets. 4.The company uses multipart upload in parallel by using S3 APIs and overwrites if the same object is uploaded again. Statements 1 and 2 cloudl be completed with option D and not A because datas are infrequently accessed only after 30 days. Due to usage of multipart upload, to meet requirement regarding cost optimization, option B will be used to clean up buckets uncompleted file parts(statements 3 & 4).
upvoted 2 times
...
NayeraB
8 months ago
Selected Answer: AD
Because A & D address the main ask, there's no mention of cost optimization.
upvoted 1 times
NayeraB
8 months ago
*Facepalm* It does ask for reducing the cost, A&B it is!
upvoted 2 times
...
...
NayeraB
8 months ago
Selected Answer: AC
Because A & C address the main ask, there's no mention of cost optimization.
upvoted 1 times
NayeraB
8 months ago
Not C ':D, I meant to say A&D. Added another vote for that one.
upvoted 1 times
...
...
awsgeek75
9 months, 2 weeks ago
Selected Answer: AB
A as the access pattern for each object is inconsistent so let AWS AWS do the handling. B deals with multi-part duplication issues and saves money by deleting incomplete uploads C No mention of deleted object so this is a distractor D The objects will be accessed in unpredictable pattern so can't use this E Not HA compliant
upvoted 1 times
awsgeek75
9 months, 2 weeks ago
Also, don't be confused by 30 days. The question has tricky wording: " The objects will be used less frequently after 30 days, but the access patterns for each object will be inconsistent" It does NOT say that objects will be accessed less frequently after 30 days. It says the access is unpredictable which means it could go up or down. Don't make assumptions.
upvoted 3 times
...
...
pentium75
9 months, 3 weeks ago
Selected Answer: AB
C is nonsense E does not meet the "high availability and resiliency" requirement B is obvious (incomplete multipart uploads consume space -> cost money) The tricky part is A vs. D. However, 'inconsistent access patterns' are the primary use case for Intelligent-Tiering. There are probably objects that will never be accessed and that would be moved to Glacier Instant Retrieval by Intelligent-Tiering, thus the overall cost would be lower than with D.
upvoted 3 times
...
osmk
9 months, 3 weeks ago
bd https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage-class-intro.html#sc-infreq-data-access =>S3 Standard-IA objects are resilient to the loss of an Availability Zone. This storage class offers greater availability and resiliency than the S3 One Zone-IA class
upvoted 1 times
...
raymondfekry
9 months, 4 weeks ago
Selected Answer: AB
I wouldnt go with D since " the access patterns for each object will be inconsistent.", so we cannot move all assets to IA
upvoted 1 times
...
Marco_St
10 months, 1 week ago
Selected Answer: AB
incosistent access pattern brings more sense to use Intelligent-Tiering after 30 days which also covers infrequent access.
upvoted 1 times
...
Guru4Cloud
1 year, 1 month ago
Selected Answer: AB
A. Move assets to S3 Intelligent-Tiering after 30 days. B. Configure an S3 Lifecycle policy to clean up incomplete multipart uploads.
upvoted 1 times
...
vini15
1 year, 2 months ago
should be A and B
upvoted 1 times
...
MrAWSAssociate
1 year, 3 months ago
Selected Answer: BD
Option A has not been mentioned for resiliency in S3, check the page: https://docs.aws.amazon.com/AmazonS3/latest/userguide/disaster-recovery-resiliency.html Therefore, I am with B & D choices.
upvoted 1 times
pentium75
9 months, 3 weeks ago
Intelligent-Tiering just moves to Standard-IA or Glacier Instant Access based on access patterns. This does not affect resiliency.
upvoted 1 times
...
...
alexandercamachop
1 year, 4 months ago
Selected Answer: AB
A. Move assets to S3 Intelligent-Tiering after 30 days. B. Configure an S3 Lifecycle policy to clean up incomplete multipart uploads. Explanation: A. Moving assets to S3 Intelligent-Tiering after 30 days: This storage class automatically analyzes the access patterns of objects and moves them between frequent access and infrequent access tiers. Since the objects will be accessed frequently for the first 30 days, storing them in the frequent access tier during that period optimizes performance. After 30 days, when the access patterns become inconsistent, S3 Intelligent-Tiering will automatically move the objects to the infrequent access tier, reducing storage costs. B. Configuring an S3 Lifecycle policy to clean up incomplete multipart uploads: Multipart uploads are used for large objects, and incomplete multipart uploads can consume storage space if not cleaned up. By configuring an S3 Lifecycle policy to clean up incomplete multipart uploads, unnecessary storage costs can be avoided.
upvoted 1 times
...
antropaws
1 year, 4 months ago
Selected Answer: AD
AD. B makes no sense because multipart uploads overwrite objects that are already uploaded. The question never says this is a problem.
upvoted 1 times
VellaDevil
1 year, 3 months ago
Questions says to optimize cost and if incomplete multiparts are not aborted it will still use capacity on S3 Bucket thus increase unnecessary cost.
upvoted 2 times
...
...
klayytech
1 year, 6 months ago
Selected Answer: AB
the following two actions to optimize S3 storage costs while maintaining high availability and resiliency of stored assets: A. Move assets to S3 Intelligent-Tiering after 30 days. This will automatically move objects between two access tiers based on changing access patterns and save costs by reducing the number of objects stored in the expensive tier. B. Configure an S3 Lifecycle policy to clean up incomplete multipart uploads. This will help to reduce storage costs by removing incomplete multipart uploads that are no longer needed.
upvoted 2 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 ...