From the course: Continuous Deployment Strategies by Pearson

Unlock this course with a free trial

Join today to access over 25,200 courses taught by industry experts.

Exercise: configure remote infrastructure from the CLI

Exercise: configure remote infrastructure from the CLI

From the course: Continuous Deployment Strategies by Pearson

Exercise: configure remote infrastructure from the CLI

So now it's your turn. I'd like you to use Ansible to configure an EC2 instance in AWS. For this, you'll need the SSH key that was used to create the EC2 instance in the first place. You'll need to write a simple playbook to make some changes in the EC2 instance, for example, installing a runtime environment like Node.js. Bonus points if you use Terraform to create the EC2 instance.

Contents