ec2: add "IAM Role" to instance_profile_name

The AWS API and console docs are inconsistent about whether EC2 instances have IAM profiles or roles. Things which follow the API tend to use profile but the console uses “IAM Role”. This adds that term to the help text so it's searchable.

+label: docsite_pr
This commit is contained in:
Chris Adams 2018-08-24 10:26:37 -04:00 committed by Ryan S. Brown
parent 49f692b08f
commit 23eb4f2093

View file

@ -141,7 +141,7 @@ options:
instance_profile_name:
version_added: "1.3"
description:
- Name of the IAM instance profile to use. Boto library must be 2.5.0+
- Name of the IAM instance profile (i.e. what the EC2 console refers to as an "IAM Role") to use. Boto library must be 2.5.0+
instance_ids:
version_added: "1.3"
description: