ec2-github-runner icon indicating copy to clipboard operation
ec2-github-runner copied to clipboard

Why is my GitHub registration hanging?

Open palewire opened this issue 1 year ago • 4 comments

As you can see in this failed workflow run, my task is able to create an EC2 image, but then fails to connect with GitHub to register.

I made a token with the repo credentials and set it as a secret. So I don't think that's it.

I worry that I've messed up my VPC or security group configuration. Are there any screenshots or more detail examples of how to set it. Here's how I made my security group. Is this right? Screenshot from 2022-09-07 15-25-18

palewire avatar Sep 07 '22 22:09 palewire

Here's the subnet configuration Screenshot from 2022-09-07 15-30-02

palewire avatar Sep 07 '22 22:09 palewire

Oh wait! I changed my subnet to "auto-assign public IPv4 address" as true and it worked!

palewire avatar Sep 07 '22 22:09 palewire

Fixed the issue for me as well.

lyndonbauto avatar Nov 01 '22 19:11 lyndonbauto