简体   繁体   English

为CloudHSM启动CF模板时出错

[英]Error while launching CF Template for CloudHSM

 { "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": [], } } } } 

I am trying to launch a cluster in CloudHSM using CF Template. 我正在尝试使用CF模板在CloudHSM中启动集群。 I am facing this issue. 我正面临这个问题。 "Template format error: Unrecognized resource types: [AWS::HSM::Cluster]" “模板格式错误:无法识别的资源类型:[AWS :: HSM :: Cluster]”

CloudHSM is currently not supported by CloudFormation. CloudForM目前不支持CloudHSM。
You can find a list of supported services and ressource types here . 您可以在此处找到支持的服务和资源类型列表。

AWS::CloudHSM::Cluster is not a valid resource type. AWS::CloudHSM::Cluster不是有效的资源类型。 Unfortunately, Cloudformation does not support all services or may have an incomplete set of supported resources. 遗憾的是,Cloudformation不支持所有服务,也可能拥有一组不完整的受支持资源。

Here is a list of valid services and resource types currently supported by CloudFormation: 以下是CloudFormation当前支持的有效服务和资源类型列表:

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

The Cloudformation team is pushing out support for new resources very frequently. Cloudformation团队正在频繁地推动对新资源的支持。 You can monitor this page to see when they push out support for new features: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/ReleaseHistory.html 您可以监控此页面,了解他们何时推出对新功能的支持: https//docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/ReleaseHistory.html

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在 us-east-1 区域中启动给定的 cloudformation 模板时出错。 (构建 lambda Function 收到错误) - Getting Error while launching the given cloudformation template in us-east-1 region. ( Build lambda Function receives error) 在Amazon Cloudformation模板中启动时如何更改Windows主机名 - How to change windows hostname while launching in amazon cloudformation template AWS侦听器cf模板在aws cli中出错,​​但在控制台(设计模板)中有效 - AWS listener cf template gives error in aws cli but is valid in console(design template) 如何在启动数据库时从 cloudformation 模板为 RDS 创建模式? - How to create schema for RDS from cloudformation template while launching the database? Fn如果在cf模板中并执行命令 - Fn If in cf template and executing a command 使用 CF 模板更新 AWS 堆栈 - Update AWS stack with CF template 为Facebook应用程序启动云形成堆栈时,模板验证错误 - Template validation error when launching cloud formation stack for a facebook application 未知错误,没有消息,CF 模板在逻辑上不适用于我的自动 s3 存储桶测试 - Unknown error, no message, CF template is just logically not working for my automatic s3 bucket testing 在 EKS 中启动 efs csi 驱动程序 pod 时出错 - Error while launching the efs csi driver pod in EKS 如何在cf模板中设置出口时使用fn :: att或fn :: select或任何其他内置函数获取当前VPC CIDR - How to get current VPC CIDR using fn::att or fn::select or anyother builtin functions while setting egress in cf template
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM