-
Notifications
You must be signed in to change notification settings - Fork 83
Open
Labels
bugSomething isn't workingSomething isn't working
Description
WARNING: Do not disclose any secrets or credentials while filing bug reports.
Describe the bug
The rest api and scc relay vpc endpoints creation are failing with the following error when the chosen region on AWS is us-west-1:
│ Error: creating EC2 VPC Endpoint (com.amazonaws.vpce.us-west-1.vpce-svc-09bb6ca26208063f2): operation error EC2: CreateVpcEndpoint, https response error StatusCode: 400, RequestID: 5d11dda2-377d-4920-95ff-7e88287c144f, api error DuplicateSubnetsInSameZone: Found another VPC endpoint subnet in the availability zone of subnet-023a0fce1c73791e8. VPC endpoint subnets should be in different availability zones supported by the VPC endpoint service.
│
│ with aws_vpc_endpoint.backend_rest[0],
│ on privatelink.tf line 356, in resource "aws_vpc_endpoint" "backend_rest":
│ 356: resource "aws_vpc_endpoint" "backend_rest" {
│
│ Error: creating EC2 VPC Endpoint (com.amazonaws.vpce.us-west-1.vpce-svc-04cb91f9372b792fe): operation error EC2: CreateVpcEndpoint, https response error StatusCode: 400, RequestID: bf92ba16-22ba-4a04-b87e-2ed5e2a2e359, api error DuplicateSubnetsInSameZone: Found another VPC endpoint subnet in the availability zone of subnet-023a0fce1c73791e8. VPC endpoint subnets should be in different availability zones supported by the VPC endpoint service.
│
│ with aws_vpc_endpoint.backend_relay[0],
│ on privatelink.tf line 372, in resource "aws_vpc_endpoint" "backend_relay":
│ 372: resource "aws_vpc_endpoint" "backend_relay" {
To Reproduce
Steps to reproduce the behavior:
- Clone the repo
- Choose the us-west-1 region on AWS
- Run terraform apply
Expected behavior
All the resources should be created with no errors
Versions
Terraform Version:
Cloud Provider Version:
Databricks Version:
Additional context
Add any other context about the problem here.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working