nerdexam
AmazonAmazon

DVA-C02 · Question #435

DVA-C02 Question #435: Real Exam Question with Answer & Explanation

The correct answer is B: cdk bootstrap. https://docs.aws.amazon.com/cdk/v2/guide/troubleshooting.html

Submitted by lars.no· Mar 5, 2026Deployment

Question

A developer is setting up the deployment of application stacks to new test environments by using the AWS Cloud Development Kit (AWS CDK). The application contains the code for several AWS Lambda functions that will be deployed as assets. Each Lambda function is defined by using the AWS CDK Lambda construct library. The developer has already successfully deployed the application stacks to the alpha environment in the first account by using the AWS CDK CLI's cdk deploy command. The developer is preparing to deploy to the beta environment in a second account for the first time. The developer makes no significant changes to the CDK code between deployments, but the initial deployment in the second account is unsuccessful and returns a NoSuchBucket error. Which command should the developer run before redeployment to resolve this error?

Options

  • Acdk synth
  • Bcdk bootstrap
  • Ccdk init
  • Dcdk destroy

Explanation

https://docs.aws.amazon.com/cdk/v2/guide/troubleshooting.html

Community Discussion

No community discussion yet for this question.

Full DVA-C02 PracticeBrowse All DVA-C02 Questions