How do I know who owns a specific service and how can I confirm it.

0

I have a service I am trying to unsubscribe multiple queues from my SNS console; I notice they all have individual ARN's which correspond to different owners, however I cannot prod further into any of those owner's details. How can I check their ARN to make sure the right service owner's queue is the right one I am unsubscribing from.

1개 답변
0

The ARN will give you the account ID that owns the SNS topic (if cross-account). For the future, you should put in place a tagging and/or naming standard to make it easy to determine the owner. Do some detective work: Look for where the SNS topic was created. Does it belong to a CloudFormation stack? That can give clues to ownership. Look at the Topic Policy for clues. You should have CloudTrail enabled. Find the consumer of the SNS topic: Search CloudTrail logs for the API events that created, modified, or read from the SNS topic. That can give you the IAM user. If you do not have CloudTrail enabled, enable it and check in a few hours/days.

Tagging: https://docs.aws.amazon.com/sns/latest/dg/sns-tags.html

CloudTrail: https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-getting-started.html

AWS
Mike_O
답변함 2년 전

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

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

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

관련 콘텐츠