How to create custom nodes for EKS (Golden Images)
Learn how to create custom node images for Amazon Web Services (AWS).
This guide describes the necessary steps to create custom images or Golden Images for Digibee customers who wish to make use of custom nodes for AWS.
This guide assumes you are starting from scratch, creating new VPC and Subnet resources. If you already have VPC and Subnet resources, skip to step 8 of the instructions below.
Create a new VPC.
Update the VPC to enable auto-assign public IPv4 address.
Create an Internet Gateway and attach it to the VPC.
Add a route to 0.0.0.0/0 to the main routing table.
Locate the default security group ID for the VPC and add an inbound rule to allow all traffic from your IP.
Create a Subnet
Enable auto-assignment of public IP addresses for the Subnet.
Create a new SSH key.
Launch an EC2 instance.
Software Installation on EC2 Instance
In this step, the EC2 instance is customized according to the customer's needs. In the provided example, we connected to the EC2 instance via SSH and installed the Nginx web server. However, you can install and configure any additional software or make any customizations you need to your image, such as installing monitoring agents or tools specific to your organization.
Replace the Nginx installation instructions with ones that suit your image customization needs.
Stop the EC2 instance and wait until the instance fully stops.
Create an EC2 instance AMI.
Last updated