Connecting to Amazon VPC
You can configure and update your project to use Amazon VPC endpoints. The VPC-ENI configuration is configured on a per-project basis. A project can have only one VPC-ENI endpoint at any given time. To configure VPC access for a project, you must know the following details:
-
The VPC ID in
us-west-2
if your app is hosted there or theus-west-2
VPC ID that connects to some other VPC in a different Region. -
The applicable security groups to apply to the connection.
-
The subnets that will be associated with the connection. When a session starts, the largest available subnet is used. We recommend having multiple subnets associated with different availability zones to improve the availability posture of your VPC connectivity.
-
When using VPC-ENI, the DNS resolver used by the Device Farm test hosts and devices will be the server provided by DHCP services in the customer subnet. In a default configuration, this will be the VPC's default resolver. Customers wishing to specify custom DNS resolvers may configure a DHCP Option Set in their VPC.
Once you have created your VPC-ENI configuration, you can update its details using the console or CLI using the steps below.