https://pulumi.com logo
#general
Title
# general
b

bulky-agent-73210

06/02/2022, 8:10 AM
Hi all, is there a way for me to create and retrieve AWS SES SMTP credentials resource, in Golang?
b

billowy-army-68599

06/02/2022, 8:28 AM
@bulky-agent-73210 I believe AWS SES SMPT credentials are actually IAM credentials, so you'd need to create an IAM user with an access key and secret key, assign the
ses:SendRawEmail
permission then retrieve those values from the iam user
b

bulky-agent-73210

06/02/2022, 9:58 AM
Thanks, I’ll look into that
3 Views