diff --git a/en/aws/rds/rds-instance-has-tags.md b/en/aws/rds/rds-instance-has-tags.md new file mode 100644 index 000000000..96aa113b8 --- /dev/null +++ b/en/aws/rds/rds-instance-has-tags.md @@ -0,0 +1,24 @@ +[![CloudSploit](https://cloudsploit.com/img/logo-new-big-text-100.png "CloudSploit")](https://cloudsploit.com) + +# AWS / RDS / RDS Instance Has Tags + +## Quick Info + +| | | +|-|-| +| **Plugin Title** | RDS Instance Has Tags | +| **Cloud** | AWS | +| **Category** | RDS | +| **Description** | Ensure that AWS RDS instances 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://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html | +| **Recommended Action** | Modify the RDS instance to add tags | + +## Detailed Remediation Steps +1. Log into the AWS Management Console. +2. Select the "Services" option and search for RDS.
+3. Scroll down the left navigation panel and choose "Databases".
+4. Select the "Database" that needs to have tags and click on the selected "Databse" from the "DB identifier" column to access the database.
+5. On Database details Choose "Tags" from navigation panel in middle of page.
+6. Under "Tags" tab and Click on "Add Tags" button
+7. On the pop up screen enter key-value pair for tag and Click on "Add" button to save the changes.
\ No newline at end of file diff --git a/resources/aws/rds/rds-instance-has-tags/README.md b/resources/aws/rds/rds-instance-has-tags/README.md new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/resources/aws/rds/rds-instance-has-tags/README.md @@ -0,0 +1 @@ + diff --git a/resources/aws/rds/rds-instance-has-tags/step2.png b/resources/aws/rds/rds-instance-has-tags/step2.png new file mode 100644 index 000000000..9c8a77f7b Binary files /dev/null and b/resources/aws/rds/rds-instance-has-tags/step2.png differ diff --git a/resources/aws/rds/rds-instance-has-tags/step3.png b/resources/aws/rds/rds-instance-has-tags/step3.png new file mode 100644 index 000000000..2cd27fefa Binary files /dev/null and b/resources/aws/rds/rds-instance-has-tags/step3.png differ diff --git a/resources/aws/rds/rds-instance-has-tags/step4.png b/resources/aws/rds/rds-instance-has-tags/step4.png new file mode 100644 index 000000000..25bc9426d Binary files /dev/null and b/resources/aws/rds/rds-instance-has-tags/step4.png differ diff --git a/resources/aws/rds/rds-instance-has-tags/step5.png b/resources/aws/rds/rds-instance-has-tags/step5.png new file mode 100644 index 000000000..8d1b23a69 Binary files /dev/null and b/resources/aws/rds/rds-instance-has-tags/step5.png differ diff --git a/resources/aws/rds/rds-instance-has-tags/step6.png b/resources/aws/rds/rds-instance-has-tags/step6.png new file mode 100644 index 000000000..c43017d06 Binary files /dev/null and b/resources/aws/rds/rds-instance-has-tags/step6.png differ diff --git a/resources/aws/rds/rds-instance-has-tags/step7.png b/resources/aws/rds/rds-instance-has-tags/step7.png new file mode 100644 index 000000000..2a1acd76c Binary files /dev/null and b/resources/aws/rds/rds-instance-has-tags/step7.png differ