Skip to content

Commit

Permalink
neptune multi-az (#696)
Browse files Browse the repository at this point in the history
* neptune multi-az

* Apply suggestions from code review

* Update en/aws/neptune/neptune-multi-az.md
alphadev4 authored May 28, 2024
1 parent 2de0f3a commit e089f02
Showing 7 changed files with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions en/aws/neptune/neptune-multi-az.md
Original file line number Diff line number Diff line change
@@ -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".</br> <img src="/resources/aws/neptune/neptune-multi-az/step2.png"/>
3. On "Neptune Dashboard" page, Click on "Clusters" from left navigation panel.</br> <img src="/resources/aws/neptune/neptune-multi-az/step3.png"/>
4. On Neptune clusters list page Click on "Create Database".</br> <img src="/resources/aws/neptune/neptune-multi-az/step4.png"/>
5. On Create Database page scroll down and under "Availability and Durability" section, select the "Create read replica in different zone" checkbox.</br> <img src="/resources/aws/neptune/neptune-multi-az/step5.png"/>
6. Scroll to bottom of "Create Database" page, and click on "Create Database" button.</br> <img src="/resources/aws/neptune/neptune-multi-az/step6.png"/>
Empty file.
Binary file added resources/aws/neptune/neptune-multi-az/step2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/aws/neptune/neptune-multi-az/step4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/aws/neptune/neptune-multi-az/step5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/aws/neptune/neptune-multi-az/step6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e089f02

Please sign in to comment.