aws-ia / cfn-ps-github-enterprise

Apache License 2.0
2 stars 1 forks source link

Update is required for latest GHES version (as of today 3.12.1) #24

Open sjethvani opened 5 months ago

sjethvani commented 5 months ago

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 like easy_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 ?

giuseppeborgese commented 3 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.

sjethvani commented 3 months ago

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