VPC 可达性分析器区域特定?
VPC Reachability Analyzer region specific?
我想使用 VPC 可达性分析器?检查我的 vpc 和 ec2 实例之间的连接。
- vpc在us-west-2区域,实例在us-east-1区域
- 我想知道 VPC 可达性分析器是否特定于区域,因为在 us-west-2 中创建分析器路径时,我发现我无法到达位于 us-east-1 中的实例端点区域。
VPC Reachability Analyzer 不能通过 Internet 工作,也不能跨区域或帐户工作:
The source and destination resources must be owned by the same AWS account.
The source and destination resources must be in the same Region.
The source and destination resources must be in the same VPC or in VPCs that are connected through a VPC peering connection. In the case of a shared VPC, the resources must be owned by the same AWS account.
我想使用 VPC 可达性分析器?检查我的 vpc 和 ec2 实例之间的连接。
- vpc在us-west-2区域,实例在us-east-1区域
- 我想知道 VPC 可达性分析器是否特定于区域,因为在 us-west-2 中创建分析器路径时,我发现我无法到达位于 us-east-1 中的实例端点区域。
VPC Reachability Analyzer 不能通过 Internet 工作,也不能跨区域或帐户工作:
The source and destination resources must be owned by the same AWS account.
The source and destination resources must be in the same Region.
The source and destination resources must be in the same VPC or in VPCs that are connected through a VPC peering connection. In the case of a shared VPC, the resources must be owned by the same AWS account.