Using an AWS EC2 as a Cosmos Node

Very good writeup for beginners who want to join the testnet! Just a slight comment on opening ports for Cosmos: You don’t need to open port 26657 to the public. If you’re running sentry nodes, this should actually be avoided, because it opens access to the RPC and therefore could leak the IP address of your validator node. Here is a good thread about what ports gaiad is using and if they should be opened or not.