Bird
0
0

A company wants to combine serverless functions with a database that automatically scales. Which AWS service pairing fits best?

hard📝 Application Q9 of 15
AWS - Lambda
A company wants to combine serverless functions with a database that automatically scales. Which AWS service pairing fits best?
AAWS EC2 with Amazon RDS
BAWS Lambda with Amazon S3
CAWS Lambda with Amazon DynamoDB
DAWS Elastic Beanstalk with Amazon Redshift
Step-by-Step Solution
Solution:
  1. Step 1: Identify serverless compute and scalable database

    AWS Lambda is serverless compute; DynamoDB is a serverless, auto-scaling NoSQL database.
  2. Step 2: Evaluate other options

    EC2 and RDS are not serverless; S3 is storage, not a database; Elastic Beanstalk is not serverless compute.
  3. Final Answer:

    AWS Lambda with Amazon DynamoDB -> Option C
  4. Quick Check:

    Serverless compute + auto-scaling DB = Lambda + DynamoDB [OK]
Quick Trick: Pair Lambda with DynamoDB for serverless apps [OK]
Common Mistakes:
  • Confusing EC2 as serverless
  • Using S3 as a database
  • Mixing Elastic Beanstalk with serverless

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes