You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-3
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,6 @@ AWS related modules and plugins supported by the Ansible community are in the [c
8
8
9
9
This collection has been tested against following Ansible versions: **>=2.9.10**.
10
10
11
-
For collections that support Ansible 2.9, please ensure you update your `network_os` to use the
12
-
fully qualified collection name (for example, `cisco.ios.ios`).
13
11
Plugins and modules within a collection may be tested with only specific Ansible versions.
14
12
A collection may contain metadata that identifies these versions.
15
13
PEP440 is the schema used to describe the versions of Ansible.
@@ -60,7 +58,7 @@ Name | Description
60
58
[amazon.aws.ec2_key](https://github.com/ansible-collections/amazon.aws/blob/stable-2/docs/amazon.aws.ec2_key_module.rst)|create or delete an ec2 key pair
61
59
[amazon.aws.ec2_metadata_facts](https://github.com/ansible-collections/amazon.aws/blob/stable-2/docs/amazon.aws.ec2_metadata_facts_module.rst)|gathers facts (instance metadata) about remote hosts within EC2
62
60
[amazon.aws.ec2_snapshot](https://github.com/ansible-collections/amazon.aws/blob/stable-2/docs/amazon.aws.ec2_snapshot_module.rst)|Creates a snapshot from an existing volume
63
-
[amazon.aws.ec2_snapshot_info](https://github.com/ansible-collections/amazon.aws/blob/stable-2/docs/amazon.aws.ec2_snapshot_info_module.rst)|Gather information about ec2 volume snapshots in AWS
61
+
[amazon.aws.ec2_snapshot_info](https://github.com/ansible-collections/amazon.aws/blob/stable-2/docs/amazon.aws.ec2_snapshot_info_module.rst)|Gathers information about EC2 volume snapshots in AWS
64
62
[amazon.aws.ec2_spot_instance](https://github.com/ansible-collections/amazon.aws/blob/stable-2/docs/amazon.aws.ec2_spot_instance_module.rst)|request, stop, reboot or cancel spot instance
65
63
[amazon.aws.ec2_spot_instance_info](https://github.com/ansible-collections/amazon.aws/blob/stable-2/docs/amazon.aws.ec2_spot_instance_info_module.rst)|Gather information about ec2 spot instance requests
66
64
[amazon.aws.ec2_tag](https://github.com/ansible-collections/amazon.aws/blob/stable-2/docs/amazon.aws.ec2_tag_module.rst)|create and remove tags on ec2 resources
Copy file name to clipboardexpand all lines: docs/amazon.aws.ec2_snapshot_info_module.rst
+4-4
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
amazon.aws.ec2_snapshot_info
6
6
****************************
7
7
8
-
**Gather information about ec2 volume snapshots in AWS**
8
+
**Gathers information about EC2 volume snapshots in AWS**
9
9
10
10
11
11
Version added: 1.0.0
@@ -17,7 +17,7 @@ Version added: 1.0.0
17
17
18
18
Synopsis
19
19
--------
20
-
- Gather information about ec2 volume snapshots in AWS.
20
+
- Gathers information about EC2 volume snapshots in AWS.
21
21
- This module was called ``ec2_snapshot_facts`` before Ansible 2.9. The usage did not change.
22
22
23
23
@@ -435,7 +435,7 @@ Common return values are documented `here <https://docs.ansible.com/ansible/late
435
435
</td>
436
436
<td>always</td>
437
437
<td>
438
-
<div>The data encryption key identifier for the snapshot. This value is a unique identifier that corresponds to the data encryption key that was used to encrypt the original volume or snapshot copy.</div>
438
+
<div>The data encryption key identifier for the snapshot. This value is a unique identifier that corresponds to the data encryption key that was used to encrypt the original volume or snapshot copy.</div>
@@ -489,7 +489,7 @@ Common return values are documented `here <https://docs.ansible.com/ansible/late
489
489
</td>
490
490
<td>always</td>
491
491
<td>
492
-
<div>The full ARN of the AWS Key Management Service (AWS KMS) customer master key (CMK) that was used to protect the volume encryption key for the parent volume.</div>
492
+
<div>The full ARN of the AWS Key Management Service (AWS KMS) customer master key (CMK) that was used to protect the volume encryption key for the parent volume.</div>
0 commit comments