- Log in to your AWS Account and go to the Amazon SNS console.
- Open the topic to be used for SNS Notifications, and then copy the ARN (Acquirer Reference Number) of the topic.
- Navigate to the IAM role service in your AWS Account.
- Click Users.
- Click Create User.
- Choose a Username for the new user.
- Click Next. You are directed to the Set Permissions page.
- Select the Attach policies directly option.
- Click Create policy.
- In Specify Permissions > Policy Editor, select the JSON option.
-
Copy and paste the following code into the editor:
-
Replace
<TOPIC_ARN>with the topic ARN value that you have copied in Step #2. - Click Next.
- Enter a Name for your policy.
- Click Create Policy.
-
Attach the AmazonSNSReadOnlyAccess policy or manually add permissions to list topics (
"Resource": "*"). - Click Next, and then click Create User.
Note: Copy the access key ID and secret access key, which you will need to configure Amazon SNS in USM Anywhere.