Exam 156-560 All QuestionsBrowse all questions from this exam
Question 10

What are the languages supported for Cloud Templates?

    Correct Answer: A

    Cloud Templates, often used in services like AWS CloudFormation, support defining resources in text formats such as JSON and YAML. These languages are utilized to declaratively specify the infrastructure and resources to be managed in cloud environments.

Discussion
gurugurkeOption: A

A - YAML and JSON

Dumpman6767Option: A

Correct answer is A

rorgulanOption: A

Correct A 100%. CloudFormation allows you to model your entire cloud environment in text files. You can use open-source declarative languages, such as JSON or YAML, to describe what AWS resources you want to create and configure.