# cin90 aws lab

Check a lab's resources against the instructor's checklist

Fetches the lab checklist the instructor published for this assignment
and evaluates it against what carries the course tag and the lab tag in
your AWS account.

On a terminal it opens an interactive view: r checks again, f saves the
current capture under .cin90/aws-lab and files every pending one with the
server, F first retries captures the server rejected, t plans a
teardown of the lab and runs it once you type the lab name, q quits.

--plain prints one read-only evaluation and writes nothing. It exits
0 when every item is done, 3 when some are not, 4 when some could not
be evaluated, 5 when the assignment has no checklist, and 1 otherwise.

## Usage

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

## Flags

```
  -h, --help    help for lab
      --plain   one read-only evaluation, printed, with an exit code; for scripts
```

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