From 2c9b8326a840a7b985ddbd2dc630e23d44c4126a Mon Sep 17 00:00:00 2001 From: mDuo13 Date: Tue, 12 Oct 2021 13:32:20 -0700 Subject: [PATCH] code font io1/io2 to match AWS docs & satisfy spell-checker --- .../manage-the-rippled-server/installation/capacity-planning.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/tutorials/manage-the-rippled-server/installation/capacity-planning.md b/content/tutorials/manage-the-rippled-server/installation/capacity-planning.md index 0f0d3ba7de..6edf61d269 100644 --- a/content/tutorials/manage-the-rippled-server/installation/capacity-planning.md +++ b/content/tutorials/manage-the-rippled-server/installation/capacity-planning.md @@ -173,7 +173,7 @@ If you want to contribute to storing ledger history but you do not have enough d ##### Amazon Web Services -Amazon Web Services (AWS) is a popular virtualized hosting environment. You can run `rippled` in AWS, but if using Elastic Block Storage (EBS), only use either the io1 or io2 types, and configure them for at least 10,000 IOPS. +Amazon Web Services (AWS) is a popular virtualized hosting environment. You can run `rippled` in AWS, but if using Elastic Block Storage (EBS), only use either the `io1` or `io2` types, and configure them for at least 10,000 IOPS. Alternately, AWS instance stores (`ephemeral` storage) also has suitable performance. However, that is not durable, so data loss is to be expected under some circumstances. The `database_path` and `node_db` path should each reside on either EBS io1 or io2, or on instance storage.