Skip to content

Commit cd60363

Browse files
author
Simon Goldberg
committed
fixed arch images in README
1 parent 00b459b commit cd60363

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/xrp/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ XRP node deployment on AWS. All nodes are configure as ["Stock Servers"](https:/
1010

1111
### Single node setup
1212

13-
![Single Node Deployment](./assets/Architecture-Single%20node.drawio.png)
13+
![Single Node Deployment](./doc/assets/Architecture-Single%20node.drawio.png)
1414

1515
1. A XRP node deployed in the [Default VPC](https://docs.aws.amazon.com/vpc/latest/userguide/default-vpc.html) continuously synchronizes with the rest of nodes on the configured xrp network through [Internet Gateway](https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Internet_Gateway.html).
1616
2. The XRP node is used by dApps or development tools internally from within the Default VPC. RPC API is not exposed to the Internet directly to protect nodes from unauthorized access.
1717
3. The XRP node sends various monitoring metrics for both EC2 and current XRP ledger sequence to Amazon CloudWatch. It also updates the dashboard with correct storage device names to display respective metrics properly.
1818

1919
### HA setup
2020

21-
![Highly Available Nodes Deployment](./assets/Architecture-HA%20Nodes.drawio.png)
21+
![Highly Available Nodes Deployment](./doc/assets/assets/Architecture-HA%20Nodes.drawio.png)
2222

2323
1. A set of XRP nodes are deployed within an [Auto Scaling Group](https://docs.aws.amazon.com/autoscaling/ec2/userguide/auto-scaling-groups.html) in the [Default VPC](https://docs.aws.amazon.com/vpc/latest/userguide/default-vpc.html) continuously synchronizing with the rest of nodes on the configured xrp network through [Internet Gateway](https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Internet_Gateway.html).
2424
2. The XRP nodes are accessed by dApps or development tools internally through [Application Load Balancer](https://docs.aws.amazon.com/elasticloadbalancing/latest/application/introduction.html). RPC API is not exposed to the Internet to protect nodes from unauthorized access.

0 commit comments

Comments
 (0)