AWS Certified Developer – Associate (DVA-C02) — Question 320

A developer uses AWS CloudFormation to deploy an Amazon API Gateway API and an AWS Step Functions state machine. The state machine must reference the API Gateway API after the CloudFormation template is deployed. The developer needs a solution that uses the state machine to reference the API Gateway endpoint.

Which solution will meet these requirements MOST cost-effectively?

Answer options

Correct answer: A

Explanation

Using the DefinitionSubstitutions property in CloudFormation allows you to inject variables directly into the State Machine definition at deployment time, which is completely free and highly efficient. AWS Step Functions does not support native environment variables, making option B invalid. Options C and D are incorrect because utilizing AWS Secrets Manager or AWS AppConfig introduces ongoing storage and retrieval costs, making them less cost-effective.