Skip to content

Commit

Permalink
Fix doc.s
Browse files Browse the repository at this point in the history
  • Loading branch information
danquixote committed Mar 19, 2021
1 parent a1be5fb commit 2703899
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
4 changes: 3 additions & 1 deletion plugins/modules/ec2_asg_instance_refresh.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@
suboptions:
min_healthy_percentage:
description:
- The amount of capacity in the Auto Scaling group that must remain healthy during an instance refresh to allow the operation to continue, as a percentage of the desired capacity of the Auto Scaling group (rounded up to the nearest integer). The default is 90.
- The amount of capacity in the Auto Scaling group that must remain healthy during an instance refresh to allow the operation to continue,
- as a percentage of the desired capacity of the Auto Scaling group (rounded up to the nearest integer).
- The default is 90.
type: int
instance_warmup:
description:
Expand Down
19 changes: 11 additions & 8 deletions plugins/modules/ec2_asg_instance_refreshes_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,17 @@
version_added: 1.0.0
short_description: Gather information about ec2 Auto Scaling Group (ASG) Instance Refreshes in AWS
description:
- Describes one or more instance refreshes.
- You can determine the status of a request by looking at the Status parameter. The following are the possible statuses:
- Pending: The request was created, but the operation has not started.
- InProgress: The operation is in progress.
- Successful: The operation completed successfully.
- Failed: The operation failed to complete. You can troubleshoot using the status reason and the scaling activities.
- Cancelling: An ongoing operation is being cancelled. Cancellation does not roll back any replacements that have already been completed, but it prevents new replacements from being started.
- Cancelled: The operation is cancelled.
- Describes one or more instance refreshes.
- You can determine the status of a request by looking at the Status parameter. The following are the possible statuses
- Pending -- The request was created, but the operation has not started.
- InProgress -- The operation is in progress.
- Successful -- The operation completed successfully.
- Failed -- The operation failed to complete. You can troubleshoot using the status reason and the scaling activities.
- Cancelling --
- An ongoing operation is being cancelled.
- Cancellation does not roll back any replacements that have already been completed,
- but it prevents new replacements from being started.
- Cancelled -- The operation is cancelled.
requirements: [ boto3 ]
author: "Dan Khersonsky (@danquixote)"
options:
Expand Down

0 comments on commit 2703899

Please sign in to comment.