Skip to content

Commit f683ef3

Browse files
authored
Update README.md
1 parent dd1e339 commit f683ef3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

examples/AWS/AWS-EKS/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,16 @@ This process can also be done using the AWS Command Line Interface (CLI) or the
5050
5. Generate an access key for this user
5151

5252
## Installing eksctl
53-
1. To create a cluster in your terminal, you will need eksctl, a command line tool. Follow this [documentation](https://docs.aws.amazon.com/eks/latest/userguide/eksctl.html) and make sure to read up on your operating system.
53+
1. To create a cluster in your terminal, you will need eksctl, a command line tool.
54+
Follow this [documentation](https://docs.aws.amazon.com/eks/latest/userguide/eksctl.html)
55+
and make sure to read up on your operating system.
5456

5557
## Creating an EKS cluster
5658
1. To establish a connection between your AWS account and the terminal, go to IAM --> Users -->
5759
Click a user and go to the Security Credentials tab. Click Generate Access Key.
5860
**Make sure to copy the access key and secret access key to a secure location**.
5961
2. In the terminal, run these commands:
60-
```
62+
``` js
6163
export AWS_ACCESS_KEY_ID=<AWS Access Key>
6264
export AWS_SECRET_ACCESS_KEY=<AWS Secret Access Key>
6365
```

0 commit comments

Comments
 (0)