Sponsor: Using RabbitMQ or Azure Service Bus in your .NET systems? Well, you could just use their SDKs and roll your own serialization, routing, outbox, retries, and telemetry. I mean, seriously, how hard could it be?

Rolling Deployments
First is to configure your process that deploys your web application within Octopus. Octopus has the ability to perform the rolling deployments pattern:Rolling deployments are a pattern whereby, instead of deploying a package to all servers at once, we slowly roll out the release by deploying it to each server one-by-one.
You can configure rolling deployments per individual process. Go into the individual process and configure the execution plan to be a rolling deployment.

AWS ELB
Since you you have your web application in front of an AWS Elastic Load Balancer, you can add chid steps to the primary step above which will:- Remove the EC2 instance from the ELB Target Group
- Perform the upgrade of your web application to the EC2 instance
- Re-register the EC2 instance with the ELB Target Group.
