当我尝试的时候,我得到了一个错误:
Error creating VPC Endpoint: DuplicateSubnetsInSameZone: Found another VPC endpointVPC endpoint subnets should be in different availability zones supported by the VPC endpoint service.我的VPC设置为每个AZ都有多个子网。这是否意味着在没有VPC端点网络
我正在运行一个terraform .tf脚本来创建aws_vpc_endpointresource "aws_vpc_endpoint" "NewVPCEndpoint" {..}Error creating VPC Endpoint: UnauthorizedOperation: This operation does not support shared VPCs.我在不同的VPC中尝试了相同的.tf脚本,它运行得很好。这是VPC本身的