forked from aws-samples/amazon-eks-ami-rhel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheks-worker-rhel-variables.json
41 lines (41 loc) · 1.65 KB
/
eks-worker-rhel-variables.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"additional_yum_repos": "repo=docker-ce-stable,name=Docker CE Stable - $basearch,baseurl=https://download.docker.com/linux/centos/$releasever/$basearch/stable,gpgkey=https://download.docker.com/linux/centos/gpg",
"ami_component_description": "(k8s: {{ user `kubernetes_version` }}, docker: {{ user `docker_version` }}, containerd: {{ user `containerd_version` }})",
"ami_description": "EKS Kubernetes Worker AMI with RHEL image",
"ami_regions": "",
"ami_users": "",
"associate_public_ip_address": "",
"aws_access_key_id": "{{env `AWS_ACCESS_KEY_ID`}}",
"aws_region": "us-west-2",
"aws_secret_access_key": "{{env `AWS_SECRET_ACCESS_KEY`}}",
"aws_session_token": "{{env `AWS_SESSION_TOKEN`}}",
"binary_bucket_name": "amazon-eks",
"binary_bucket_region": "us-west-2",
"cache_container_images": "false",
"cni_plugin_version": "v1.2.0",
"containerd_version": "1.6.*",
"creator": "{{env `USER`}}",
"docker_version": "25.*",
"enable_fips": "false",
"encrypted": "false",
"iam_role": "",
"kernel_version": "",
"kms_key_id": "",
"launch_block_device_mappings_volume_size": "4",
"pause_container_version": "3.5",
"pull_cni_from_github": "true",
"remote_folder": "/tmp",
"runc_version": "*",
"security_group_id": "",
"source_ami_filter_name": "RHEL-8.9.0_HVM-*",
"source_ami_id": "",
"source_ami_owners": "309956199498",
"ssh_interface": "",
"ssh_username": "ec2-user",
"ssm_agent_version": "",
"subnet_id": "",
"temporary_security_group_source_cidrs": "",
"volume_type": "gp2",
"vpc_id": "",
"working_dir": "{{user `remote_folder`}}/worker"
}