Hey team,
Could you point me out, how to setup production-grade Airbyte on EC2 instance? My main question is about data storage — is enough to just use RDS instead of provided docker based psql, or should I also make an external EBS and mount all Airbyte docker compose volumes to this external EBS? My end goal — ability to easily reboot / recreate Airbyte EC2 instance.
I checked the docs, but most info about persistent storages is around k8s deployment.
Thanks in advance!