diff --git a/en/aws/ec2/security-groups-has-tags.md b/en/aws/ec2/security-groups-has-tags.md new file mode 100644 index 000000000..955eb73ce --- /dev/null +++ b/en/aws/ec2/security-groups-has-tags.md @@ -0,0 +1,23 @@ +[![CloudSploit](https://cloudsploit.com/img/logo-new-big-text-100.png "CloudSploit")](https://cloudsploit.com) + +# AWS / EC2 / Security Groups Have Tags + +## Quick Info + +| | | +|-|-| +| **Plugin Title** | Security Group has Tags | +| **Cloud** | AWS | +| **Category** | EC2 | +| **Description** | Ensure that AWS Security Groups have tags associated. | +| **More Info** | Tags help you to group resources together that are related to or associated with each other. It is a best practice to tag cloud resources to better organize and gain visibility into their usage. | +| **AWS Link** | https://aws.amazon.com/about-aws/whats-new/2021/07/amazon-ec2-adds-resource-identifiers-tags-vpc-security-groups-rules/ | +| **Recommended Action** | Update Security Group and add Tags | + +## Detailed Remediation Steps +1. Log into the AWS Management Console. +2. Select the "Services" option and search for "Security Groups".
+3. On Security Groups page Click on the security group which needs to have tags.
+4. On the security group details page Choose "Tags" from the navigation panel in the middle of the page.
+5. Under "Tags" tab Click on "Manage Tags" button.
+6. On "Manage Tags" page click on "Add new tag" then enter the key and value pair for the tag and Click on "Save changes" button.
\ No newline at end of file diff --git a/resources/aws/ec2/security-groups-has-tags/README.md b/resources/aws/ec2/security-groups-has-tags/README.md new file mode 100644 index 000000000..e69de29bb diff --git a/resources/aws/ec2/security-groups-has-tags/step2.png b/resources/aws/ec2/security-groups-has-tags/step2.png new file mode 100644 index 000000000..b179cc5b7 Binary files /dev/null and b/resources/aws/ec2/security-groups-has-tags/step2.png differ diff --git a/resources/aws/ec2/security-groups-has-tags/step3.png b/resources/aws/ec2/security-groups-has-tags/step3.png new file mode 100644 index 000000000..da7cf7312 Binary files /dev/null and b/resources/aws/ec2/security-groups-has-tags/step3.png differ diff --git a/resources/aws/ec2/security-groups-has-tags/step4.png b/resources/aws/ec2/security-groups-has-tags/step4.png new file mode 100644 index 000000000..3d7617ec0 Binary files /dev/null and b/resources/aws/ec2/security-groups-has-tags/step4.png differ diff --git a/resources/aws/ec2/security-groups-has-tags/step5.png b/resources/aws/ec2/security-groups-has-tags/step5.png new file mode 100644 index 000000000..580736919 Binary files /dev/null and b/resources/aws/ec2/security-groups-has-tags/step5.png differ diff --git a/resources/aws/ec2/security-groups-has-tags/step6.png b/resources/aws/ec2/security-groups-has-tags/step6.png new file mode 100644 index 000000000..513e08291 Binary files /dev/null and b/resources/aws/ec2/security-groups-has-tags/step6.png differ