gpt4 book ai didi

amazon-web-services - 为多个区域中的 ElastiCache 集群指定 ARN

转载 作者:行者123 更新时间:2023-12-03 07:45:37 24 4
gpt4 key购买 nike

在我的 cloudformation 模板中,我正在为 ElastiCache 集群创建一个策略,该策略设置为在多个区域中可用,我应该如何为 ElasticCache 集群指定 ARN。

来自 AWS 文档

http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#arn-syntax-elasticache

我跳过下面的集群区域名称,这是执行此操作的方法吗?

"ElastiCachePolicy" :{

"Type" : "AWS::IAM::Policy",
"Properties" : {
"PolicyName" : "ElastiCache",
"PolicyDocument" : {
"Version": "2012-10-17",
"Statement": [
{
"Action": "elasticache:*",
"Effect": "Allow",
"Resource": "arn:aws:elasticache::account-id:cluster:cluster-name"
}]
},
"Roles": [ { "Ref": "SomeRole" }]
}
}

最佳答案

明白了,我对指定区域和可用区感到困惑。无论集群可用区如何,我都必须指定区域 ID。

关于amazon-web-services - 为多个区域中的 ElastiCache 集群指定 ARN,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46658991/

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