简体   繁体   English

使用CloudFormation的EMR群集上的EBS卷

[英]EBS volumes on EMR cluster with CloudFormation

I'm trying to launch an EMR cluster using AWS CloudFormation. 我正在尝试使用AWS CloudFormation启动EMR集群。 I'd like to add EBS volumes to my core instances, however neither the AWS::EMR::Cluster nor the AWS::EMR::InstanceGroupConfig resource types mention anything about EBS volumes. 我想将EBS卷添加到我的核心实例中,但是AWS::EMR::ClusterAWS::EMR::InstanceGroupConfig资源类型都没有提到有关EBS卷的任何内容。 I see you can attach EBS volumes via the API , but CloudFormation will not accept these settings. 我看到您可以通过API附加EBS卷,但是CloudFormation将不接受这些设置。

Is this possible to do via CloudFormation? 这可以通过CloudFormation完成吗?

The ability to launch Amazon EMR clusters with attached EBS volumes was introduced in February 2016 (a month prior to this question being posted). 2016年2月 (在发布此问题之前一个月) 引入了使用附加的EBS卷启动Amazon EMR集群的功能。

It is likely that CloudFormation has not yet been updated to enable this additional configuration. CloudFormation可能尚未更新以启用此附加配置。 It is quite common for CloudFormation to lag behind new feature releases. CloudFormation落后于新功能发布是很常见的。

When available, the configuration will likely be added to the Amazon Elastic MapReduce Cluster JobFlowInstancesConfig InstanceGroupConfig . 如果可用,则配置可能会添加到Amazon Elastic MapReduce群集JobFlowInstancesConfig InstanceGroupConfig

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM