Skip to content

Instantly share code, notes, and snippets.

@fabianbaier
Created November 8, 2018 18:22
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 fabianbaier/67b7535adf8c341d05de2a5a43b1d41c to your computer and use it in GitHub Desktop.
Save fabianbaier/67b7535adf8c341d05de2a5a43b1d41c to your computer and use it in GitHub Desktop.
desired_cluster_profile.tfvars for JupyterLab MJS Blog
dcos_cluster_name = "JupyterLab Blog"
dcos_version = "1.12.0"
num_of_masters = "1"
num_of_private_agents = "5"
num_of_public_agents = "1"
num_of_gpu_agents = "6"
aws_region = "us-west-2"
aws_bootstrap_instance_type = "m3.large"
aws_master_instance_type = "m4.2xlarge"
aws_agent_instance_type = "m4.2xlarge"
aws_profile = "1234567890_Mesosphere-PowerUser"
aws_public_agent_instance_type = "m4.2xlarge"
ssh_key_name = "default"
# Inbound Master Access
admin_cidr = "0.0.0.0/0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment