gpt4 book ai didi

amazon-web-services - 启动 CloudHSM 的 CF 模板时出错

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

{
"Resources": {
"Cluster": {
"Type" : "AWS::CloudHSM::Cluster",
"Properties":{
"VpcId": "vpc-50ae0636",
"SubnetMapping": {
"us-west-1b": "subnet-49a1bc00",
"us-west-1c": "subnet-6f950334",
"us-west-1a": "subnet-fd54af9b"
},
"SecurityGroup": "sg-6cb2c216",
"HsmType": "hsm1.medium",
"Certificates": {},
"State": "CREATE_IN_PROGRESS",
"Hsms": [],
}
}
}
}

我正在尝试使用 CF 模板在 CloudHSM 中启动集群。我正面临这个问题。“模板格式错误:无法识别的资源类型:[AWS::HSM::Cluster]”

最佳答案

AWS::CloudHSM::Cluster 不是有效的资源类型。遗憾的是,Cloudformation 并不支持所有服务,或者可能具有不完整的受支持资源集。

以下是 CloudFormation 当前支持的有效服务和资源类型的列表:

https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html

Cloudformation 团队非常频繁地推出对新资源的支持。您可以监视此页面以查看他们何时推出对新功能的支持: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/ReleaseHistory.html

关于amazon-web-services - 启动 CloudHSM 的 CF 模板时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56148939/

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