用于创建默认 EMR 托管安全组的 aws cli 命令是什么?



使用EMR Web控制台时,您可以创建一个群集,并且AWS自动创建了EMR管理的安全组,名为" Elasticmapreduce-Master"&" Elasticmapreduce-Slave"。您如何通过aws CLI创建这些?

我找到了aws emr create-default-roles,但是没有aws emr create-default-security-groups

截至目前,看起来您不能。请参阅http://docs.aws.amazon.com/emr/latest/managementguide/emr-man-man-sec-groups.html"用于使用AWS CLI":

指定Amazon Emr – Mared Security Group

Amazon EMR管理的安全组在Amazon EMR中不支持 CLI。

另请参见https://github.com/aws/aws-cli/issues/2485

相关内容

  • 没有找到相关文章

最新更新