Skip to content

Commit e56df29

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

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

examples/AWS/AWS-EKS/README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,13 @@ 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-
`export AWS_ACCESS_KEY_ID=<AWS Access Key>
63-
export AWS_SECRET_ACCESS_KEY=<AWS Secret Access Key>`
6462

65-
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.
63+
export AWS_ACCESS_KEY_ID=<AWS Access Key>
64+
export AWS_SECRET_ACCESS_KEY=<AWS Secret Access Key>
65+
66+
3. Execute the command `eksctl create cluster --name=<cluster_name> --region=<cluster_region>`.
67+
Note there are more [flags](https://docs.aws.amazon.com/eks/latest/userguide/getting-started-eksctl.html)
68+
you can add to customize the cluster further. Cluster creation takes around 20 minutes.
6669

6770
## Installing the Amazon EBS CSI Driver
6871
You need to install the Elastic Block Store (EBS) Container Storage Interface (CSI) Driver so the EKS cluster can manage Amazon EBS volumes. This is necessary if you want to run any application that has a database, such as Prometheus.

0 commit comments

Comments
 (0)