February 2018
Intermediate to advanced
200 pages
5h 51m
English
- name: Create AMI of Public Instance Created ec2_ami: aws_access_key: "{{ access_key }}" aws_secret_key: "{{ secret_key }}" region: "{{ aws_region }}" instance_id: "{{ item }}" wait: yes name: first_ami no_reboot: yes tags: Name: First AMI with_items: - "{{ ec2_public_instance.instance_ids }}" register: image
Read now
Unlock full access