You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was getting timeout issue as gpg file was not present into my Ubuntu 20.4 version while running ecs-anywhere-install.sh Below commands resolved the issue.
$ sudo apt-get update
$ sudo apt-get install awscli -y
The text was updated successfully, but these errors were encountered:
Interesting. Thanks for bringing this up. Question: was the Ubuntu machine built with Vagrant (per the option in this tutorial) or was this one of your machines you built with your own processes? I am asking because when I tested this with Vagrant it worked and it did not need any additional command.
I was getting timeout issue as gpg file was not present into my Ubuntu 20.4 version while running ecs-anywhere-install.sh Below commands resolved the issue.
$ sudo apt-get update
$ sudo apt-get install awscli -y
The text was updated successfully, but these errors were encountered: