Search code examples
amazon-web-servicesterraformterraform-provider-awsaws-device-farm

How can I provision device farm not in "us-west-2" region by using device farm?


I want to provision device farm on AWS by using Terraform. But from the doc of Terraform, the aws_devicefarm_project feature is only supported on the "us-west-2" region. So please anyone know how should I do this if my service is not on the "us-west-2" region?


Solution

  • AWS Device Farm is only available in us-west-2.

    Source: AWS Regional Table.