Join Slack
Powered by
Hello team, just a question about AWS IAM via Pulu...
# aws
m
mysterious-match-15905
09/02/2025, 9:24 PM
Hello team, just a question about AWS IAM via Pulumi — how do I assign a trust entity to an IAM Role using Pulumi?
a
adamant-lawyer-19698
09/02/2025, 9:29 PM
Ask ChatGPT
s
silly-country-86708
09/02/2025, 9:50 PM
A trust relationship is set with the "
AssumeRole
" policy Check here
https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRole.html
A good example as well is this
https://github.com/pulumi/examples/blob/master/aws-ts-oidc-provider-pulumi-cloud/index.ts#L32C1-L51
(which actually setups OIDC provider for ESC )
👍 1
Open in Slack
Previous
Next