Project overview
I need help with deploying a rails 7 app using sidekiq for background jobs to AWS. Should deploy 2 types web and workers servers separately. With autoscale for each type of server. The web server should have it's own autoscaling group. The deploy command should deploy code to both types of servers at once. The web server should have a rolling deployment strategy.