-
Notifications
You must be signed in to change notification settings - Fork 2k
Documentation for the fallback mechanism on launch_instances is incorrect #4724
Copy link
Copy link
Open
Labels
autoscalingAmazon EC2 Auto Scaling is designed to automatically launch and terminate EC2 instances based on useAmazon EC2 Auto Scaling is designed to automatically launch and terminate EC2 instances based on usedocumentationThis is a problem with documentation.This is a problem with documentation.p3This is a minor priority issueThis is a minor priority issueservice-apiThis issue is caused by the service API, not the SDK implementation.This issue is caused by the service API, not the SDK implementation.
Metadata
Metadata
Assignees
Labels
autoscalingAmazon EC2 Auto Scaling is designed to automatically launch and terminate EC2 instances based on useAmazon EC2 Auto Scaling is designed to automatically launch and terminate EC2 instances based on usedocumentationThis is a problem with documentation.This is a problem with documentation.p3This is a minor priority issueThis is a minor priority issueservice-apiThis issue is caused by the service API, not the SDK implementation.This issue is caused by the service API, not the SDK implementation.
Describe the issue
The documentation below specifies the values should be
NONE(default, no async retry) orRETRY_WITH_GROUP_CONFIGURATIONhowever the boto3 stubs indicate these are invalid values.The actual API docs indicate the valid values are:
retry-with-group-configuration | noneLinks
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/autoscaling/client/launch_instances.html
https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_LaunchInstances.html