notice
This is documentation for Rasa X/Enterprise Documentation v1.0.x, which is no longer actively maintained.
For up-to-date documentation, see the latest version (1.4.x).
Requirements
Requirements
- AWS account with the IAM permissions listed on the EKS module Documentations
- a configured AWS CLI
- AWS IAM Authenticator
eksctl
kubectl
wget
Install & configure the AWS CLI
To install the AWS CLI, follow these instructions or choose a package manager based on your operating system.
- MacOS
- Linux
- Windows
Use the package manager homebrew to install the AWS CLI:
After you've installed the AWS CLI, configure it by running aws configure
.
When prompted, enter your AWS Access Key ID, Secret Access Key, region and output format.
If you don't have AWS Access Credentials, create your AWS Access Key ID and Secret Access Key by navigating to your service credentials in the IAM service on AWS. Click "Create access key" here and download the file. This file contains your access credentials.
Your default region can be found in the AWS Web Management Console beside your username. Select the region drop down to find the region name (eg. us-east-1) corresponding with your location.
eksctl
Install - Linux
- MacOS
- Windows
Use the package manager homebrew to install the eksctl CLI:
Test that your installation was successful with the following command.
Install AWS IAM Authenticator
To install the AWS IAM Authenticator, follow these instructions or choose a package manager based on your operating system.
- MacOS
- Windows
- Linux
Use the package manager homebrew to install the IAM Authenticator:
kubectl
Install To install kubectl
(Kubernetes CLI), follow these instructions or choose a package manager based on your operating system.
- Linux
- MacOS
- Windows
Use the package manager homebrew to install kubectl
:
wget
Install To install the wget, follow these instructions or choose a package manager based on your operating system.
- Linux
- MacOS
- Windows
Use the package manager homebrew to install the wget: