Skip to content

CAST AI terraform module providing access through AssumeRole IAM

License

Notifications You must be signed in to change notification settings

castai/terraform-castai-eks-role-iam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform module for creating AWS IAM resources required to connect EKS with CAST AI, providing access through AssumeRole IAM.

Website: https://www.cast.ai

Requirements

Using the module

A module to create AWS IAM policies and a role to connect to CAST.AI

Requires castai/castai and hashicorp/aws providers to be configured.

module "castai-eks-role-iam" {
  source = "castai/eks-role-iam/castai"

  aws_account_id     = var.aws_account_id
  aws_cluster_vpc_id = var.aws_vpc_id
  aws_cluster_region = var.aws_cluster_region
  aws_cluster_name   = var.aws_cluster_name
  castai_user_arn    = var.castai_user_arn
}

Examples

Usage examples are located in terraform provider repo