# CloudFormation

It can be create AWS Environments at scale in a much quicker way, as it is a way to code a infrastructure.

It is a template to setup/configure resources which is given in YAML or JSON

It can be used to create stack (AWS Resources such as VPC or S3 or EC2 or any other service supported) as IAM user or Assume Role


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://notes.radifine.com/aws/other-aws-services/cloudformation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
