The **AWS Developer Associate** certification validates your skills to develop and deploy cloud-native applications on AWS. It focuses on Serverless, containers, and developer tools.
Answer : AWS Lambda.
Lambda allows you to run code without managing EC2 instances. You only pay for the actual execution time.
Answer : Amazon DynamoDB.
It is a fully managed key-value database that provides consistent performance at any scale.
Answer : AWS CloudFormation.
CloudFormation enables automated and repeatable provisioning and management of AWS resources.
Answer : AWS X-Ray.
X-Ray helps developers analyze and debug distributed applications in production, especially for microservices architectures.
Answer : 15 minutes (900 seconds).
If your processing takes more than 15 minutes, it is recommended to use Step Functions or Fargate.