-
Notifications
You must be signed in to change notification settings - Fork 113
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
AWS instance updates #3041
AWS instance updates #3041
Conversation
@@ -18,7 +18,7 @@ module "single_local_inplace_upgrade" { | |||
vpc = "${var.environment}" | |||
platform = "ubuntu-16.04" | |||
key_name = "cd-infrastructure" | |||
instance_type = "m4.large" | |||
instance_type = "m5.large" |
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.
does this mean we will lose the data that is currently on these instances?
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.
No, I already resized them to m5.large this morning during the maintenance window. During the update I just restarted the instance, so you did not loose any data
@@ -70475,6 +70475,24 @@ const ( | |||
// InstanceTypeT22xlarge is a InstanceType enum value | |||
InstanceTypeT22xlarge = "t2.2xlarge" | |||
|
|||
// InstanceTypeT3Micro is a InstanceType enum value | |||
InstanceTypeT3Micro = "t3.micro" |
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.
Are these changes you made yourself or are they from the upstream aws/aws-sdk-go package? If the former, we need to chat about how we are going to manage these patches as we typically do not change code in the vendor directory. If the latter, we will mant to make sure we get go.mod and go.sum updated to account for what version these are in.
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.
I made those manually since I was changing the type to t3.micro. I will revert this file.
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.
We need to sort out the changes to vendor before merging this.
b067948
to
11bafd6
Compare
11bafd6
to
9c84407
Compare
β¦inplace_upgrade senarios As requested in https://github.com/chef/release-engineering/issues/962 Signed-off-by: Jaymala Sinha <jsinha@chef.io>
Signed-off-by: Jaymala Sinha <jsinha@chef.io>
9c84407
to
6018a06
Compare
π© Description: What code changed, and why?
Re-size and remove AWS instances
βοΈ Related Resources
π Definition of Done
π How to Build and Test the Change
β Checklist
π· Screenshots, if applicable