question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

no Security Groups found

See original GitHub issue
Error: Failed creating the machine: no Security Groups found
    at /cml/src/utils.js:15:27
    at ChildProcess.exithandler (child_process.js:315:5)
    at ChildProcess.emit (events.js:314:20)
    at maybeClose (internal/child_process.js:1022:16)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:287:5)
iterative_cml_runner.runner: Destroying... [id=iterative-Ua1WWLUDp]
iterative_cml_runner.runner: Destruction complete after 1s

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:12 (12 by maintainers)

github_iconTop GitHub Comments

1reaction
DavidGOrtegacommented, Mar 15, 2021

Exactly as I said

Failed creating the machine: Not able to decode: InvalidGroup.Duplicate: The security group 'Iterative' already exists for VPC 'vpc-32110855'
        status code: 400, request id: 0763a44b-0a39-4072-ac7d-311a8c78d2a3

however is not able to find it with Iterative since its iterative 😅

1reaction
DavidGOrtegacommented, Mar 15, 2021

@0x2b3bfa0 My personal us-west-1

I think that aws has lots of issues with upper case. They are creating sometimes things with Upper and then is not searchable with lower.

I.E. Im able to change iterative group name to Iterative the latest is not going to be created probably because coincides with iterative but its not going to be found because Iterative !== iterative Looks like a discrepancy between creation and searching

Read more comments on GitHub >

github_iconTop Results From Across the Web

AWS: Security group not found · Issue #164
When applying ec2_instance which was created by terraformer import aws --resources=sg,ec2_instances,subnet,vpc --regions=us-east-1, ...
Read more >
Security group doesn't exist but I know it exists
I tried looking up the SG using aws cli but it says that the SG doesn't exist. I can see it right now...
Read more >
no matching EC2 Security Group found
Decide which variable you are going to use for the count meta-argument in the EC2 instance resource. I am going to give you...
Read more >
Control traffic to resources using security groups
When you first create a security group, it has no inbound rules. Therefore, no inbound traffic is allowed until you add inbound rules...
Read more >
AWS Security Groups Guide
Without Security Groups allowing traffic from 0.0.0.0/0 to port 80 ... Security Groups are found under the EC2 Service in the AWS Console:....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found