# cin90 aws prove

Capture proof that you built a lab's AWS resources

Records what the lab asked you to build — every resource carrying
the course tag, plus a shape check per service saying the lab
actually ran rather than that a resource was created.

The capture is written into the repository before anything is
uploaded, because `cin90 aws nuke` destroys what it describes and
you cannot take it again afterwards.

## Usage

```
cin90 aws prove <cohort>/<assignment> [flags]
```

## Flags

```
  -h, --help         help for prove
      --lab string   the lab being proved (required); also narrows the capture to lab=<id>
```

## 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/)
