
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