This is an automated email from the ASF dual-hosted git repository.
dakaikang pushed a commit to branch hotstuff-1
in repository https://gitbox.apache.org/repos/asf/incubator-resilientdb.git
The following commit(s) were added to refs/heads/hotstuff-1 by this push:
new 9ad44ee1 Update AWS host IP address in README
9ad44ee1 is described below
commit 9ad44ee1e75bd813e4154dc013b91a3caf725dac
Author: Dakai Kang <[email protected]>
AuthorDate: Wed Sep 10 00:40:31 2025 -0700
Update AWS host IP address in README
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 897009fc..5b420fed 100644
--- a/README.md
+++ b/README.md
@@ -30,14 +30,14 @@ For the convenience of reviewers, we have already created
the instances required
For the convenience of ARI reviewers, we provide a pre-configured AWS host
machine with the following public IP address:
```bash
-18.212.209.83
+18.215.156.88
```
You can access this host using the attached private key `hs1-ari.pem`
(available in **Code & Scripts / Data** of the submission). To log in, first
set the correct permissions on the key, then establish the SSH connection:
```bash
chmod 400 ./your_path_to/hs1-ari.pem
-ssh -i ./your_path_to/hs1-ari.pem [email protected]
+ssh -i ./your_path_to/hs1-ari.pem [email protected]
```
Once logged in, clone the ResilientDB repository, switch to the hotstuff-1
branch, and install the dependencies.