What are the languages supported for Cloud Templates?
What are the languages supported for Cloud Templates?
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.
A - YAML and JSON
Correct answer is 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.