Amazon
DVA-C02 · Question #459
DVA-C02 Question #459: Real Exam Question with Answer & Explanation
The correct answer is A. Call aws cloudformation package to create the deployment package. Call aws cloudformation B. Call sam package to create the deployment package. Call sam deploy to deploy the package. See the full explanation below for the reasoning.
Submitted by haruto_sh· Mar 5, 2026Deployment
Question
A developer is creating a script to automate the deployment process for a serverless application. The developer wants to use an existing AWS Serverless Application Model (AWS SAM) template for the application. What should the developer use for the project? (Choose two.)
Options
- ACall aws cloudformation package to create the deployment package. Call aws cloudformation
- BCall sam package to create the deployment package. Call sam deploy to deploy the package
- CCall aws s3 cp to upload the AWS SAM template to Amazon S3. Call aws lambda update-
- DCreate a ZIP package locally and call aws serverlessrepo create-applicatiion to create the
- ECreate a ZIP package and upload it to Amazon S3. Call aws cloudformation create-stack to
Topics
#AWS SAM#Deployment Automation#AWS CLI#CloudFormation
Community Discussion
No community discussion yet for this question.