How to fix AWS CLI (linux) - The Lightsail Control (lightsailctl) plugin was not found
Channel:
Subscribers:
4,970
Published on ● Video Link: https://www.youtube.com/watch?v=ozL4ZAEVqPc
I got an error when trying to run the following command:
aws lightsail push-container-image --region ap-southeast-1 --service-name container-service-1 --label mylable --image myimages/mywebsite:2.0
Error:
The Lightsail Control (lightsailctl) plugin was not found. To download and install it, see https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-install-software
To fix it, just run this command:
curl "https://s3.us-west-2.amazonaws.com/lightsailctl/latest/linux-amd64/lightsailctl" -o "/usr/local/bin/lightsailctl"
sudo chmod +x /usr/local/bin/lightsailctl
Other Videos By Ambar Hasbiyatmoko
Tags:
aws
cli
lightsail
amazon
service
container
error
plugin
terminal
ubuntu
linux
cloud
install