Installing a Connector on EKS using Helm and AWS CLI

This guide is intended for admins managing a Connector in the environment

You have chosen the advanced installation method

You can also easily connect AWS in Apono following this UI guide here.

How to install the Connector on EKS Using Helm and AWS CLI

Prerequisite

Required: eksctl, helm, awscli, kubectl

Step 1 - Create Connector

Important: before you start, copy the connector CLI params and export them in the terminal.

Step 2 - Add EKS cluster OIDC provider to your IAM

It's required that your EKS cluster OIDC provider will be added to your IAM.

# EKS Cluster name can be found in the AWS EKS portal
export EKS_CLUSTER_NAME=PLEASE_REPLACE_WITH_CLUSTER_NAME

# Select the region that the EKS Cluster region runs on
export REGION=PLEASE_REPLACE_WITH_REGION

Step 3 - Create the Connector IAM role

The Connector is deployed using helm and requires an IAM Role to be able to access tagged ASM secrets in the future.

Configure params

Create the Connector Role

Step 4 - Assign Role Policies

Step 5- Deploy Apono Connector

Validate the Connector is Connected

You can validate the Connector is installed in the Connector status page.

Last updated

Was this helpful?