From 2bc049d81b1badb69512175a6245368b49f4ee51 Mon Sep 17 00:00:00 2001 From: Sam Sheffield Date: Tue, 10 Sep 2024 15:04:46 -0400 Subject: [PATCH] chore: change the instanceID --- .github/scripts/put-all-chain-nodes-on-standby.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/put-all-chain-nodes-on-standby.sh b/.github/scripts/put-all-chain-nodes-on-standby.sh index d85ccba71..1b813847a 100755 --- a/.github/scripts/put-all-chain-nodes-on-standby.sh +++ b/.github/scripts/put-all-chain-nodes-on-standby.sh @@ -4,7 +4,7 @@ set -x # get all the node's ec2 instance ids for the specified chain id # TODO: fix this and the sharded cluster module to add tags #chain_node_instance_ids=$(aws ec2 describe-instances --filters "Name=tag:KavaChainId,Values=$CHAIN_ID" | jq -r '[.Reservations | .[] | .Instances | .[] | .InstanceId] | join(" ")') -chain_node_instance_ids='i-0a363f6816eb3ae88' +chain_node_instance_ids='i-0b9b5ebe0d275d4cb' for chain_node_instance_id in ${chain_node_instance_ids} do