4 comments on “AWS Automation Part 4: Using Terraform for AWS Automation”

AWS Automation Part 4: Using Terraform for AWS Automation

This is part 4 of a blog post series, in which we explore how to automate Amazon Web Services (AWS) using the Terraform open source software by HashiCorp. Similar to Cloudify, Terraform is a versatile way to codify any type of infrastructure and…

8 comments on “AWS Automation based on Vagrant — Part 1: Getting started with AWS”

AWS Automation based on Vagrant — Part 1: Getting started with AWS

In this blog post series we will explore, how to automate Amazon Web Services (AWS) by using Vagrant. The series is divided into three parts. Readers that are interested in the automation part only can skip part 1 (the AWS…

12 comments on “AWS Automation based on Vagrant — Part 2: Installation and Usage of the Vagrant AWS Plugin”

AWS Automation based on Vagrant — Part 2: Installation and Usage of the Vagrant AWS Plugin

Learn how to get started with Amazon Web Services EC2 and how to automate simple task like creation and termination of virtual machine instances using Vagrant. This is a first step towards more sophisticated automation tasks like SW installation and shell script execution.