Magento 2 on Multi Server Architecture vs CI/CD
I have set setup of magento on multi server in AWS with loadbalancer – when there is cpu load of more than 80 percent new server is auto created with Base server images on specific time
I am facing below issue and need help with solutions
1: When new autoscaled server is launched code of that is not updated one like if we modify some code it is not there in new autoscaled server — how to solve this issue
a: Will CI/CD fix this issue ? , how will CI/ CD take care of dynamically created generated folder
b: how can i show latest css files in pub static folder
please help with above should we go with NFS ? or mount bucket as alternative to CI/CD