Amazon EKS Create and Delete Cluster: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 9: | Line 9: | ||
* [[AWS_Security_Operations#Create_an_IAM_Role|Create a dedicated IAM role]]. The use case should be "EKS - Cluster". | * [[AWS_Security_Operations#Create_an_IAM_Role|Create a dedicated IAM role]]. The use case should be "EKS - Cluster". | ||
** Make sure the IAM use you are going to call into with has sts:AssumeRole for the IAM role. | |||
* Create a VPC and record VpcId, SecurityGroups, SubnetId | * Create a VPC and record VpcId, SecurityGroups, SubnetId | ||
* Create the cluster. From the Console → EKS → Create Cluster: | * Create the cluster. From the Console → EKS → Create Cluster: |
Revision as of 20:41, 3 September 2020
External
Internal
Procedure
- Create a dedicated IAM role. The use case should be "EKS - Cluster".
- Make sure the IAM use you are going to call into with has sts:AssumeRole for the IAM role.
- Create a VPC and record VpcId, SecurityGroups, SubnetId
- Create the cluster. From the Console → EKS → Create Cluster:
- Cluster Service Role
- Next
- VPC
- Subnets (all existing are preselected)
- Security groups: use Control Plane Security Group.
- Custer Endpoint Access