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 10, 2023
1 parent e4ed24e commit 552bed9
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
14 changes: 14 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,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
14 changes: 14 additions & 0 deletions docs/versioned_docs/version-2.11/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 552bed9

Please sign in to comment.