summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Riepl <onitake@gmail.com>2020-02-03 18:12:13 +0100
committerGitHub <noreply@github.com>2020-02-03 12:12:13 -0500
commitf49408287a96329542ba71958afe0f47363e4c28 (patch)
tree84855e5ab2198a25ff959ab70867663b6785bc61
parentfad261b04f569ce12a5af5e2e09d08da919c7a8a (diff)
downloadansible-f49408287a96329542ba71958afe0f47363e4c28.tar.gz
Document difference between ec2 and ec2_instance modules (#67009)
Co-Authored-By: Mark Chappell <mchappel@redhat.com>
-rw-r--r--lib/ansible/modules/cloud/amazon/ec2.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ansible/modules/cloud/amazon/ec2.py b/lib/ansible/modules/cloud/amazon/ec2.py
index a7e731faf1..91503bbf8e 100644
--- a/lib/ansible/modules/cloud/amazon/ec2.py
+++ b/lib/ansible/modules/cloud/amazon/ec2.py
@@ -16,6 +16,12 @@ module: ec2
short_description: create, terminate, start or stop an instance in ec2
description:
- Creates or terminates ec2 instances.
+ - >
+ Note: This module uses the older boto Python module to interact with the EC2 API.
+ M(ec2) will still receive bug fixes, but no new features.
+ Consider using the M(ec2_instance) module instead.
+ If M(ec2_instance) does not support a feature you need that is available in M(ec2), please
+ file a feature request.
version_added: "0.9"
options:
key_name: