Skip to content

Commit

Permalink
docs: add note about current AWS CVM issues (v2.12)
Browse files Browse the repository at this point in the history
  • Loading branch information
malt3 committed Oct 10, 2023
1 parent 34cdfda commit 07249b1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/versioned_docs/version-2.12/getting-started/first-steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,20 @@ 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.
AWS is actively working on a solution.
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 07249b1

Please sign in to comment.