Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 436 Bytes

File metadata and controls

8 lines (4 loc) · 436 Bytes

Productive with Ansible - EC2 Playbooks

Playbooks to create and destroy EC2 instances for Chapter 3 of the Productive with Ansible course.

ec2_create.yml: creates a set of publicly-accessible ec2 instances and all supporting infrastructure (VPC, subnets, security groups, etc.)

ec2_destroy.yml: destroys all infrastructure created by ec2_create.yml