
Answer-first summary for fast verification
Answer: cloudformation package and cloudformation deploy
cloudformation package and cloudformation deploy AWS CloudFormation gives developers and businesses an easy way to create a collection of related AWS and third-party resources and provision them in an orderly and predictable fashion.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Your organization is transitioning to a DevOps approach and migrating all on-premises resources to the cloud, leveraging serverless architectures and automated deployments. As part of this process, you have developed a CloudFormation template in YAML format. This template utilizes an AWS Lambda function to retrieve HTML files from GitHub and store them in a designated Amazon Simple Storage Service (S3) bucket.
Which of the following AWS CLI commands can be used to upload AWS Lambda functions and AWS CloudFormation templates to AWS?
A
cloudformation zip and cloudformation upload
B
cloudformation package and cloudformation upload
C
cloudformation zip and cloudformation deploy
D
cloudformation package and cloudformation deploy
No comments yet.