Skip to content

Commit 86d478b

Browse files
committed
fix spelling
1 parent 34cc6a0 commit 86d478b

File tree

1 file changed

+1
-1
lines changed
  • exercises/ansible_ripu/2.2-snapshots

1 file changed

+1
-1
lines changed

exercises/ansible_ripu/2.2-snapshots/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Amazon Elastic Block Store (Amazon EBS) provides the block storage volumes used
108108

109109
While EBS snapshots operate independently from the guest OS running on the EC2 instance, the similarity to VMware snapshots ends there. An EBS snapshot saves the data of the source EBS volume, but does not save the state or memory of the EC2 instance to which the volume is attached. Also unlike with VMware, EBS snapshots can be created for an OS volume only while leaving any separate application volumes as is.
110110

111-
Automating EBS snapshot creation and rollback is fairly straightforward assuming your playbooks can access the required AWS APIs. The tricky bit of the automation is identifying the EC2 instance and attached EBS volume that corresponds to the target host in the Ansible inventory managed by AAP, but this can be solved by setting idenifying tags on your EC2 instances.
111+
Automating EBS snapshot creation and rollback is fairly straightforward assuming your playbooks can access the required AWS APIs. The tricky bit of the automation is identifying the EC2 instance and attached EBS volume that corresponds to the target host in the Ansible inventory managed by AAP, but this can be solved by setting identifying tags on your EC2 instances.
112112

113113
#### Break Mirror
114114

0 commit comments

Comments
 (0)