Hi, I've a fresh deployment of Metaflow on AWS, de...
# ask-metaflow
s
Hi, I've a fresh deployment of Metaflow on AWS, deployed using the Cloudformation scripts here: https://outerbounds.com/engineering/deployment/aws-managed/cloudformation/ However, there was already an existing deployment of metaflow, on a different AWS account, which has runs and metadata. I want to copy that data over to this new deployment I've created a separate RDS in the new account, restored from a snapshot in old account What's the best way I can update the already deployed Metaflow metadata service in my new account, and have it use this new RDS?
1