Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Login to the AWS Management Console at https://console.aws.amazon.com.

  2. Navigate to Neptune console.

  3. In the navigation pane, choose Databases.

  4. Select database Cluster to configure, Choose Modify.

  5. In section Database Options, set Database Port to a non-default port.

  6. Click Continue.

  7. Click Modify DB Cluster.

Important:

  • Neptune DB default listening port is 8182.

  • Changing database port restarts the database instantly

  • Changing the database port will break communication between database and dependent applications. Connection strings configured will require modification. 

  • Security Groups associated with Database instance will need an update to allow inbound traffic to the database. 

  • Security groups/firewalls associated with applications communicating with the database may need an update to allow inbound traffic to the database.

...