gpt4 book ai didi

amazon-web-services - Iam 用户无权执行 : firehose:CreateDeliveryStream on resource xxxx with an explicit deny

转载 作者:行者123 更新时间:2023-12-05 04:07:01 26 4
gpt4 key购买 nike

我正在尝试从 EC2 微型实例创建 Firehose 传输流。

AWS CLI 配置了 IAM 用户 ABC 的访问 key 。该用户附加了 AWS 策略,可以完全访问 firehose(下面复制了策略)。

流创建仍然失败并出现错误 AccessDeniedException: iam user ABC not authorized to perform: firehose:CreateDeliveryStream on resource xxxx with an explicit deny

{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"firehose:*",
"firehose:CreateDeliveryStream"
],
"Resource": [
"arn:aws:firehose:us-east-1:<ACC_ID>:deliverystream/*",
"arn:aws:firehose:us-east-1:<ACC_ID>:*",
"arn:aws:firehose:*:<ACC_ID>:*",
"arn:aws:firehose:*:<ACC_ID>:deliverystream/*"
]
}
]
}

我是否需要向该 IAM 用户添加更多权限以允许其创建传输流?

最佳答案

我交叉检查了附加到该用户的所有其他策略,显然有一个附加到该用户的拒绝策略明确拒绝访问。删除了这个政策,它奏效了!

关于amazon-web-services - Iam 用户无权执行 : firehose:CreateDeliveryStream on resource xxxx with an explicit deny,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49155806/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com