Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Block a range of IP addresses not belong to Terraform Cloud of AWS EC2 Security group #5

Open
lens0021 opened this issue Mar 24, 2021 · 0 comments

Comments

@lens0021
Copy link
Member

Currently AWS EC2 Security group ingress for port 4646 is allowed by "0.0.0.0/0" and "::/0"

Setting just for Terraform cloud IP ranges results in a timeout. (run: https://app.terraform.io/app/femiwiki/workspaces/nomad/runs/run-n42BTGVN9rLkC53p)

Error: error applying jobspec: Put "http://18.181.17.14:4646/v1/jobs": dial tcp 18.181.17.14:4646: i/o timeout

  on nomad.tf line 4, in resource "nomad_job" "plugin-ebs-controller":
   4: resource "nomad_job" "plugin-ebs-controller" {

Error: error applying jobspec: Put "http://18.181.17.14:4646/v1/jobs": dial tcp 18.181.17.14:4646: i/o timeout

  on nomad.tf line 13, in resource "nomad_job" "plugin-ebs-nodes":
  13: resource "nomad_job" "plugin-ebs-nodes" {

Error: error registering volume: Put "http://18.181.17.14:4646/v1/volume/csi/mysql?namespace=default": dial tcp 18.181.17.14:4646: i/o timeout

  on nomad.tf line 27, in resource "nomad_volume" "mysql_volume":
  27: resource "nomad_volume" "mysql_volume" {
@lens0021 lens0021 moved this to To do in femiwiki.com Jan 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: To do
Development

No branches or pull requests

1 participant