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.

질문됨 4년 전463회 조회
1개 답변
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

답변함 4년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠