Accesss key and secret key of Amazon SNS

what’s the mean of access key and secret key when I create a SNS service?

Amazon Web Services uses these keys to authenticate you when you try to access their services. If you are setting up a DSP remote web service to access your SNS, you will likely need to pass one or both of those keys as a parameter (on the parameters tab of the DSP service setup.)

If you check out the SNS documentation ( http://docs.aws.amazon.com/sns/latest/api/API_GetPlatformApplicationAttributes.html ) you can see that the service is expecting a parameter called AWSAccessKeyId

1 Like