-
Notifications
You must be signed in to change notification settings - Fork 89
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 outdated default image for AWS/GCP #75
Conversation
@bradrydzewski @tboerger is there any chance we could merge this? It would be awesome if we could have AWS SSM agent in our drone agent instances... |
Any chance that we could push this at one point? |
rebase, and update to current latest images |
@bradrydzewski @tboerger is there any chance we could merge this? |
I can't merge on this repo, it's up to @bradrydzewski |
Is this project dead? |
FYI, just update the default images available on AWS/GCP |
Two years later, it finally got approved 🎉 For long-term consideration, it feels like we need an auto discovery mechanism for discovering new image id for specific requirement of the platform. Those image ids are now 6 month old 👶 🍼 since my last commit. Let me know if image ids update is required before it get merged. |
FYI, just refreshed AMI IDs and squash commits, also I added support for AWS new region: |
@guessi thanks, can you please provide the link where you are sourcing the AMI list? For security purposes, we need to manually verify before we can merge (sorry, this is a security requirement, trust but verify ...) |
@bradrydzewski sure, security always first !!! Let me know where should I put the link, Update: I've update the PR description for where the AMI info comes from. |
I noticed these images are being labeled as |
needs internal testing before merge
@bradrydzewski I personally only use SSD nowadays and I have used these image as source for a long time :-) If this is really a concern, we can alternatively retrieve image id from awscli instead, which might be much reliable for user?
From trustworthy source mentioned in Ubuntu Official Documentation[1]. or
Where "679593333241" is Canonical's ID, where you can find how to verify it is released by Canonical here[2]. Or even more better, retrieve from AWS API. Ref: |
I have no problem with ssd or even ssd by default, I just want to make sure that if someone runs the autoscaler with default options it will work out of the box and not error. If we use images labeled hvm-ssd do we need to make any changes to volume type or will everything just work? I am asking because I do not use AWS so the answer to this is non-obvious to me. |
Your concern is not exist, since To verify that we can easily find existed image ids for AWS US-EAST-1
AWS US-WEST-1
** |
thanks! I think this is the context I was missing |
Just update once again after month. |
Notable changes: - Refresh AMIs for AWS/GCP - Support for AWS new region support: ap-southeast-3, Asia Pacific (Jakarta)
Umm... looks like I need to resolve conflict and bump the image version again. Let me handle it. |
"us-gov-west-1": "ami-0cbaf57cea1d72aec", | ||
|
||
// AWS China: Ubuntu Server 20.04 LTS | ||
// Upstream release version: 20210720 |
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.
Current latest version available from upstream Ubuntu. Yes, it's "2021", but it's latest.
Just update the the image id for AWS and GCP once again. At the moment of I created this PR (Sep 11, 2020) the latest version available was Ubuntu Server 20.04 LTS and 2 years later, it's now 2022, Ubuntu Server 22.04 LTS was released on Apr 22, 2022. Feel free to let me know if it is needed to update to Ubuntu Server 22.04 LTS. |
We've run into an issue with builds that was sorted by switching to Ubuntu 22.04 AMIs. https://community.harness.io/t/drone-autoscaler-amis-too-old-for-net-6-application/12249/5 Further, we've just got an email from AWS about the 16.04 Ubuntu AMIs being deprecated. |
thanks for the continued work on this PR ! solid work !! |
T3
series.ap-southeast-3
,Asia Pacific (Jakarta)
AMI information comes from upstream Ubuntu Cloud Image Finder
Or alternative, retrieve from scripts:
AWS:
GCP:
Last Update: 2022.07.16