-
Notifications
You must be signed in to change notification settings - Fork 79
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
feat(playground): provision ubuntu 24 ec2 #575
Conversation
d185ef3
to
9de0234
Compare
@@ -5,6 +5,13 @@ resource "aws_eip" "playground" { | |||
} | |||
} | |||
|
|||
resource "aws_eip" "playground2" { | |||
domain = "vpc" |
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.
9de0234
to
4e0b327
Compare
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.
Looks generally good, but we should make sure to decommission the current instance and remove the duplicate configuration once the switch is done.
applied |
forgot to squash before merging 😵 |
We agreed in zulip to create a new EC2 with ubuntu 24 so that we can migrate to this one and delete the old one.
Plan: