Can Ansible Create EC2 Instances?
linuxhint.com › create-ec2-instances-ansibleCreate Ansible EC2 Playbook. Open the terminal and create an Ansible playbook ending with a .yml extension. Edit the file with your favorite text editor and add the playbook as shown below: ---. - name: Ansible create ec2 instance. hosts: localhost. gather_facts: false. tasks: - name: Provision an EC2 instance.