Cyril Rohr

Results 96 comments of Cyril Rohr

Hello! > operation error EC2 Where do you see this error? In the AppRunner logs?

@piurafunk I've checked my own stacks, and the tag is correct: In CloudFormation, my stack is named `runs-on`. Can you confirm how yours is called? I'm not familiar enough with...

Hello, next version will introduce support for specifying an `env` label, so that you can target multiple RunsOn installations. I will close this issue once it is available, most likely...

Hello, I was just thinking about it yesterday, no concrete plan for now though. Can you give a bit more details on your specific requirements though? I suppose the instance...

Thanks for the detailed answer. I agree it would be feasible (main point being the need for short-lived SSH credentials to connect to the instances from the GitHub Action, but...

I'm sorry but I don't have the time currently to enable support for EC2. I'm going to close this issue and maybe revisit when I'll have more time (my other...

Have you seen the wiki page about it? https://github.com/pullpreview/action/wiki/Seed-Data#seeding-using-a-dump-from-a-production-database

SSH authentication works by downloading the public keys of the `admins` GitHub users onto the instance. For instance my key(s) would be the one(s) at https://github.com/crohr.keys So you need to...

@akumar-99 not sure if you've fixed your issue since you posted, but [RunsOn](https://github.com/runs-on/runs-on) has support for static IPs (even concurrently) when launching runners in private subnets - https://runs-on.com/networking/static-ips/.

Hi, it's not empty at the time of deploy, but after the PullPreview env gets destroyed indeed it stays as an env, and has to be deleted manually from the...