diff --git a/en/aws/efs/efs-has-tags.md b/en/aws/efs/efs-has-tags.md new file mode 100644 index 000000000..61b8f702e --- /dev/null +++ b/en/aws/efs/efs-has-tags.md @@ -0,0 +1,24 @@ +[![CloudSploit](https://cloudsploit.com/img/logo-new-big-text-100.png "CloudSploit")](https://cloudsploit.com) + +# AWS / EFS / EFS Encryption Enabled + +## Quick Info + +| | | +|-|-| +| **Plugin Title** | EFS Has Tags | +| **Cloud** | AWS | +| **Category** | EFS | +| **Description** | Ensure that AWS EFS file systems 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/efs/latest/ug/manage-fs-tags.html | +| **Recommended Action** | Modify EFS file systems to add tags. | + +## Detailed Remediation Steps +1. Log into the AWS Management Console. +2. Select the "Services" option and search for EFS.
+3. Select the EFS file system for which you want to add tags.
+4. Select the "Tags" tab from navigation panel on the bottom of the page.
+5. Click on "Manage Tag" button.
+6. On the popup, click on "Add Tag". Then enter the key and value for your tag and, click "Save".
+7. Repeat step number 3 - 6 to ensure tags on remaining EFS file systems.
diff --git a/resources/aws/efs/efs-has-tags/step2.png b/resources/aws/efs/efs-has-tags/step2.png new file mode 100644 index 000000000..a9b738c8e Binary files /dev/null and b/resources/aws/efs/efs-has-tags/step2.png differ diff --git a/resources/aws/efs/efs-has-tags/step3.png b/resources/aws/efs/efs-has-tags/step3.png new file mode 100644 index 000000000..af65b0983 Binary files /dev/null and b/resources/aws/efs/efs-has-tags/step3.png differ diff --git a/resources/aws/efs/efs-has-tags/step4.png b/resources/aws/efs/efs-has-tags/step4.png new file mode 100644 index 000000000..6048950a6 Binary files /dev/null and b/resources/aws/efs/efs-has-tags/step4.png differ diff --git a/resources/aws/efs/efs-has-tags/step5.png b/resources/aws/efs/efs-has-tags/step5.png new file mode 100644 index 000000000..30f9725df Binary files /dev/null and b/resources/aws/efs/efs-has-tags/step5.png differ diff --git a/resources/aws/efs/efs-has-tags/step6.png b/resources/aws/efs/efs-has-tags/step6.png new file mode 100644 index 000000000..3e7842c62 Binary files /dev/null and b/resources/aws/efs/efs-has-tags/step6.png differ