Channels
esc
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
policy-as-code
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
general
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#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
@most-state-94104
https://github.com/jaxxstorm/pulumi-examples/blob/main/python/aws/ses/__main__.py
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
Post