aws / aws-codedeploy-agent

Host Agent for AWS CodeDeploy
https://aws.amazon.com/codedeploy
Apache License 2.0
328 stars 188 forks source link

CodeDeploy-Agent falsely reports a successful install via SSM when using Ubuntu 22.04 and proceeds to fail #321

Closed hparadiz closed 2 years ago

hparadiz commented 2 years ago

Just tried to install CodeDeploy-Agent on a fresh 22.04 box and it fails silently.

This is because 22.04 comes with Ruby 3.x instead of 2.x

mwjones-aws commented 2 years ago

Hello,

Ubuntu 22 is not supported by the CodeDeploy agent yet. Here's a list of the operating systems we do support today

Can you tell me more about the silent failure? Did SSM distributor say that CodeDeploy Agent installed successfully?

mwjones-aws commented 2 years ago

Duplicate of #301

hparadiz commented 2 years ago

@mwjones-aws

Can you tell me more about the silent failure? Did SSM distributor say that CodeDeploy Agent installed successfully?

Yup. That's exactly what happened.