cloudformation-guard
                                
                                 cloudformation-guard copied to clipboard
                                
                                    cloudformation-guard copied to clipboard
                            
                            
                            
                        [Enhancement] Amazon linux 2 support
Is your feature request related to a problem? Please describe.
Pre-built binaries for amazon linux 2. Currently binaries are available for mac and ubntu.
Describe the solution you'd like
Ability to pull down cfn-guard binary for amazon linux 2.
Describe alternatives you've considered
Build from source make or cargo.
Additional context
Add any other context or screenshots about the feature request here.
We would need to host AL2 as a self-hosted runner.
Although not as ideal as having available as a pre-built binary, here's how we're currently installing on Amazon Linux 2 in Userdata as a workaround for now:
yum install -y gcc cmake
curl https://sh.rustup.rs -sSf | sh -s -- -y
cargo install cfn-guard
export PATH="~/.guard/bin:${PATH}"
I just came across this issue and I wanted to mention that, we use the ubuntu binaries on amazonlinux 2 and they work without any issues
Hi @0xjjoyy, the latest install scripts are compatible with AL2. Closing this issue but please let us know if you continue to have issues.