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

A solutions architect is designing a new service behind Amazon API Gateway. The request patterns for the service will be unpredictable and can change suddenly from 0 requests to over 500 per second. The total size of the data that needs to be persisted in a backend database is currently less than 1 GB with unpredictable future growth. Data can be queried using simple key-value requests.

Which combination ofAWS services would meet these requirements? (Choose two.)

  • A. AWS Fargate
  • B. AWS Lambda
  • C. Amazon DynamoDB
  • D. Amazon EC2 Auto Scaling
  • E. MySQL-compatible Amazon Aurora
Show Suggested Answer Hide Answer
Suggested Answer: BC 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
potomac
Highly Voted 11 months, 2 weeks ago
Selected Answer: BC
B and C
upvoted 10 times
...
TariqKipkemei
Highly Voted 10 months, 2 weeks ago
Selected Answer: BC
Scalable, unpredictable request patterns = AWS Lambda Scalable, key-value data = Amazon DynamoDB
upvoted 10 times
...
KennethNg923
Most Recent 4 months ago
Selected Answer: BC
Auto Scaling cannot handle "suddenly from 0 requests to over 500 per second", use Lambda and Dynamo which for Key-value pair.
upvoted 1 times
...
Phi143
6 months, 1 week ago
Why not AC? Size of the data has unpredictable future growth and Lambda may not be able to handle it.
upvoted 1 times
...
awsgeek75
9 months ago
Selected Answer: BC
Unpredictable scaling of API load = Lambda + SPI Gateway Unpredictable growth of key/value DB = DynamoDB Fargate behind API requires EKS/ECS setup which is not suitable for 0-500 varying load. Same with EC2 autoscaling. Aurora MySQL is not ideal for key/value and is better suited for relational databases
upvoted 3 times
...
Ashhher
9 months, 3 weeks ago
Selected Answer: BC
why not Fargate?
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 ...