Correct answer - "cloudformation package and cloudformation deploy" : The cloudformation package
command packages the local artifacts (local paths) that your AWS CloudFormation template
references. The command will upload local artifacts, such as your source code for your AWS
Lambda function. The cloudformation deploy command deploys the specified AWS CloudFormation
template by creating and then executing a change set.
"cloudformation package and cloudformation upload" - The cloudformation upload command does not
exist
"cloudformation zip and cloudformation upload" - Both commands do not exist
"cloudformation zip and cloudformation deploy" - The cloudformation zip command does not exist