# cin90 aws selftest

Rehearse the whole prove path against a throwaway bucket (instructors)

Creates one tagged S3 bucket, captures it with the same discovery
and probes `prove` uses, files the capture as a rehearsal, which
is never graded, and tears the bucket down with nuke's teardown.

The bucket is tagged lab=selftest as it is created, so if a run
is interrupted, `cin90 aws nuke --lab selftest` finds what it left.

## Usage

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

## Flags

```
  -h, --help   help for selftest
```

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