Hi all,
We're currently utilizing the AWS SNS Notification Service message but, as those of you that might know, it seems to require an IAM user account. I would like to avoid this by using an IAM role assigned to the EC2 instance instead but I don't know if this is possible as the parameters that are required are:
1. AWS Access Key ID 2. AWS Secret Access Key
I don't know if IAM roles have an AWS Key or Secret Access Key. Does anyone know if it is possible to assign an IAM role and use that instead of the IAM user?
Thanks!
Add comment