Automating Server Deployments in AWS with Terraform
Previously I discussed deploying Enterprise Linux in AWS which I demonstrated by using the AWS console. This is a common way to deploy servers to the cloud, however doing server deployments manually can create a situation where you’re stuck with static images that are difficult to replicate when your infrastructure grows.
One of the benefits of Cloud Computing is that the infrastructure is programmable, meaning we can write code that can automate tasks for us.
[Read More]