96783/how-to-create-an-ec2-snapshot-using-ansible-playbook
Hi Team,
I am new to the Ansible playbook. I want to create an ec2 snapshot using Ansible Playbook. How can I do that?
Hi@akhtar,
You can create an EC2 snapshot from an existing EBS volume using Ansible Playbook.
# Simple snapshot of volume using volume_id - ec2_snapshot: volume_id: vol-abcdef12 description: snapshot of /data from DB123 taken 2013/11/28 12:18:32
Hi@akhtar, Sometimes it is required to encrypt the ...READ MORE
Hi@akhtar, You can create or terminate ECS clusters. ANsible has ...READ MORE
root doesn't need a password to switch ...READ MORE
Hi@akhtar, You can use the docker_container module in ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
It can work if you try to put ...READ MORE
To solve this problem, I followed advice ...READ MORE
Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE
Hi@akhtar, Ansible has one module named ec2. This ...READ MORE
Hi@akhtar, Ansible has a module that can create ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.