diff --git a/en/aws/sqs/sqs-has-tags.md b/en/aws/sqs/sqs-has-tags.md new file mode 100644 index 000000000..11f1e0275 --- /dev/null +++ b/en/aws/sqs/sqs-has-tags.md @@ -0,0 +1,23 @@ +[![CloudSploit](https://cloudsploit.com/img/logo-new-big-text-100.png "CloudSploit")](https://cloudsploit.com) + +# AWS / SQS / SQS Has Tags + +## Quick Info + +| | | +|-|-| +| **Plugin Title** | SQS Has Tags | +| **Cloud** | AWS | +| **Category** | SQS | +| **Description** | Ensures that Amazon SQS queue has 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/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-queue-tags.html | +| **Recommended Action** | Update SQS queue and add tags. | + +## Detailed Remediation Steps +1. Log in to the AWS Management Console. +2. Select the "Services" option and search for SQS.
+3. Select the "SQS" queue that needs to be verified by clicking on its "Name".
+4. Scroll down the page and click on the "Tagging" tab from the bottom panel. And click Edit button.
+5. Scroll to the bottom of the page and click on "Add new tag" button. And key and value for tag, and then click on "Save" button.
+6. Repeat steps number 3 - 5 to ensure tags on remaining SQS queues
diff --git a/resources/aws/sqs/sqs-has-tags/README.md b/resources/aws/sqs/sqs-has-tags/README.md new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/resources/aws/sqs/sqs-has-tags/README.md @@ -0,0 +1 @@ + diff --git a/resources/aws/sqs/sqs-has-tags/step2.png b/resources/aws/sqs/sqs-has-tags/step2.png new file mode 100644 index 000000000..31e56ab29 Binary files /dev/null and b/resources/aws/sqs/sqs-has-tags/step2.png differ diff --git a/resources/aws/sqs/sqs-has-tags/step3.png b/resources/aws/sqs/sqs-has-tags/step3.png new file mode 100644 index 000000000..8cfedf498 Binary files /dev/null and b/resources/aws/sqs/sqs-has-tags/step3.png differ diff --git a/resources/aws/sqs/sqs-has-tags/step4.png b/resources/aws/sqs/sqs-has-tags/step4.png new file mode 100644 index 000000000..967bf9c95 Binary files /dev/null and b/resources/aws/sqs/sqs-has-tags/step4.png differ diff --git a/resources/aws/sqs/sqs-has-tags/step5.png b/resources/aws/sqs/sqs-has-tags/step5.png new file mode 100644 index 000000000..008e59e1d Binary files /dev/null and b/resources/aws/sqs/sqs-has-tags/step5.png differ