AWS AssumeRole authorization not working

前端 未结 3 879
忘了有多久
忘了有多久 2020-12-29 05:36

I am attempting to call the AssumeRole function using AWS sts in my PHP program since I want to create temporary credentials to allow a user to create an object for an AWS b

3条回答
  •  南笙
    南笙 (楼主)
    2020-12-29 06:05

    I had the same error and spent hours trying to fix it with permissions and trust relationships... but that was not my problem.

    I was following this tutorial and I deployed the cluster in US West (Oregon) as specified.

    To make it work, I needed to activate STS for this region here.

提交回复
热议问题