# atmos aws cloudformation get

Fetch a deployed CloudFormation stack's template or stack policy directly from
the CloudFormation API — the live, deployed artifacts, as opposed to
[`render`](/cli/commands/aws/cloudformation/render), which only ever reads the
local template file.

> ⚠️ Experimental

## Usage

```shell
atmos aws cloudformation get template <component> --stack <stack>
atmos aws cloudformation get policy <component> --stack <stack>
```

## Subcommands
