Skip to content

Commit dd1e339

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

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

examples/AWS/AWS-EKS/README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,21 +34,28 @@ This process can also be done using the AWS Command Line Interface (CLI) or the
3434

3535
## Creating an AWS Account
3636

37-
1. Sign up at https://aws.amazon.com/console/. Note that you will need to input your credit card information. **Even though there are free services, setting up an EKS cluster according to this tutorial will cost you.**
37+
1. Sign up at https://aws.amazon.com/console/. Note that you will need to input your credit card information.
38+
**Even though there are free services, setting up an EKS cluster according to this tutorial will cost you.**
3839
2. Sign into your newly created account and change the region defined in the upper right corner to the region closest to you.
3940

4041
## Creating an AWS Account
41-
1. Right now you are the root user, and it's unadvisable to do anything as a root user outside of billing and setting up groups. To create a group, go to the Identity and Access Management (IAM) service. For any service, simply look it up on the search bar at the top of the page.
42+
1. Right now you are the root user, and it's unadvisable to do anything as a root user
43+
outside of billing and setting up groups. To create a group, go to the Identity and Access Management (IAM) service.
44+
For any service, simply look it up on the search bar at the top of the page.
4245
2. Give the group a name (such as admin) and attach the AdminstratorAccess Policy.
43-
3. Add a user to the group. Grant the user Programmatic and Console access. Make sure to download csv file containing the user's credentials.
44-
4. Sign out and sign back in, this time using the url in the csv file. I recommend saving the Account ID, username, and password in a secure place as you will need all three to log into this IAM role in the future.
46+
3. Add a user to the group. Grant the user Programmatic and Console access.
47+
Make sure to download csv file containing the user's credentials.
48+
4. Sign out and sign back in, this time using the url in the csv file. I recommend saving the Account ID,
49+
username, and password in a secure place as you will need all three to log into this IAM role in the future.
4550
5. Generate an access key for this user
4651

4752
## Installing eksctl
4853
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.
4954

5055
## Creating an EKS cluster
51-
1. To establish a connection between your AWS account and the terminal, go to IAM --> Users --> Click a user and go to the Security Credentials tab. Click Generate Access Key. **Make sure to copy the access key and secret access key to a secure location**.
56+
1. To establish a connection between your AWS account and the terminal, go to IAM --> Users -->
57+
Click a user and go to the Security Credentials tab. Click Generate Access Key.
58+
**Make sure to copy the access key and secret access key to a secure location**.
5259
2. In the terminal, run these commands:
5360
```
5461
export AWS_ACCESS_KEY_ID=<AWS Access Key>

0 commit comments

Comments
 (0)