Amazon Neptune Monitoring
Overview
Amazon Neptune is a fully managed graph database service designed for applications that work with highly connected datasets. It supports popular graph query languages including Gremlin, SPARQL, and openCypher, making it suitable for use cases such as knowledge graphs, fraud detection, and social networking.
Applications Manager's Neptune monitoring provides visibility into the performance, storage, replication health, query engine statistics, and DB operations of your Neptune clusters and instances. Monitoring these metrics enables administrators to identify performance bottlenecks, optimize query execution, and ensure high availability of their graph database infrastructure.
Creating a new Neptune monitor
To learn how to create a new Neptune monitor, refer here.
Neptune Cluster
Monitored parameters
Go to the Monitors Category View by clicking the Monitors tab. Click on the Neptune Cluster instance available under Amazon in the Cloud Apps section. Displayed is the Neptune Cluster bulk configuration view distributed into three tabs:
- Availability tab shows the availability history for the past 24 hours or 30 days.
- Performance tab shows health status and events for the past 24 hours or 30 days.
- List view tab enables you to perform bulk admin configurations.
By clicking a monitor from the list, you'll be taken to the Amazon Neptune Cluster dashboard which includes the following tabs:
Performance Overview
| Parameter | Description |
|---|
| CLUSTER INFORMATION |
| Cluster Status | Current status of the Neptune cluster. |
| Endpoint | The endpoint address of the DB resource. |
| Reader Endpoint | The reader endpoint for the DB resource. |
| Cluster Port | The port that the database engine is listening on. |
| Engine Uptime | The maximum amount of time the instance has been running at the time of polling (in mins). |
| Number of Instances | Number of DB instances in this cluster. |
| CPU UTILIZATION |
| CPU Utilization | The average percentage of CPU utilization at the time of polling (in %). |
| Buffer Cache Hit Ratio | The average percentage of requests served by the buffer cache between the poll interval (in %). |
| NCU UTILIZATION |
| NCU Utilization | The average percentage of maximum NCU capacity being used by the Neptune Serverless instance or cluster at the time of polling (in %). |
| MEMORY |
| Free Memory | The average amount of available random access memory at the time of polling (in MB). |
| FREE LOCAL STORAGE |
| Free Local Storage | The average amount of storage available for temporary tables and logs at the time of polling (in MB). |
| CPU CREDITS |
| CPU Credit Balance | The average number of CPU credits that an instance has accumulated at the time of polling. |
| CPU Credit Usage | The average number of CPU credits consumed during the specified period at the time of polling. |
| CPU SURPLUS CREDIT BALANCE & CHARGES |
| CPU Surplus Credit Balance | The average number of surplus credits spent by an unlimited instance when CPUCreditBalance is zero at the time of polling. |
| CPU Surplus Credits Charged | The total spent surplus credits that are not paid down by earned CPU credits and incur an additional charge between the poll interval. |
| REPLICATION LAG |
| Replica Lag | The average amount of lag when replicating updates from the primary instance between the poll interval (in ms). |
| Replica Lag (Max) | The maximum amount of lag between the primary instance and each Neptune DB instance in the cluster between the poll interval (in ms). |
| Replica Lag (Min) | The minimum amount of lag between the primary instance and each Neptune DB instance in the cluster between the poll interval (in ms). |
| SWAP USAGE |
| Swap Usage | The average amount of swap space used on the DB instance at the time of polling (in MB). |
| SERVERLESS DATABASE CAPACITY |
| Serverless Database Capacity | The average current capacity of a Neptune serverless instance in NCUs at the time of polling (in NCUs). |
| NETWORK TRAFFIC |
| Inbound Network Throughput | The average incoming network traffic on the DB instance between the poll interval (in MB/s). |
| Outbound Network Throughput | The average outgoing network traffic on the DB instance between the poll interval (in MB/s). |
| Network Throughput | The average amount of network throughput received from and transmitted to clients by each instance between the poll interval (in MB/s). |
Storage & Replication
| Parameter | Description |
|---|
| STORAGE NETWORK TRAFFIC |
| Storage Network Receive Throughput | The average amount of network throughput received from the storage subsystem by each instance between the poll interval (in MB/s). |
| Storage Network Transmit Throughput | The average amount of network throughput sent to the storage subsystem by each instance between the poll interval (in MB/s). |
| Storage Network Throughput | The average amount of network throughput received from and sent to the storage subsystem by each instance between the poll interval (in MB/s). |
| VOLUME IO |
| Volume Read | The rate of billed read I/O operations per second from the resource volume between the poll interval (in operations/s). |
| Volume Write | The rate of write disk I/O operations per second to the resource volume between the poll interval (in operations/s). |
| USED VOLUME |
| Used Volume | The average amount of storage used by the Neptune DB instance at the time of polling (in MB). |
| BACKUP STORAGE |
| Backup Storage Billed | The total amount of backup storage billed for the Neptune DB resource between the poll interval (in MB). |
| Snapshot Storage Used | The average amount of backup storage consumed by all snapshots outside the backup retention window at the time of polling (in MB). |
| Backup Retention Period Storage Used | The average amount of backup storage used to support the point-in-time restore feature at the time of polling (in MB). |
| LOCAL STORAGE IO |
| Local Storage IO | The average number of IOPS for both read and writes on local storage attached to the DB instance between the poll interval (in operations/s). |
| LOCAL STORAGE THROUGHPUT |
| Local Storage Throughput | The average amount of data transferred to and from local storage associated with the DB instance between the poll interval (in MB/s). |
| GLOBAL DB DATA TRANSFERRED |
| Global DB Data Transferred | The rate of redo log data transferred per minute from the primary region to a secondary region in a global database between the poll interval (in MB/min). |
| GLOBAL DB REPLICATED WRITE IO |
| Global DB Replicated Write IO | The rate of write I/O operations replicated per minute from the primary region to a secondary region volume between the poll interval (in operations/min). |
| GLOBAL DB PROGRESS LAG |
| Global DB Progress Lag | The average amount of time that a secondary resource is behind the primary resource for both user and system transactions between the poll interval (in ms). |
Note:Storage & Replication tab metrics are disabled from data collection by default and mapped under performance polling as Storage & Replication. To enable data collection, navigate to Settings → Performance Polling, select the Optimize Data Collection tab, choose Amazon Neptune Cluster as the monitor type and Storage & Replication as the metric name, then set the preferred time interval.
Query Engine
| Parameter | Description |
|---|
| REQUESTS RATE |
| Requests Rate | The average number of rate per second to the server from all sources between the poll interval (in requests/s). |
| TOTAL CLUSTER ERRORS |
| Client Errors Rate | The average rate per second of requests that failed due to client-side issues between the poll interval (in errors/s). |
| Server Errors Rate | The average rate per second of requests that failed due to server-side errors (internal failures) between the poll interval (in errors/s). |
| GREMLIN REQUESTS |
| Gremlin Requests Rate | The average rate of Gremlin requests per second between the poll interval (in requests/s). |
| GREMLIN WEBSOCKET OPEN CONNECTIONS |
| Gremlin WebSocket Open Connections | The total number of open WebSocket connections to Neptune between the poll interval. |
| GREMLIN ERRORS |
| Gremlin Client Error Rate | The average rate of client-side errors per second in Gremlin traversals between the poll interval (in errors/s). |
| Gremlin Server Error Rate | The average rate of server-side errors per second in Gremlin traversals between the poll interval (in errors/s). |
| LOADER REQUEST RATE |
| Loader Request Rate | The average number of loader requests per second between the poll interval (in requests/s). |
| LOADER ERRORS |
| Loader Client Error Rate | The average rate of client-side errors per second from loader requests between the poll interval (in errors/s). |
| Loader Server Error Rate | The average rate of loader server-side errors per second between the poll interval (in errors/s). |
| SPARQL REQUEST RATE |
| SPARQL Request Rate | The average rate of SPARQL requests per second between the poll interval (in requests/s). |
| SPARQL ERRORS |
| SPARQL Client Error Rate | The average rate of client-side errors per second in SPARQL queries between the poll interval (in errors/s). |
| SPARQL Server Error Rate | The average rate of SPARQL server errors per second between the poll interval (in errors/s). |
| OPENCYPHER REQUESTS |
| OpenCypher Request Rate | The average rate of requests per second (both HTTPS and Bolt) to the OpenCypher engine between the poll interval (in requests/s). |
| OpenCypher Requests Rate (HTTPS) | The average rate of OpenCypher requests per second between the poll interval (in requests/s). |
| OPENCYPHER ERRORS |
| OpenCypher Client Error Rate | The average rate of OpenCypher client errors per second between the poll interval (in errors/s). |
| OpenCypher Server Error Rate | The average rate of OpenCypher server errors per second between the poll interval (in errors/s). |
| OPENCYPHER BOLT OPEN CONNECTIONS |
| OpenCypher Bolt Open Connections | The total number of open Bolt connections to Neptune between the poll interval. |
Note:Query Engine tab metrics are disabled from data collection by default and mapped under performance polling as Query Engine. To enable data collection, navigate to Settings → Performance Polling, select the Optimize Data Collection tab, choose Amazon Neptune Cluster as the monitor type and Query Engine as the metric name, then set the preferred time interval.
DB Operations
| Parameter | Description |
|---|
| REQUEST QUEUE |
| Queued Requests Rate | The average rate of requests queued per second between the poll interval (in requests/s). |
| Pending Requests (Input Queue) | The average number of requests waiting in the input queue for execution between the poll interval. |
| INDEX OPERATIONS |
| Index Delete Rate | The average rate of deletes from individual indexes per second between the poll interval (in operations/s). |
| Index Insert Rate | The average rate of inserts to individual indexes per second between the poll interval (in operations/s). |
| Index Read Rate | The average rate of statements scanned from any index per second between the poll interval (in operations/s). |
| TRANSACTIONS |
| Transactions Commit Rate | The average rate of transactions successfully committed per second between the poll interval (in transactions/s). |
| Transactions Open Rate | The average rate of transactions opened on the server per second between the poll interval (in transactions/s). |
| Transactions Roll Back Rate | The average rate of transactions per second rolled back on the server between the poll interval (in transactions/s). |
| UNDO LOGS |
| Undo Pages Purged | The average number of undo page batches purged between the poll interval. |
| Undo Log List Size | The average count of undo logs in the undo log list between the poll interval. |
| RESULT CACHE HITS |
| Result Cache Hits | The total number of Gremlin result cache hits between the poll interval. |
| Result Cache Misses | The total number of Gremlin result cache misses between the poll interval. |
| RESULT CACHE DETAILS |
| Result Cache Items | The total number of items in the Gremlin result cache between the poll interval. |
| Result Cache Size | The average estimated size of all cached items in the Gremlin result cache between the poll interval (in MB). |
| RESULT CACHE ITEM TIMESTAMP |
| Result Cache Oldest Item Timestamp | The average timestamp of the oldest item cached in the Gremlin result cache between the poll interval. |
| Result Cache Newest Item Timestamp | The average timestamp of the newest item cached in the Gremlin result cache between the poll interval. |
| STATISTICS |
| Statistics Statements Scanned | The total number of statements scanned for DFE statistics since the server started between the poll interval. |
Note:DB Operations tab metrics are disabled from data collection by default and mapped under performance polling as DB Operations. To enable data collection, navigate to Settings → Performance Polling, select the Optimize Data Collection tab, choose Amazon Neptune Cluster as the monitor type and DB Operations as the metric name, then set the preferred time interval.
Configuration
| Parameter | Description |
|---|
| CONFIGURATION |
| Cluster Status | Current status of the Neptune cluster. |
| DB Engine Name | The name of the database engine. |
| Engine Version | The database engine version. |
| Endpoint | The endpoint address of the DB resource. |
| Reader Endpoint | The reader endpoint for the DB resource. |
| Cluster Port | The port that the database engine is listening on. |
| Number of Instances | Number of DB instances in this cluster. |
| Allocated Storage | The total amount of storage allocated for the Neptune DB cluster (in GB). |
| Multi-AZ | Whether the DB resource has instances in multiple Availability Zones. |
| Availability Zone | The Availability Zones where instances in the DB resource can be created. |
| Master Username | The master username for the DB resource. |
| Created Time | The time when the DB resource was created. |
| Cluster ARN | The Amazon Resource Name (ARN) of the DB resource. |
| Cluster Parameter Group | The name of the DB resource parameter group. |
| Cluster Resource ID | The AWS Region-unique, immutable identifier for the DB resource. |
| Hosted Zone ID | The ID of the hosted zone associated with the DB resource. |
| DB Subnet Group | The DB subnet group associated with the DB resource. |
| SECURITY CONFIGURATION |
| Storage Encrypted | Whether the DB resource is encrypted. |
| Deletion Protection | Whether the DB resource has deletion protection enabled. |
| IAM Authentication | Whether IAM database authentication is enabled. |
| KMS Key ID | The AWS KMS key identifier used for encrypting the DB resource. |
| VPC Security Groups | The VPC security groups associated with the DB resource. |
| Associated Roles | The AWS IAM roles associated with the DB resource. |
| BACKUP CONFIGURATION |
| Backup Retention Period | The number of days for which automatic DB snapshots are retained (in days). |
| Preferred Backup Window | The daily time range during which automated backups are created. |
| Earliest Restorable Time | The earliest point in time to which the database can be restored. |
| Latest Restorable Time | The latest time to which a database can be restored with point-in-time restore. |
| Preferred Maintenance Window | The weekly time range during which system maintenance can occur. |
Cluster Events
| Parameter | Description |
|---|
| Event Details |
| Creation Time | The date and time when the event occurred. |
| Category | The category of the event. |
| Message | The event message details. |
Neptune Instance
Monitored parameters
Go to the Monitors Category View by clicking the Monitors tab. Click on the Neptune Instance instance available under Amazon in the Cloud Apps section. Displayed is the Neptune Instance bulk configuration view distributed into three tabs:
- Availability tab shows the availability history for the past 24 hours or 30 days.
- Performance tab shows health status and events for the past 24 hours or 30 days.
- List view tab enables you to perform bulk admin configurations.
By clicking a monitor from the list, you'll be taken to the Amazon Neptune Instance dashboard which includes the following tabs:
Performance Overview
| Parameter | Description |
|---|
| INSTANCE INFO |
| Instance State | Current state of the Neptune DB instance. |
| Endpoint | The endpoint address of the DB resource. |
| Cluster Port | The port that the database engine is listening on. |
| Engine Uptime | The maximum amount of time the instance has been running at the time of polling (in mins). |
| Instance Class | The DB instance class (compute and memory capacity). |
| CPU UTILIZATION |
| CPU Utilization | The average percentage of CPU utilization at the time of polling (in %). |
| Buffer Cache Hit Ratio | The average percentage of requests served by the buffer cache between the poll interval (in %). |
| NCU UTILIZATION |
| NCU Utilization | The average percentage of maximum NCU capacity being used by the Neptune Serverless instance or cluster at the time of polling (in %). |
| MEMORY |
| Free Memory | The average amount of available random access memory at the time of polling (in MB). |
| FREE LOCAL STORAGE |
| Free Local Storage | The average amount of storage available for temporary tables and logs at the time of polling (in MB). |
| CPU CREDITS |
| CPU Credit Balance | The average number of CPU credits that an instance has accumulated at the time of polling. |
| CPU Credit Usage | The average number of CPU credits consumed during the specified period at the time of polling. |
| CPU SURPLUS CREDIT BALANCE & CHARGES |
| CPU Surplus Credit Balance | The average number of surplus credits spent by an unlimited instance when CPUCreditBalance is zero at the time of polling. |
| CPU Surplus Credits Charged | The total spent surplus credits that are not paid down by earned CPU credits and incur an additional charge between the poll interval. |
| REPLICATION LAG |
| Replica Lag | The average amount of lag when replicating updates from the primary instance between the poll interval (in ms). |
| Replica Lag (Max) | The maximum amount of lag between the primary instance and each Neptune DB instance in the cluster between the poll interval (in ms). |
| Replica Lag (Min) | The minimum amount of lag between the primary instance and each Neptune DB instance in the cluster between the poll interval (in ms). |
| SWAP USAGE |
| Swap Usage | The average amount of swap space used on the DB instance at the time of polling (in MB). |
| SERVERLESS DATABASE CAPACITY |
| Serverless Database Capacity | The average current capacity of a Neptune serverless instance in NCUs at the time of polling (in NCUs). |
| NETWORK TRAFFIC |
| Inbound Network Throughput | The average incoming network traffic on the DB instance between the poll interval (in MB/s). |
| Outbound Network Throughput | The average outgoing network traffic on the DB instance between the poll interval (in MB/s). |
| Network Throughput | The average amount of network throughput received from and transmitted to clients by each instance between the poll interval (in MB/s). |
Storage & Replication
| Parameter | Description |
|---|
| STORAGE NETWORK TRAFFIC |
| Storage Network Receive Throughput | The average amount of network throughput received from the storage subsystem by each instance between the poll interval (in MB/s). |
| Storage Network Transmit Throughput | The average amount of network throughput sent to the storage subsystem by each instance between the poll interval (in MB/s). |
| Storage Network Throughput | The average amount of network throughput received from and sent to the storage subsystem by each instance between the poll interval (in MB/s). |
| VOLUME IO |
| Volume Read | The rate of billed read I/O operations per second from the resource volume between the poll interval (in operations/s). |
| Volume Write | The rate of write disk I/O operations per second to the resource volume between the poll interval (in operations/s). |
| USED VOLUME |
| Used Volume | The average amount of storage used by the Neptune DB instance at the time of polling (in MB). |
| BACKUP STORAGE |
| Backup Storage Billed | The total amount of backup storage billed for the Neptune DB resource between the poll interval (in MB). |
| Snapshot Storage Used | The average amount of backup storage consumed by all snapshots outside the backup retention window at the time of polling (in MB). |
| Backup Retention Period Storage Used | The average amount of backup storage used to support the point-in-time restore feature at the time of polling (in MB). |
| LOCAL STORAGE IO |
| Local Storage IO | The average number of IOPS for both read and writes on local storage attached to the DB instance between the poll interval (in operations/s). |
| LOCAL STORAGE THROUGHPUT |
| Local Storage Throughput | The average amount of data transferred to and from local storage associated with the DB instance between the poll interval (in MB/s). |
| GLOBAL DB DATA TRANSFERRED |
| Global DB Data Transferred | The rate of redo log data transferred per minute from the primary region to a secondary region in a global database between the poll interval (in MB/min). |
| GLOBAL DB REPLICATED WRITE IO |
| Global DB Replicated Write IO | The rate of write I/O operations replicated per minute from the primary region to a secondary region volume between the poll interval (in operations/min). |
| GLOBAL DB PROGRESS LAG |
| Global DB Progress Lag | The average amount of time that a secondary resource is behind the primary resource for both user and system transactions between the poll interval (in ms). |
Note:Storage & Replication tab metrics are disabled from data collection by default and mapped under performance polling as Storage & Replication. To enable data collection, navigate to Settings → Performance Polling, select the Optimize Data Collection tab, choose Amazon Neptune Instance as the monitor type and Storage & Replication as the metric name, then set the preferred time interval.
Query Engine
| Parameter | Description |
|---|
| REQUESTS RATE |
| Requests Rate | The average number of rate per second to the server from all sources between the poll interval (in requests/s). |
| ERROR RATE BREAKDOWN |
| Client Errors Rate | The average rate per second of requests that failed due to client-side issues between the poll interval (in errors/s). |
| Server Errors Rate | The average rate per second of requests that failed due to server-side errors (internal failures) between the poll interval (in errors/s). |
| GREMLIN REQUESTS |
| Gremlin Requests Rate | The average rate of Gremlin requests per second between the poll interval (in requests/s). |
| GREMLIN WEBSOCKET OPEN CONNECTIONS |
| Gremlin WebSocket Open Connections | The total number of open WebSocket connections to Neptune between the poll interval. |
| GREMLIN ERRORS |
| Gremlin Client Error Rate | The average rate of client-side errors per second in Gremlin traversals between the poll interval (in errors/s). |
| Gremlin Server Error Rate | The average rate of server-side errors per second in Gremlin traversals between the poll interval (in errors/s). |
| LOADER REQUEST RATE |
| Loader Request Rate | The average number of loader requests per second between the poll interval (in requests/s). |
| LOADER ERRORS |
| Loader Client Error Rate | The average rate of client-side errors per second from loader requests between the poll interval (in errors/s). |
| Loader Server Error Rate | The average rate of loader server-side errors per second between the poll interval (in errors/s). |
| SPARQL REQUEST RATE |
| SPARQL Request Rate | The average rate of SPARQL requests per second between the poll interval (in requests/s). |
| SPARQL ERRORS |
| SPARQL Client Error Rate | The average rate of client-side errors per second in SPARQL queries between the poll interval (in errors/s). |
| SPARQL Server Error Rate | The average rate of SPARQL server errors per second between the poll interval (in errors/s). |
| OPENCYPHER REQUESTS |
| OpenCypher Request Rate | The average rate of requests per second (both HTTPS and Bolt) to the OpenCypher engine between the poll interval (in requests/s). |
| OpenCypher Requests Rate (HTTPS) | The average rate of OpenCypher requests per second between the poll interval (in requests/s). |
| OPENCYPHER ERRORS |
| OpenCypher Client Error Rate | The average rate of OpenCypher client errors per second between the poll interval (in errors/s). |
| OpenCypher Server Error Rate | The average rate of OpenCypher server errors per second between the poll interval (in errors/s). |
| OPENCYPHER BOLT OPEN CONNECTIONS |
| OpenCypher Bolt Open Connections | The total number of open Bolt connections to Neptune between the poll interval. |
Note:Query Engine tab metrics are disabled from data collection by default and mapped under performance polling as Query Engine. To enable data collection, navigate to Settings → Performance Polling, select the Optimize Data Collection tab, choose Amazon Neptune Instance as the monitor type and Query Engine as the metric name, then set the preferred time interval.
DB Operations
| Parameter | Description |
|---|
| REQUEST QUEUE |
| Queued Requests Rate | The average rate of requests queued per second between the poll interval (in requests/s). |
| Pending Requests (Input Queue) | The average number of requests waiting in the input queue for execution between the poll interval. |
| INDEX OPERATIONS |
| Index Delete Rate | The average rate of deletes from individual indexes per second between the poll interval (in operations/s). |
| Index Insert Rate | The average rate of inserts to individual indexes per second between the poll interval (in operations/s). |
| Index Read Rate | The average rate of statements scanned from any index per second between the poll interval (in operations/s). |
| TRANSACTIONS |
| Transactions Commit Rate | The average rate of transactions successfully committed per second between the poll interval (in transactions/s). |
| Transactions Open Rate | The average rate of transactions opened on the server per second between the poll interval (in transactions/s). |
| Transactions Roll Back Rate | The average rate of transactions per second rolled back on the server between the poll interval (in transactions/s). |
| UNDO LOGS |
| Undo Pages Purged | The average number of undo page batches purged between the poll interval. |
| Undo Log List Size | The average count of undo logs in the undo log list between the poll interval. |
| RESULT CACHE HITS |
| Result Cache Hits | The total number of Gremlin result cache hits between the poll interval. |
| Result Cache Misses | The total number of Gremlin result cache misses between the poll interval. |
| RESULT CACHE DETAILS |
| Result Cache Items | The total number of items in the Gremlin result cache between the poll interval. |
| Result Cache Size | The average estimated size of all cached items in the Gremlin result cache between the poll interval (in MB). |
| RESULT CACHE ITEM TIMESTAMP |
| Result Cache Oldest Item Timestamp | The average timestamp of the oldest item cached in the Gremlin result cache between the poll interval. |
| Result Cache Newest Item Timestamp | The average timestamp of the newest item cached in the Gremlin result cache between the poll interval. |
| STATISTICS |
| Statistics Statements Scanned | The total number of statements scanned for DFE statistics since the server started between the poll interval. |
Note:DB Operations tab metrics are disabled from data collection by default and mapped under performance polling as DB Operations. To enable data collection, navigate to Settings → Performance Polling, select the Optimize Data Collection tab, choose Amazon Neptune Instance as the monitor type and DB Operations as the metric name, then set the preferred time interval.
Configuration
| Parameter | Description |
|---|
| CONFIGURATION |
| Instance State | Current state of the Neptune DB instance. |
| Instance Class | The DB instance class (compute and memory capacity). |
| DB Engine Name | The name of the database engine. |
| Engine Version | The database engine version. |
| Endpoint | The endpoint address of the DB resource. |
| Cluster Port | The port that the database engine is listening on. |
| Multi-AZ | Whether the DB resource has instances in multiple Availability Zones. |
| Availability Zone | The Availability Zones where instances in the DB resource can be created. |
| Master Username | The master username for the DB resource. |
| Cluster Identifier | The cluster identifier this instance belongs to. |
| Creation Time | The time when the DB resource was created. |
| DB Instance ARN | The Amazon Resource Name (ARN) of the Neptune instance. |
| Hosted Zone ID | The ID of the hosted zone associated with the DB resource. |
| License Model | The license model information of the Neptune instance. |
| Promotion Tier | The failover priority for the instance. |
| SECURITY CONFIGURATION |
| Storage Encrypted | Whether the DB resource is encrypted. |
| IAM Authentication | Whether IAM database authentication is enabled. |
| Auto Minor Version Upgrade | Indicates whether automatic minor version upgrades are enabled. |
| KMS Key ID | The AWS KMS key identifier used for encrypting the DB resource. |
| VPC Security Groups | The VPC security groups associated with the DB resource. |
| NETWORK CONFIGURATION |
| VPC ID | The VPC ID of the instance. |
| DB Subnet Group | The DB subnet group associated with the DB resource. |
| Subnet IDs | The subnet IDs in the DB subnet group. |
| STORAGE CONFIGURATION |
| Allocated Storage | The allocated storage size for the instance (in GB). |
| Storage Type | The storage type of the instance. |
| CloudWatch Logs | CloudWatch log exports enabled for the instance. |
| BACKUP CONFIGURATION |
| Backup Retention Period | The number of days for which automatic DB snapshots are retained (in days). |
| Preferred Backup Window | The daily time range during which automated backups are created. |
| Copy Tags to Snapshot | Indicates whether tags are copied to snapshots. |
| Latest Restorable Time | The latest time to which a database can be restored with point-in-time restore. |
| Preferred Maintenance Window | The weekly time range during which system maintenance can occur. |
Instance Events
| Parameter | Description |
|---|
| Event Details |
| Creation Time | The date and time when the event occurred. |
| Category | The category of the event. |
| Message | The event message details. |