-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
aws deploy install not running on Ubuntu Server 18.04/20.04 arm64 #5874
Comments
Hi @flash0591, Can you please provide logs by adding the |
Hi @kdaily, 2021-01-20 07:16:09,317 - MainThread - awscli.clidriver - DEBUG - CLI version: aws-cli/2.1.20 Python/3.7.3 Linux/5.4.0-1015-raspi exe/aarch64.ubuntu.18 Only Ubuntu Server, Red Hat Enterprise Linux Server and Windows Server operating systems are supported. |
@kdaily I'm running into the same issue. Looking at the Here's the contents of mine on the server
I haven't tried to debug the Line 458 in 4fd42b1
|
Hi @flash0591, Looks like for your case the all caps
@mckalexee - I'll have to investigate your scenario further, as the contents there look to be OK! |
Hi @kdaily , |
I'm still looking into this. I tried this on an Ubuntu EC2 (18.04) and it detected the distribution fine. I'm not clear what could be different on a Raspberry Pi at the moment. |
If it's helpful we can pair and you can try it on the actual machine that's having an issue. |
Hi @mckalexee, thanks! I'm going to chat with my colleague who works on IoT devices to test there, and will let you know. |
@kdaily I checked out the source directly and ran Although it does try to install |
facing same issue, any new updates on this one ? |
There is another open issue related to this: #2976 |
The AWS CLI v2 documentation for installing on Linux notes:
Ubuntu 18.04 is not a recent version, it was EOL last year: https://ubuntu.com/engage/still-running-ubuntu-1804-what-you-need-to-know. Please open a new issue if you're having trouble in a more recent version of Ubuntu. |
This issue is now closed. Comments on closed issues are hard for our team to see. |
Confirm by changing [ ] to [x] below to ensure that it's a bug:
Describe the bug
If running "sudo aws deploy install --override-config --config-file /etc/codedeploy-agent/conf/codedeploy.onpremises.yml --region eu-central-1" with AWS-CLI Version 2.1.19 on an Ubuntu Server it returns "Only Ubuntu Server, Red Hat Enterprise Linux Server and Windows Server operating systems are supported.". Running "cat /etc/lsb-release" returns the following:
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=18.04
DISTRIB_CODENAME=bionic
DISTRIB_DESCRIPTION="Ubuntu 18.04.5 LTS"
Also tested on Ubuntu Server 20.04 LTS.
SDK version number
AWS-CLI Version 2.1.19
Platform/OS/Hardware/Device
Raspberry Pi 3 with arm64-Version of Ubuntu Server (18.04. and 20.04 tested)
To Reproduce (observed behavior)
To reproduce install an Ubuntu Server 18.04 or 20.04 on Raspberry Pi 3 and run the command above.
Expected behavior
I would have expected that the OS is supported.
Logs/output
Only Ubuntu Server, Red Hat Enterprise Linux Server and Windows Server operating systems are supported.
The text was updated successfully, but these errors were encountered: