Hey Metaflow! I have a question regarding updating...
# ask-metaflow
s
Hey Metaflow! I have a question regarding updating database certifications in the Metaflow metadata service and UI service. We have a manually deployed mataflow installation on AWS orchestrated by step functions and running batch for compute. We also have fargate backed ECS services running the metaflow metadata service and the UI backed by an postres managed RDS database. It's been pretty great. Our RDS databases will have their certifications forcefully rolled over by AWS on August 22 and I need to update the database clients on our services to use the new cert. I figure this may be an issue that other Metaflow users have run into across the AWS ecosystem and I'm curious how teams have been migrating their services to user the new certifications.
1
As a follow up, I'm curious if and how teams are connecting the metaflow metadata server to the database via SSL and how they're handling the certs on the services. From this PR It looks like the ability to connect over SSL was added around September 2023.