https://pulumi.com logo
#aws
Title
# aws
m

most-state-94104

07/01/2022, 8:44 PM
Any idea how to create an SMTP user using pulumi? https://www.pulumi.com/registry/packages/aws/api-docs/ses/ shows me how to create lots of different ses resources but not an SMTP user…
b

billowy-army-68599

07/01/2022, 8:46 PM
@most-state-94104 an SES user is actually just an IAM user with the correct policy containting
ses:SendRawEmail
I can put an example together if needed
m

most-state-94104

07/01/2022, 8:48 PM
That would be amazing! Would you also mind adding in the example how to get the username and password in the output?
b

billowy-army-68599

07/01/2022, 8:53 PM
TypeScript
?
m

most-state-94104

07/01/2022, 8:54 PM
Python pretty please
b

billowy-army-68599

07/01/2022, 9:17 PM
m

most-state-94104

07/02/2022, 6:17 PM
Thanks @billowy-army-68599 that’s amazing! I’ll test it out on Monday 🙂 I had seen https://github.com/pulumi/examples before but not https://github.com/jaxxstorm/pulumi-examples, I’ll share it with my team I’m sure they’ll find it helpful !
I’m using an already created approved email so I skipped the first section but Works perfect thanks!
❤️ 1
6 Views