1 Answer
- Newest
- Most votes
- Most comments
0
Hi, were you able to resolve this issue with AWS CLI invoking lightsailctl
plugin?
Is lightsailctl
in your PATH
?
You can check like this (assuming from your post that you're on Windows):
where lightsailctl
If it isn't in the PATH
, it is likely you need to try again and follow instructions here:
https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-install-software
To summarize, you will end up with lightsailctl.exe
executable stored in some directory on your PC. Let's say it is in C:\Lightsail\
directory.
Ensure it is added your PATH
. And then do this check:
> where lightsailctl
C:\Lightsail\lightsailctl.exe
If the check works, your first command should start working.
Relevant content
- asked 2 years ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated 6 months ago
- AWS OFFICIALUpdated 6 months ago
- AWS OFFICIALUpdated 2 months ago