微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

无法为气流创建cloudformation堆栈

如何解决无法为气流创建cloudformation堆栈

我正在关注此博客以启动cloudformation堆栈https://aws.amazon.com/blogs/machine-learning/build-end-to-end-machine-learning-workflows-with-amazon-sagemaker-and-apache-airflow/

出现以下错误

API: iam:GetInstanceProfile User: arn:aws:sts::453333:assumed-role/xyz/AWSCloudFormation is not authorized to perform: iam:GetInstanceProfile on resource: instance profile AirflowInstanceProfile

我在IAM角色中添加了以下内容

"Action": [
                "iam:AttachRolePolicy","iam:CreateRole","iam:DeleteRole","iam:DeleteRolePolicy","iam:DetachRolePolicy","iam:GetRole","iam:PassRole","iam:PutRolePolicy","iam:SetDefaultPolicyVersion","iam:CreatePolicy","iam:DeletePolicy","iam:AddRoletoInstanceProfile","iam:CreateInstanceProfile","iam:DeleteInstanceProfile","iam:RemoveRoleFromInstanceProfile"
            ],

有人可以帮助我解决错误吗?谢谢

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。