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

A company has a web application that allows users to upload short videos. The videos are stored on Amazon EBS volumes and analyzed by custom recognition software for categorization.
The website contains static content that has variable traffic with peaks in certain months. The architecture consists of Amazon EC2 instances running in an Auto
Scaling group for the web application and EC2 instances running in an Auto Scaling group to process an Amazon SQS-queue. The company wants to re-architect the application to reduce operational overhead using AWS managed services where possible and remove dependencies on third-party software.
Which solution meets these requirements?

  • A. Use Amazon ECS containers for the web application and Spot instances for the Scaling group that processes the SQS queue. Replace the custom software with Amazon Rekognition to categorize the videos.
  • B. Store the uploaded videos in Amazon EFS and mount the file system to the EC2 instances for the web application. Process the SQS queue with an AWS Lambda function that calls the Amazon Rekognition API to categorize the videos.
  • C. Host the web application in Amazon S3. Store the uploaded videos in Amazon S3. Use S3 event notification to publish events to the SQS queue. Process the SQS queue with an AWS Lambda function that call the Amazon Rekognition API to categorize the videos.
  • D. Use AWS Elastic Beanstalk to launch EC2 instances in an Auto Scaling group for the application and launch a worker environment to process the SQS queue. Replace the custom software with Amazon Rekognition to categorize the videos.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

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
Gmail78
Highly Voted 3 years, 9 months ago
C is more realistic
upvoted 14 times
...
Ebi
Highly Voted 3 years, 8 months ago
I will go with C
upvoted 7 times
...
pkaarthick
Most Recent 1 year, 4 months ago
C is hosting web application in S3. S3 - only static website. Can users upload content to a static website? Whereas, D, Elastic Beanstalk worker environments simplify this process by managing the Amazon SQS queue and running a daemon process on each instance that reads from the queue for you. https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/using-features-managing-env-tiers.html
upvoted 1 times
...
mKrishna
2 years, 1 month ago
ans: D Why not A: sometime Spot instance not available during peak seasons such as Thanksgiving & Christmas weeks. Why not C: Missing HTTP/Rest Api to upload videos to S3 bucket.
upvoted 1 times
...
evargasbrz
2 years, 6 months ago
Selected Answer: C
I will go with C
upvoted 1 times
...
hilft
2 years, 11 months ago
C is full serverless
upvoted 1 times
...
kangtamo
3 years ago
Selected Answer: C
Agree with C: S3.
upvoted 1 times
...
Ni_yot
3 years, 3 months ago
Yep. C is correct. they want to do away with 3rd party software and use AWS managed services
upvoted 2 times
...
AzureDP900
3 years, 7 months ago
c is correct
upvoted 1 times
...
andylogan
3 years, 8 months ago
It's C - reduce operational overhead.
upvoted 1 times
...
tgv
3 years, 8 months ago
CCC ---
upvoted 1 times
...
blackgamer
3 years, 8 months ago
C for sure, managed services.
upvoted 1 times
...
WhyIronMan
3 years, 8 months ago
I'll go with C
upvoted 2 times
...
oscargee
3 years, 8 months ago
C? How can you host an app in S3? S3 is for static data.
upvoted 4 times
Chibuzo1
3 years, 8 months ago
"the website contains static content" Answer is C buddy!!
upvoted 3 times
devtest01
2 years, 10 months ago
Question is not clearly. "Contain" not "static website"
upvoted 3 times
...
...
...
mustpassla
3 years, 8 months ago
C, reduce operational overhead.
upvoted 2 times
...
Waiweng
3 years, 8 months ago
it's C
upvoted 4 times
...
kiev
3 years, 8 months ago
Full House says C is the answer
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 ...