EKS Cluster Creation
Creating EKS Cluster over private network using CloudFormation template
Last updated
Creating EKS Cluster over private network using CloudFormation template
Last updated
Objective: The objective of this document is to provide step-by-step instructions for users to create EKS cluster, VPC Private network, LACChain Writer nodes over K8s deployment. Ensure that you meet requirements. If any issues or errors occur during the process, please consult us or contact the AWS support team for assistance.
Access to the AWS Management Console.
CloudFormation template file (e.g., CFT-EKS-LN-1.0.yaml) prepared for EKS stack creation.
Below is a video guide for the following instructions:
Open a web browser and navigate to the AWS Management Console (https://console.aws.amazon.com).
Enter your login credentials to access your AWS account.
Once logged in, search for "CloudFormation" in the AWS Management Console search bar.
Click on the "CloudFormation" service from the search results to open the CloudFormation dashboard.
In the CloudFormation dashboard, click on the "Create stack" button to start the stack creation process.
Under Specify Template, choose the Template Source as Amazon S3 URL and enter the following URL below and click Next
Click on the "Next" button to proceed.
Provide a stack name that identifies your EKS stack (e.g., MyEKSStack).
Fill in any required parameters prompted by the CloudFormation template.( KeyPair, Instance Type)
Review the other options and settings as per your requirements.
Click on the "Next" button to proceed.
If required, configure additional stack options such as tags, permissions, and advanced settings.
Review the options and make necessary changes.
Click on the "Next" button to proceed.
Review the stack details, parameters, and options on the final page.
Double-check that all the information is accurate and meets your requirements.
Click on the "Create stack" button to start creating the EKS stack.
You will be redirected to the stack detail page, where you can monitor the stack creation progress.
Refresh the page periodically to see the status updates.
Wait until the stack reaches the "CREATE_COMPLETE" status. This may take a few minutes.(Approx 15 mins)
Once the stack creation is complete, navigate to the AWS Management Console homepage.
Search for "EKS" in the search bar and click on the "Amazon EKS" service from the search results.
In the Amazon EKS console, you will find your created EKS cluster.
Now proceed to Stage 2: Creating Identity Provider for EKS Cluster.