Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
lib
/
python3
/
dist-packages
/
awscli
/
examples
/
lightsail
/
Filename :
get-instance-state.rst
back
Copy
**To get information about the state of an instance** The following ``get-instance-state`` example returns the state of the specified instance. :: aws lightsail get-instance-state \ --instance-name MEAN-1 Output:: { "state": { "code": 16, "name": "running" } }