Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions,
see Getting Started with Amazon Web Services in China
(PDF).
Delete an Amazon EC2 security group
When you are finished with a security group that you created for use with your
Amazon EC2 instances, you can delete it.
- Console
-
To delete a security group
Open the Amazon EC2 console at
https://console.amazonaws.cn/ec2/.
-
(Optional) To verify that your security group is not associated with an
instance, do the following:
-
In the navigation pane, choose Security Groups.
-
Copy the ID of the security group to delete.
-
In the navigation pane, choose Instances.
-
In the search bar, add Security group IDs equals
filter and paste the ID of the security group. If there are no results,
then the security group is not associated with an instance. Otherwise,
you must disassociate the security group before you can delete it.
-
In the navigation pane, choose Security Groups.
-
Select the security group and choose Actions, Delete
security groups.
-
If you selected more than one security group, you are prompted for
confirmation. If some of the security groups can't be deleted, we display
the status of each security group, which indicates whether it will be
deleted. To confirm deletion, enter Delete.
-
Choose Delete.
- Amazon CLI
-
To delete a security group
Use the following delete-security-group
command.
aws ec2 delete-security-group --group-id sg-1234567890abcdef0
- PowerShell
-
To delete a security group
Use the Remove-EC2SecurityGroup
cmdlet.
Remove-EC2SecurityGroup -GroupId sg-1234567890abcdef0