Amazon EKS Create and Delete Cluster: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 10: | Line 10: | ||
* [[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". | ||
* Create a VPC and record VpcId, SecurityGroups, SubnetId | * Create a VPC and record VpcId, SecurityGroups, SubnetId | ||
* Create the cluster | * 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 |
Revision as of 20:23, 3 September 2020
External
Internal
Procedure
- Create a dedicated IAM role. The use case should be "EKS - Cluster".
- 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