Skip to content

Commit

Permalink
Fix some aws.md typos
Browse files Browse the repository at this point in the history
- referenced AWS items are policies, not roles
- it's only one access key, not multiple ones
  • Loading branch information
Josca committed Jan 2, 2025
1 parent d03b525 commit 5adb984
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/quick-start/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ with the necessary IAM policies and service account.

## Step 1: Create AWS IAM User

1. Create an AWS IAM user assigned the following roles:
1. Create an AWS IAM user with the following policies assigned:

- `control-plane.cluster-api-provider-aws.sigs.k8s.io`
- `controllers.cluster-api-provider-aws.sigs.k8s.io`
- `nodes.cluster-api-provider-aws.sigs.k8s.io`

2. Create Access Keys for the IAM user.
2. Create Access Key for the IAM user.

In the AWS IAM Console, create the Access Keys for the IAM user and download
In the AWS IAM Console, create the Access Key for the IAM user and download
them.

You should have an `AccessKeyID` and a `SecretAccessKey` that look like the
Expand Down

0 comments on commit 5adb984

Please sign in to comment.