Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ec2: fix "ASGDesiredCapacity" template #189

Merged
merged 1 commit into from
Nov 24, 2020
Merged

ec2: fix "ASGDesiredCapacity" template #189

merged 1 commit into from
Nov 24, 2020

Conversation

gyuho
Copy link
Contributor

@gyuho gyuho commented Nov 20, 2020

  ASGDesiredCapacity:
    Type: Number
    Description: Desired size auto scaling group
    Default: 1
    MinValue: 1
    MaxValue: 1000

Fix

"Parameter 'ASGDesiredCapacity' must be a number not less than 1\n\tstatus code: 400"

  ASGDesiredCapacity:
    Type: Number
    Description: Desired size auto scaling group
    Default: 1
    MinValue: 1
    MaxValue: 1000

Signed-off-by: Gyuho Lee <[email protected]>
Copy link
Contributor

@mmerkes mmerkes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change worked for me.

@gyuho gyuho merged commit 1ceeda5 into aws:master Nov 24, 2020
@gyuho gyuho deleted the fff branch November 24, 2020 18:35
mmerkes pushed a commit to mmerkes/aws-k8s-tester that referenced this pull request Dec 21, 2020
ASGDesiredCapacity:
    Type: Number
    Description: Desired size auto scaling group
    Default: 1
    MinValue: 1
    MaxValue: 1000

Signed-off-by: Gyuho Lee <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants