Which TWO AWS services can be used to store and retrieve application configuration data in a serverless application? (Choose two.)
AppConfig is a service for managing application configuration.
Why this answer
AWS AppConfig is designed for application configuration. Amazon DynamoDB is a NoSQL database that can store configuration data. AWS Systems Manager Parameter Store also stores configuration, but it is not listed as an option (it's a valid service but not in the list).
AWS CloudFormation is for infrastructure provisioning. Amazon S3 is object storage, not optimized for configuration. AWS Secrets Manager is for secrets, not general configuration.