Skip to content

Instantly share code, notes, and snippets.

@sherry-x
Last active January 17, 2022 09:12
Show Gist options
  • Save sherry-x/52baa2046f3f873f78c3209d24b8e6a6 to your computer and use it in GitHub Desktop.
Save sherry-x/52baa2046f3f873f78c3209d24b8e6a6 to your computer and use it in GitHub Desktop.
#region = "" # Specify the region
#ssh_pub_key = "" # Specify the content of your SSH public key (e.g. from `ssh-keygen -f ec2_rsa`)
#ssh_sources_ipv4 = ["0.0.0.0/0"] # Optionally specify IP ranges which can SSH to the bastion host
#k8s_api_sources = ["0.0.0.0/0"] # Optionally specify IP ranges which can access the Kubernetes API
#zone_id = "" # Optionally specify a Route 53 zone ID to create DNS records in
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment