Is this a BUG REPORT or FEATURE REQUEST? (choose one): FEATURE REQUEST
FEATURE REQUEST
We want to run tendermint on Amazon EC2 and S3.
Could you create a subfolder .tendermint/config where we have all configs files.
We would like to specify the location for each subfolder.
So we can do something like that
.tendermint/data ==> located on the EC2 instance
.tendermint/config ==> located on a S3 Bucket
BENEFITS
We could shut-down our EC2 instance but still keep alive all the configuration files. This way we could turn-on again later the validator without loosing the pub_key, genesis file etc ..