Launch EC2 Instances Declaratively
Provision compute with amazon.aws.
From Clicking to Declaring
Instead of clicking through the AWS console, you describe the instance you want and let Ansible make reality match it.
The ec2_instance Module
The amazon.aws.ec2_instance module creates and manages EC2 virtual machines straight from a playbook task.
- name: Launch a server
amazon.aws.ec2_instance:
name: web-01
state: presentAll lessons in this course
- Cloud Collections & Authentication
- Launch EC2 Instances Declaratively
- Networking: VPCs, Subnets & Security Groups
- Provision Then Configure in One Flow