AWS announces preview of AWS Interconnect - multicloud
AWS announces AWS Interconnect – multicloud (preview), providing simple, resilient, high-speed private connections to other cloud service providers. AWS Interconnect - multicloud is easy to configure and provides high-speed, resilient connectivity with dedicated bandwidth, enabling customers to interconnect AWS networking services such as AWS Transit Gateway, AWS Cloud WAN, and Amazon VPC to other cloud service providers with ease.
如何从另一个 AWS 账户访问 API Gateway API?
1 分钟阅读
0
我想从另一个 AWS 账户访问 Amazon API Gateway API。
解决方法
公共 API 端点
您可以直接从 API 阶段 URL 访问 API Gateway 公共端点(区域型或边缘优化型)。例如,https://0123456789.execute-api.{region}.amazonaws.com/{stage-name}。