Free AWS DVA-C01 Actual Exam Questions - Question 10 Discussion

Question No. 10
A Developer is trying to deploy a serverless application using AWS CodeDeploy. The application was
updated and needs to be redeployed.
What file does the Developer need to update to push that change through CodeDeploy?
Select one option, then reveal solution.
US
AU
Amit U.
2026-02-21

Option C, because appspec.yml controls deployment steps directly in CodeDeploy.

0
FQ
Farhan Q.
2026-02-09

C. The appspec.yml is the main file CodeDeploy uses to understand what to deploy and how. Even if the app code changes, this file needs to reflect any new deployment instructions or hooks. The other files are more about build steps or specific platforms, but CodeDeploy relies on appspec.yml for its process.

0
FQ
Farhan Q.
2026-01-26

It’s C. The appspec.yml defines the deployment actions CodeDeploy takes, so updating it ensures your new app version gets deployed properly. Other files are for different tools or purposes.

0
UI
Usman I.
2026-01-25

Maybe C here. The appspec.yml tells CodeDeploy what to do during deployment, so updating your app changes usually means updating that file to reflect new scripts or hooks.

0
UI
Usman I.
2026-01-16

C, appspec.yml controls the deployment steps in CodeDeploy.

0