Current location - Education and Training Encyclopedia - Graduation thesis - How to deal with the failure of api open platform verification of China Industrial and Commercial Bank?
How to deal with the failure of api open platform verification of China Industrial and Commercial Bank?
There are three situations in which API calls fail: calls within the same VPC fail, calls between different VPCs fail, and public network calls fail.

When calling API between different VPCs fails, please check whether the networks of two VPCs can interoperate. If not, you can create a VPC peer-to-peer connection, open the network of two VPCs, and realize cross-VPC access to the instance.

The API is not bound with the flexible public IP(EIP), which leads to the lack of effective address for public network access, and the public network fails to call the API.

Just bind EIP before calling it. Please refer to network environment preparation for detailed steps.