Skip to content

Commit

Permalink
docs: add note about current AWS CVM issues
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasten committed Oct 6, 2023
1 parent 8bb23c3 commit 836753d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/docs/getting-started/first-steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,16 @@ If you encounter any problem with the following steps, make sure to use the [lat

:::

:::note

**AWS**: Currently, confidential VMs may temporarily fail to boot. If creating or initializing a cluster fails, terminate the cluster and try again later. Alternatively, you can use non-confidential Nitro VMs for evaluation purposes. To do so, generate a new configuration with the `aws-nitro-tpm` attestation variant:

```bash
constellation config generate aws --attestation aws-nitro-tpm
```

:::

5. Configure kubectl.

```bash
Expand Down

0 comments on commit 836753d

Please sign in to comment.