harmony-one / harmony-ops

Harmony Ops Master Repository.
MIT License
35 stars 25 forks source link

scale down aws instances #601

Closed LeoHChen closed 3 years ago

LeoHChen commented 3 years ago

after monitoring the usage/cpu of our ec2 instances, I think we can scale down quite a few of the instances.

1) all the bootnodes can be launched using t3.micro instead of t3.small/t3.medium using the same elastic IP. 2) staking dashboard can be scaled down to t3.small install of c5.large. 3) all bridge backend/frontend including mainnet/testnet can be scaled down to t3.micro instead of t3.medium.

Please make sure no service interruption during the migration process.

jhd2best commented 3 years ago

instance for staking dashboard already change to t3.small

jhd2best commented 3 years ago

instances for bootnodes already change to t3.micro

jhd2best commented 3 years ago

instances for mainnet bridge backend/frontend already change to t3.micro. testnet temporarily not changed until hackathon end, because instance will crash if there is no need resource before.