Open sjethvani opened 7 months ago
To solve the issue for latest ami, go in your region, EC2 ==> AMIs, select public images Filter using "GitHub Enterprise Server" you should find the latest available amis so you can change your cloudformation template.
This is not about How to search latest AMI of GHES in aws
. Question is about some basic issues with code of this repo . Like userdata script failing with errors like easy_install
not available on Ubuntu 20.04.
PS : I am working on updating userdata script removing easy_install
for downloading pip etc . Will update this thread once I have working userdata script
Tried updating this cloud formation template mentioning AMIs of GHES 3.12 & launched this CF template through AWS cloud formation. It fails when running
userdata
scripts . I do see few errors likeeasy_install
not available on Ubuntu 20.04 (base image of GHES 3.12). Also some permission denied errors on etc in cloud-init logs.So want to know if this project is regularly maintained ?