im trying to run pulumi from a machine that has ro...
# aws
b
im trying to run pulumi from a machine that has roles to create infrastructure, is there a way to tell pulumi to use the machine roles instead of asking for aws credentials (secret key id and secret key)
b
Thanks! i will try this
but this assumes that i create the role then use it, i want to just use a role
that i dont have the keys for
c
You need an access key for any api request to AWS This is how IAM works
Is the machine that you're running this on an ec2 instance? If so you can use an instance profile and allow that role to assume another role