Running tests in a private subnetwork in my AWS VPC

I’m brand new to CircleCI, and I’m wondering whether it’s possible to configure CircleCI to run tests in my AWS VPC. Specifically, the tests will be run on instances in my private subnetwork (they don’t have direct internet access, they can only be accessed from within the VPC). Is it possible to configure CircleCI to do this?

1 Like

Hi,

CircleCI.com runs everything in containers within our own infrastructure. You could maybe run remote tests, but that’s not common. With your private VPC, this wouldn’t be possible at all.

You can check out CircleCI Enterprise though which allows you to run our software on your own machines.

1 Like