Skip to content

Commit

Permalink
chore: change the instanceID
Browse files Browse the repository at this point in the history
  • Loading branch information
sesheffield committed Sep 10, 2024
1 parent f4f4f11 commit 2bc049d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/put-all-chain-nodes-on-standby.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2bc049d

Please sign in to comment.