# cin90 aws setup

Create the budget, deny policy, and scan caps (run once, on day one)

Creates the annual cost budget with alerts at 25%, 50% and 75%
plus a forecast alert at 100%, a policy denying the actions that
start spending, a budget action that attaches that policy
automatically at 75%, and an Athena workgroup with a per-query
scan cap.

Safe to run again: everything it creates it also recognises.

## Usage

```
cin90 aws setup [flags]
```

## Flags

```
  -h, --help   help for setup
```

## Inherited flags

```
      --all-regions          work on every region enabled for the account
      --region stringArray   region to work on; repeatable, and overrides the configured regions
```

## See also

- [cin90 aws](/docs/cin90_aws/)
