Skip to content

Networking

RunsOn provides flexible networking options to integrate with your existing AWS infrastructure and meet your security requirements.

By default, RunsOn creates its own VPC with public subnets and all necessary security groups. For most users, this is the recommended setup.

For advanced requirements:

  • Static IPs: Add private=true to your runner labels to use private subnets with NAT Gateway for consistent egress IPs
  • Existing VPC: Set NetworkingStack=external to reuse your own VPC infrastructure
  • SSH Access: Enable ssh=true on runner labels for direct SSH access during debugging