What does the following command do with respect to the Amazon EC2 security groups?
ec2-create-group CreateSecurityGroup

A.
Groups the user created security groups in to a new group for easy access.
B.
Creates a new security group for use with your account.
C.
Creates a new group inside the security group.
D.
Creates a new rule inside the security group.
B
http://docs.aws.amazon.com/AWSEC2/latest/CommandLineReference/ApiReference-cmd-CreateSecurityGroup.html
0
0
B
http://docs.aws.amazon.com/cli/latest/reference/ec2/create-security-group.html
A security group is for use with instances either in the EC2-Classic platform or in a specific VPC
0
0
B.
Creates a new security group for use with your account.
0
0
B, assuming that question intended to say “ec2 create-security-group CreateSecurityGroup”
create-security-group is for use with ec2
create-group is for use with IAM
http://docs.aws.amazon.com/cli/latest/userguide/cli-ec2-sg.html
0
0
Correct answer is B
0
0
B. Creates a new security group for use with your account.
Explanation:
Some question here are old so Never mind the wording. create-security-group Command is used to create group but here the answer is B.
0
0