Reputation: 2197
When using the EMR web console, you can create a cluster and AWS automatically creates the EMR-managed security groups named "ElasticMapReduce-master" & "ElasticMapReduce-slave". How do you create those via the aws
cli?
I found aws emr create-default-roles
but there's no aws emr create-default-security-groups
.
Upvotes: 1
Views: 692
Reputation: 2197
As of right now, it looks like you can't. See http://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-man-sec-groups.html section "To specify Amazon EMR–managed security groups using the AWS CLI":
Amazon EMR–managed security groups are not supported in the Amazon EMR CLI.
Also see https://github.com/aws/aws-cli/issues/2485
Upvotes: 0