diff --git a/en/aws/neptune/neptune-multi-az.md b/en/aws/neptune/neptune-multi-az.md
new file mode 100644
index 000000000..a16fec2f0
--- /dev/null
+++ b/en/aws/neptune/neptune-multi-az.md
@@ -0,0 +1,23 @@
+[![CloudSploit](https://cloudsploit.com/img/logo-new-big-text-100.png "CloudSploit")](https://cloudsploit.com)
+
+# AWS / Neptune / Neptune Database Multiple AZ
+
+## Quick Info
+
+| | |
+|-|-|
+| **Plugin Title** | Neptune Database Multiple AZ |
+| **Cloud** | AWS |
+| **Category** | Neptune |
+| **Description** | Ensure that AWS Neptune database instances are created to be cross-AZ for high availability. |
+| **More Info** | Enabling Multi-AZ feature for Neptune instances boosts database reliability by automatically replicating data across multiple availability zones. This ensures continuous availability and minimal downtime for graph database deployments. |
+| **AWS Link** | https://docs.aws.amazon.com/neptune/latest/userguide/feature-overview-db-clusters.html |
+| **Recommended Action** | Modify Neptune database instance to enable multi-AZ feature. |
+
+## 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 "Create Database".
+5. On Create Database page scroll down and under "Availability and Durability" section, select the "Create read replica in different zone" checkbox.
+6. Scroll to bottom of "Create Database" page, and click on "Create Database" button.
diff --git a/resources/aws/neptune/neptune-multi-az/README.md b/resources/aws/neptune/neptune-multi-az/README.md
new file mode 100644
index 000000000..e69de29bb
diff --git a/resources/aws/neptune/neptune-multi-az/step2.png b/resources/aws/neptune/neptune-multi-az/step2.png
new file mode 100644
index 000000000..2da8702e5
Binary files /dev/null and b/resources/aws/neptune/neptune-multi-az/step2.png differ
diff --git a/resources/aws/neptune/neptune-multi-az/step3.png b/resources/aws/neptune/neptune-multi-az/step3.png
new file mode 100644
index 000000000..45aee7b23
Binary files /dev/null and b/resources/aws/neptune/neptune-multi-az/step3.png differ
diff --git a/resources/aws/neptune/neptune-multi-az/step4.png b/resources/aws/neptune/neptune-multi-az/step4.png
new file mode 100644
index 000000000..424869c75
Binary files /dev/null and b/resources/aws/neptune/neptune-multi-az/step4.png differ
diff --git a/resources/aws/neptune/neptune-multi-az/step5.png b/resources/aws/neptune/neptune-multi-az/step5.png
new file mode 100644
index 000000000..43f571a92
Binary files /dev/null and b/resources/aws/neptune/neptune-multi-az/step5.png differ
diff --git a/resources/aws/neptune/neptune-multi-az/step6.png b/resources/aws/neptune/neptune-multi-az/step6.png
new file mode 100644
index 000000000..1c7831232
Binary files /dev/null and b/resources/aws/neptune/neptune-multi-az/step6.png differ