diff --git a/source/docs/casper/operators/aws-nodes/2-connecting.md b/source/docs/casper/operators/aws-nodes/2-connecting.md index 1dcad41a2a..d8ab8f2650 100644 --- a/source/docs/casper/operators/aws-nodes/2-connecting.md +++ b/source/docs/casper/operators/aws-nodes/2-connecting.md @@ -140,5 +140,5 @@ http://{Node-IPv4-Public-IP}:3000 You can also see the node status in the AWS CloudWatch service:

-EC2 Workflow +Cloudwatch Dashboard

\ No newline at end of file diff --git a/source/docs/casper/operators/aws-nodes/3-modules.md b/source/docs/casper/operators/aws-nodes/3-modules.md index 86a4387f77..81cfc1cda9 100644 --- a/source/docs/casper/operators/aws-nodes/3-modules.md +++ b/source/docs/casper/operators/aws-nodes/3-modules.md @@ -25,7 +25,7 @@ This section describes all the modules related to monitoring the node. AWS provi The IaC creates a dashboard to monitor all related resources. The dashboard includes metrics for connectivity status, blockchain information such as block height, block time, and era count, and node metrics such as CPU, memory, and disk usage metrics.

-CloudWatch dashboard for Casper metrics +Cloudwatch Dashboard

### CloudWatch Alarms @@ -41,13 +41,13 @@ The following table shows the alarms created by the module and their respective **Sample alarms:**

-Alarms created +Alarms created

**Sample email notification:**

-Alarm email notification +Alarm email notification

#### Subscriber List @@ -61,7 +61,7 @@ The synthetic canary created by the CloudWatch Synthetics module checks the stat This is an example of the output when the canary detects whether the service is up or down:

-Canary Casper service example +Canary Casper service example

#### Canary Log Group @@ -144,7 +144,7 @@ To see more configuration files, go to the config module. You will see a detaile This is the workflow of creating the EC2 instance for a Casper node in AWS:

-EC2 Workflow +EC2 Creation Workflow

## Configuration Bucket Module diff --git a/static/image/operators/AlarmsCreated.png b/static/image/operators/alarms-list.png similarity index 100% rename from static/image/operators/AlarmsCreated.png rename to static/image/operators/alarms-list.png diff --git a/static/image/operators/Canary-CasperService.png b/static/image/operators/canary-casper-service.png similarity index 100% rename from static/image/operators/Canary-CasperService.png rename to static/image/operators/canary-casper-service.png diff --git a/static/image/operators/Casper_Backup.png b/static/image/operators/casper-backup.png similarity index 100% rename from static/image/operators/Casper_Backup.png rename to static/image/operators/casper-backup.png diff --git a/static/image/operators/Casper_Restore.png b/static/image/operators/casper-restore.png similarity index 100% rename from static/image/operators/Casper_Restore.png rename to static/image/operators/casper-restore.png diff --git a/static/image/operators/dashboardcw.png b/static/image/operators/cloudwatch-dashboard.png similarity index 100% rename from static/image/operators/dashboardcw.png rename to static/image/operators/cloudwatch-dashboard.png diff --git a/static/image/operators/AlarmOutput.png b/static/image/operators/email-notification.png similarity index 100% rename from static/image/operators/AlarmOutput.png rename to static/image/operators/email-notification.png diff --git a/static/image/operators/ASGWorkflow.png b/static/image/operators/instance-creation.png similarity index 100% rename from static/image/operators/ASGWorkflow.png rename to static/image/operators/instance-creation.png diff --git a/static/image/operators/ResilienceDiag.png b/static/image/operators/resilience-flow.png similarity index 100% rename from static/image/operators/ResilienceDiag.png rename to static/image/operators/resilience-flow.png