Skip to content

Commit 9bbf912

Browse files
authored
Update README.md
1 parent 60869ad commit 9bbf912

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

examples/AWS/AWS-EKS/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,9 @@ This process can also be done using the AWS Command Line Interface (CLI) or the
5959
Click a user and go to the Security Credentials tab. Click Generate Access Key.
6060
**Make sure to copy the access key and secret access key to a secure location**.
6161
2. In the terminal, run these commands:
62-
`
63-
export AWS_ACCESS_KEY_ID=<AWS Access Key>
64-
export AWS_SECRET_ACCESS_KEY=<AWS Secret Access Key>
65-
`
62+
`export AWS_ACCESS_KEY_ID=<AWS Access Key>
63+
export AWS_SECRET_ACCESS_KEY=<AWS Secret Access Key>`
64+
6665
3. Execute the command `eksctl create cluster --name=<cluster_name> --region=<cluster_region>`. Note there are more [flags](https://docs.aws.amazon.com/eks/latest/userguide/getting-started-eksctl.html) you can add to customize the cluster further. Cluster creation takes around 20 minutes.
6766

6867
## Installing the Amazon EBS CSI Driver

0 commit comments

Comments
 (0)