AWS

Post Image

Rolling deployment with Terraform on AWS

Terraform is a great tool to automate your infrastructure provisioning. One of the aims of the automation is having an ability to reproduce the deployments and reducing the time required to do the releases. Another important practice is to de-risk the deployment, allowing the teams to deploy continuously even during the working hours. This necessitates that the production systems should be continuously available and no downtime window is allowed (like in the old days). One of the ways you keep...

Read