diff --git a/en/aws/neptune/neptune-db-deletion-protection.md b/en/aws/neptune/neptune-db-deletion-protection.md new file mode 100644 index 000000000..5053df595 --- /dev/null +++ b/en/aws/neptune/neptune-db-deletion-protection.md @@ -0,0 +1,25 @@ +[![CloudSploit](https://cloudsploit.com/img/logo-new-big-text-100.png "CloudSploit")](https://cloudsploit.com) + +# AWS / Neptune / Neptune Database Deletion Protection Enabled + +## Quick Info + +| | | +|-|-| +| **Plugin Title** | Neptune Database Deletion Protection Enabled | +| **Cloud** | AWS | +| **Category** | Neptune | +| **Description** | Ensure that AWS Neptune database instances have deletion protection feature enabled. | +| **More Info** | Enabling deletion protection feature for Amazon Neptune adds an extra layer of security, preventing accidental database deletions or deletion by an unauthorized user. A Neptune DB cluster can't be deleted while deletion protection is enabled which ensures continuous availability of data. | +| **AWS Link** | https://docs.aws.amazon.com/neptune/latest/userguide/manage-console-instances-delete.html | +| **Recommended Action** | Modify Neptune database instance and enable deletion protection. | + +## Detailed Remediation Steps +1. Log into the AWS Management Console. +2. Select the "Services" option and search for "Neptune".
+3. On "Neptune Dashboard" page, Click on "Clusters" from left navigation panel.
+4. On Neptune clusters list page, Click on the cluster name which needs to apply deletion protection.
+5. On Cluster details page, click on "Modify" button.
+6. Scroll to bottom of "Modify Cluster" page and select "Show more".
+7. Scroll down and under the "Deletion protection" section select the "Turn on deletion protection" checkbox and click "Next" button.
+8. Under "Scheduling of modifications" section check "Apply immediately" checkbox and, Click on "Submit" button.
diff --git a/resources/aws/neptune/neptune-db-deletion-protection/README.md b/resources/aws/neptune/neptune-db-deletion-protection/README.md new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/resources/aws/neptune/neptune-db-deletion-protection/README.md @@ -0,0 +1 @@ + diff --git a/resources/aws/neptune/neptune-db-deletion-protection/step2.png b/resources/aws/neptune/neptune-db-deletion-protection/step2.png new file mode 100644 index 000000000..2da8702e5 Binary files /dev/null and b/resources/aws/neptune/neptune-db-deletion-protection/step2.png differ diff --git a/resources/aws/neptune/neptune-db-deletion-protection/step3.png b/resources/aws/neptune/neptune-db-deletion-protection/step3.png new file mode 100644 index 000000000..45aee7b23 Binary files /dev/null and b/resources/aws/neptune/neptune-db-deletion-protection/step3.png differ diff --git a/resources/aws/neptune/neptune-db-deletion-protection/step4.png b/resources/aws/neptune/neptune-db-deletion-protection/step4.png new file mode 100644 index 000000000..9ef7f1dce Binary files /dev/null and b/resources/aws/neptune/neptune-db-deletion-protection/step4.png differ diff --git a/resources/aws/neptune/neptune-db-deletion-protection/step5.png b/resources/aws/neptune/neptune-db-deletion-protection/step5.png new file mode 100644 index 000000000..9310752db Binary files /dev/null and b/resources/aws/neptune/neptune-db-deletion-protection/step5.png differ diff --git a/resources/aws/neptune/neptune-db-deletion-protection/step6.png b/resources/aws/neptune/neptune-db-deletion-protection/step6.png new file mode 100644 index 000000000..5113c006e Binary files /dev/null and b/resources/aws/neptune/neptune-db-deletion-protection/step6.png differ diff --git a/resources/aws/neptune/neptune-db-deletion-protection/step7.png b/resources/aws/neptune/neptune-db-deletion-protection/step7.png new file mode 100644 index 000000000..0487e1aa0 Binary files /dev/null and b/resources/aws/neptune/neptune-db-deletion-protection/step7.png differ diff --git a/resources/aws/neptune/neptune-db-deletion-protection/step8.png b/resources/aws/neptune/neptune-db-deletion-protection/step8.png new file mode 100644 index 000000000..38e2a126c Binary files /dev/null and b/resources/aws/neptune/neptune-db-deletion-protection/step8.png differ