Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam AWS Certified Solutions Architect - Professional All Questions

View all questions & answers for the AWS Certified Solutions Architect - Professional exam

Exam AWS Certified Solutions Architect - Professional topic 1 question 857 discussion

A solutions architect needs to deploy an application on a fleet of Amazon EC2 Instances. The EC2 instances run in private subnets in an Auto Scaling group. The application is expected to generate logs at a rate of 100 MB each second on each of the EC2 instances.
The logs must be stored in an Amazon S3 bucket so that an Amazon EMR cluster can consume them for further processing. The logs must be quickly accessible for the first 90 days and should be retrievable within 48 hours thereafter.
What is the MOST cost-effective solution that meets these requirements?

  • A. Set up an S3 copy job to write logs from each EC2 instance to the S3 bucket with S3 Standard storage. Use a NAT instance within the private subnets to connect to Amazon S3. Create S3 Lifecycle policies to move logs that are older than 90 days to S3 Glacier.
  • B. Set up an S3 sync job to copy logs from each EC2 instance to the S3 bucket with S3 Standard storage. Use a gateway VPC endpoint for Amazon S3 to connect to Amazon S3. Create S3 Lifecycle policies to move logs that are older than 90 days to S3 Glacier Deep Archive.
  • C. Set up an S3 batch operation to copy logs from each EC2 instance to the S3 bucket with S3 Standard storage. Use a NAT gateway with the private subnets to connect to Amazon S3. Create S3 Lifecycle policies to move logs that are older than 90 days to S3 Glacier Deep Archive.
  • D. Set up an S3 sync job to copy logs from each EC2 instance to the S3 bucket with S3 Standard storage. Use a gateway VPC endpoint for Amazon S3 to connect to Amazon S3. Create S3 Lifecycle policies to move logs that are older than 90 days to S3 Glacier.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Bigbearcn
Highly Voted 2 years, 5 months ago
Selected Answer: B
It should be B. S3 Glacier Deep Archive bulk retrieval time is max 48 hours.
upvoted 11 times
...
rodrod
Most Recent 1 year ago
Selected Answer: B
Why is the suggested answer A ? Where does it come? No one did vote for A
upvoted 1 times
...
Santo99
1 year, 10 months ago
Selected Answer: B
B S3 sync is recommended for copying from Ec2 https://aws.amazon.com/de/premiumsupport/knowledge-center/s3-transfer-data-bucket-instance/
upvoted 1 times
...
Pigi_102
1 year, 11 months ago
Selected Answer: A
S3 "sync" operation only works from s3 to s3. S3 "batch" seems to works only from S3 to S3 so I think A is the only option available, also if is using NAT instead of gateway.
upvoted 1 times
sumaju
9 months, 3 weeks ago
s3 sync works for EC2 to s3. https://www.youtube.com/watch?v=xjur5NU6xh0
upvoted 1 times
...
...
sindra
1 year, 11 months ago
Selected Answer: B
B is the complete set for the answer
upvoted 1 times
...
JoMainAWS
2 years ago
definitely BBBB this came up
upvoted 1 times
...
TechX
2 years, 3 months ago
Selected Answer: B
No doubt, it's B
upvoted 1 times
...
Murtazaarif
2 years, 4 months ago
B is correct
upvoted 2 times
...
user89
2 years, 4 months ago
B. it satisfies both requirement https://docs.aws.amazon.com/vpc/latest/privatelink/vpc-endpoints-s3.html https://aws.amazon.com/s3/storage-classes/glacier/
upvoted 3 times
...
mirnuj_atom
2 years, 5 months ago
Selected Answer: B
Whoops, right answer is B )
upvoted 1 times
...
mirnuj_atom
2 years, 5 months ago
Selected Answer: C
The right 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 ...