You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/AWS/AWS-EKS/README.md
+12-5Lines changed: 12 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,21 +34,28 @@ This process can also be done using the AWS Command Line Interface (CLI) or the
34
34
35
35
## Creating an AWS Account
36
36
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.**
38
39
2. Sign into your newly created account and change the region defined in the upper right corner to the region closest to you.
39
40
40
41
## 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.
42
45
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.
45
50
5. Generate an access key for this user
46
51
47
52
## Installing eksctl
48
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.
49
54
50
55
## 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**.
0 commit comments