Making security group creation step optional #1717
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Hi,
I'm facing with an issue on using this solution for our use cases at my company. My company is restricting who has access to create VPC or Security groups in AWS, so implicit security group creating in not allowed due to security concerns. Removing VPC creation is easy, but I can't find any good option to do it for SG. As a workaround to test this, I removed the security group creation, compiled an own runners.zip and pass my pre-created security group ID via
runner_additional_security_group_ids
.Is it possible to solve this differently or this would be a new feature request instead?
It would be nice if there is option to treat security groups in a same way as VPC and subnets are handed.
The text was updated successfully, but these errors were encountered: