Skip to content

Instantly share code, notes, and snippets.

@p1gmale0n
Created September 29, 2020 05:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save p1gmale0n/6483d079587fda7173b1c07c769d5d72 to your computer and use it in GitHub Desktop.
Save p1gmale0n/6483d079587fda7173b1c07c769d5d72 to your computer and use it in GitHub Desktop.
# layer1
allowed_account_ids = ["730809894724"]
region = "eu-west-2"
name = "p1gmale0n"
environment = "argo-demo"
eks_cluster_version = "1.17"
worker_groups = {
spot = {
override_instance_types = ["t3.medium", "t3a.medium"]
spot_instance_pools = 2
asg_max_size = 0
asg_min_size = 0
asg_desired_capacity = 0
},
ondemand = {
instance_type = "t3a.medium"
asg_desired_capacity = 1
asg_max_size = 2
},
ci = {
override_instance_types = ["t3.medium", "t3a.medium"]
spot_instance_pools = 2
asg_max_size = 0
asg_min_size = 0
asg_desired_capacity = 0
}
}
map_roles = [
{
// This shouldn't be hard coded - use remote state or some other method
rolearn = ""
username = ""
groups = ["system:masters"]
},
]
map_users = []
ecr_repos = []
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment