How to fix AWS CLI (linux) - The Lightsail Control (lightsailctl) plugin was not found

Subscribers:
4,970
Published on ● Video Link: https://www.youtube.com/watch?v=ozL4ZAEVqPc



Duration: 1:36
155 views
0


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


2022-12-23Membuat website (blog) dari 0 full ngoding - #part 3 mengimport text editor Tinymce ke dlm dashboard
2022-12-09Membuat website (blog) dari 0 full ngoding - #part 2 membuat halaman dashboard dengan php dan mysql
2022-12-09How to uninstall aws codedeploy agent from ubuntu 18.04
2022-12-05How to install the latest version of aws codedeploy agent in ubuntu 18.04
2022-12-04Membuat website (blog) dari 0 full ngoding - #part 1 membuat template menggunakan html dan css
2022-11-16Deploy aplikasi ke amazon lightsail container menggunakan ECR private repository
2022-11-15How to install the latest version of aws cli in ubuntu 18.04
2022-11-13Push image ke private repository ECR (Elastic Container Registry) AWS
2022-11-13Deploy aplikasi ke amazon lightsail container menggunakan lightsail private repository
2022-11-06Membuat email di Amazon Workmail menggunakan domain pribadi
2022-11-06How to fix AWS CLI (linux) - The Lightsail Control (lightsailctl) plugin was not found
2022-11-05Deploy aplikasi ke amazon lightsail container menggunakan docker hub public repository
2022-10-26How to fix vscode (ubuntu) - unable to resolve your shell environment in a reasonable time
2022-10-24Menginstall Wordpress di Amazon Lightsail
2022-10-08How to fix errors in virtualbox - modprobe vboxdrv, Kernel driver not installed
2022-10-02Cara upgrade instance (vps) di Amazon Lightsail
2022-10-01Belajar membuat virtual private server (vps) dengan Amazon Lightsail
2022-08-28How to fix ubuntu 22.04 grub is missing after update windows 10
2022-08-07How to fix composer error - PHP parse error, expecting variable T_VARIABLE in Composer IO BaseIO.php
2022-07-13How to fix Codeigniter error (PHP 7.2) - the Encrypt library requires the Mcrypt extension
2022-07-12FileZilla can't connect to EC2 Instance - Disconnected No supported authentication methods available



Tags:
aws
cli
lightsail
amazon
service
container
error
plugin
terminal
ubuntu
linux
cloud
install