to mine.
Long story short, suppose a company have many terraform-managed EC2 environments with virtually the same docker-compose configurations. Suppose EC2s have a valuable state, so they must not be terminated.
They are managed different teams and different developers.
Suppose there's a vulnerability discovered in some of the images, so its version should be upgraded immediately. How would you do that?
My first thought was to change docker-compose in terraform, but it seems like it's going to cause re-creating the environment, which is not an option.
It's one of those things you think about before going to bed.
Use ebs volumes for saving state?
Обсуждают сегодня