September 2018
Beginner to intermediate
214 pages
5h 53m
English
This module helps register new EC2 AMI images to be used for instance creation later. It also allows you to deregister old images when they are no longer needed. The following example playbook shows how to register an EC2 AMI image:
- name: register an AWS AMI image ec2_ami: instance_id: i-6b3fd61c wait: yes name: labami tags: Name: LabortoryImage Service: LabScripts
Read now
Unlock full access