We have a very critical Artifactory instance hosted on AWS. It uses ECS (one container for Artifactory), EFS, S3 and RDS.
We want to improve our upgrade process. Now we deploy an upgraded Artifactory Docker image and pray that everything goes well. We're currently exploring if it's possible to have 2 Artifactory instances (2 containers) running at the same time.
We were thinking about replicating EFS too, but keep the same RDS and s3 storage. Is this possible? Or will we end up with join.key troubes and should we also have 2 separate RDS instances? I can't find much about it in the docs.
We want to run those 2 Artifactory versions side by side and do some testing. In the end we can switch URLs to the new container.