-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Update AutoScalingRollingUpdates.yaml #481
Conversation
fix "LaunchConfig deprecated" problem
solve #480 |
@@ -191,6 +191,7 @@ Mappings: | |||
AWSRegionArch2AMI: | |||
us-east-1: | |||
PV64: ami-2a69aa47 | |||
#HVM64: ami-02f624c08a83ca16f #Amazon Linux 2, a newer version AMI, able to login in Linux console with EC2 "Connect" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we need this commented out line?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line is only for a newer Amazon Linux 2 AMI, which is convenient to debug with Linux console.
There is no direct relationship with the "launch configuration deprecated problem".
This line can be deleted. And sorry for that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ericzbeard do I need to recommit the code? And looking forward your reply~~ thank you
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ericzbeard I have deleted the commented out line. thank you ~~
fix "LaunchConfig deprecated" problem
fix "LaunchConfig deprecated" problem
Issue #, if available:
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.