
delete-security-group
*********************


DESCRIPTION
===========

The delete-security-group operation deletes a security group.

Note: If you attempt to delete a security group that contains instances, a
  fault is returned.If you attempt to delete a security group that is
  referenced by another security group, a fault is returned. For
  example, if security group B has a rule that allows access from
  security group A, security group A cannot be deleted until the allow
  rule is removed.


SYNOPSIS
========

   aws ec2 delete-security-group
     [--group-name <value>]
     [--group-id <value>]


REQUIRED PARAMETERS
===================

None


OPTIONAL PARAMETERS
===================

"--group-name"  (string)
   The name of the Amazon EC2 security group to delete.

"--group-id"  (string)
   The ID of the Amazon EC2 security group to delete.
