Ir para o conteúdo

NO_POSSIBLE_DESTINATION

0

Hello, I have a VPC connectivity through transit gateway. When running Reachability Analyzer to see the connectivity between 2 VPCs I'm getting the following error

NO_POSSIBLE_DESTINATION: The network component tgw-rtb-xxxxxx cannot deliver the packet to any possible destination, or the network component is sending traffic towards a different account or region. See documentation to enable Reachability Analyzer for cross-account analyses.

feita há 3 anos2,5 mil visualizações
2 Respostas
0

This error typically occurs when trying to run Reachability Analyzer between VPCs that are in different accounts or regions.

Some things to check:

Ensure the transit gateway is properly configured to route traffic between the two VPCs. The route tables need to have entries pointing to the correct VPC attachments.
Verify that security groups, NACLs etc. are not blocking traffic between the VPCs.
Check that the VPC endpoints you are analyzing have enabled DNS resolution and DNS hostnames.
Make sure VPC sharing is configured correctly if the VPCs are in different accounts.
If crossing regions, transit gateway needs to be set up for inter-region peering.

To use Reachability Analyzer across accounts/regions, you need to enable it for cross-account analysis in the AWS RAM console. This allows the necessary IAM permissions to be shared.

The key takeaway is Reachability Analyzer is limited to analyzing connectivity within a single region and account unless explicitly enabled for cross-account. Check your transit gateway, VPC and IAM configurations to allow the proper access. The error indicates a routing or permissions issue is restricting connectivity between the VPCs.

respondido há 3 anos
0

Hello @Ramaprasad,

Below can be 2 reasons beside the Transit gateway peering in different regions:

  1. Reachability Analyzer supports shared resources only if they can be fully described by the calling principal. For example, if a route references a prefix list owned by another account, the owner must share the prefix list with the calling principal for the analysis to succeed.
  2. Transit gateway Connect attachments are not supported. Reachability Analyzer analyzes connectivity only up to these attachments.

https://docs.aws.amazon.com/vpc/latest/reachability/how-reachability-analyzer-works.html#considerations

AWS
respondido há 2 anos

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.