Backing up Badger database from AWS instance storage

I’m using Badger on an AWS i3.xlarge instance as is recommended here: GitHub - dgraph-io/badger: Fast key-value DB in Go.. I need the high IOPS provided by instance storage that I can’t get from EBS volumes so the i3 instances make sense for my use case.

I’m currently trying to solve for recovering data since instance storage is ephemeral. Is anyone else already doing this and can offer a good solution for backing up instance storage and restoring to new instances?