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.

asked 4 years ago446 views
1 Answer
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

answered 4 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions