如何使用 Cloud Formation Script 设置 EMR 集群的根设备 EBS 卷
How can I set root device EBS volume of EMR cluster using Cloud Formation Script
我想使用 AWS Cloud Formation Script 启动 AWS EMR 集群。我无法设置根设备 EBS 卷大小。默认情况下,它会创建一个大小为 10 GB 的卷。我希望我的集群应该有 50 GB 根设备 EBS 卷。
您可以在您的 EMR cloudformation 中指定参数 EbsRootVolumeSize:
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-cluster.html#cfn-elasticmapreduce-cluster-ebsrootvolumesize
我想使用 AWS Cloud Formation Script 启动 AWS EMR 集群。我无法设置根设备 EBS 卷大小。默认情况下,它会创建一个大小为 10 GB 的卷。我希望我的集群应该有 50 GB 根设备 EBS 卷。
您可以在您的 EMR cloudformation 中指定参数 EbsRootVolumeSize: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-cluster.html#cfn-elasticmapreduce-cluster-ebsrootvolumesize