General AWS SNS subscription to GovCloud SQS - ARN Validation Fails

0

We have an architecture in which events will be generated from general AWS and consumed by services within GovCloud.

The intended architecture was to pipe events into SNS on general AWS side, then from there to SQS on GovCloud side, but through the console on general side, adding SNS subscription to SQS topic fails claiming the GovCloud ARN is invalid.

I was hoping to clarify whether this is a console level issue that could be bypassed by performing equivilent operations over CLI?

Our workaround is to use lambdas off of the SNS for pushing into GovCloud SQS, but would rather not add this complexity if not necessary.

preguntada hace 4 años463 visualizaciones
1 Respuesta
0

Turns out cross-partition permissioning is not supported for IAM or resource-based policies.
https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_compare-resource-policies.html

respondido hace 4 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas