Skip to content

Commit f1aa703

Browse files
authored
Update readme.txt
1 parent 14f61e4 commit f1aa703

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

EKS-Cluster/readme.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
1-
Generate AWS CLI credentials
1+
Step 1: Install AWS CLI
2+
3+
Step 2: Generate AWS CLI credentials
24
Run the below 3 commands on CLI
35

46
$ export AWS_ACCESS_KEY_ID=AKIAIOSFODNN7EXAMPLE
57
$ export AWS_SECRET_ACCESS_KEY=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
68
$ export AWS_DEFAULT_REGION=us-east-1
79

8-
Install eksctl cli tool:
10+
Step 3: Install eksctl cli tool:
911
https://docs.aws.amazon.com/eks/latest/userguide/eksctl.html
1012
https://github.com/eksctl-io/eksctl/releases/tag/v0.150.0
1113

12-
create a file named aws.pub in your home directory .ssh with the contents of authroized_keys from .ssh directory.
14+
Step 4: create a file named aws.pub in your home directory .ssh with the contents of authroized_keys from .ssh directory.
1315
This file should contain the public key of the pem file you use to login to aws ec2 instances.
1416
You can find this inside any existing ec2 instance already created using the key at authroized_keys from .ssh directory
1517

16-
once eksctl is installed, run the below command
18+
Step 5: once eksctl is installed, run the below command
1719
eksctl create cluster -f cluster.yaml
1820

1921
Install Ingress Controller from the website instructions:

0 commit comments

Comments
 (0)