Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
awscli / awscli / examples / lightsail / get-active-names.rst
Size: Mime:
**To get active resource names**

The following ``get-active-names`` example returns the active resource names in the configured AWS Region. ::

    aws lightsail get-active-names

Output::

    {
        "activeNames": [
            "WordPress-1",
            "StaticIp-1",
            "MEAN-1",
            "Plesk_Hosting_Stack_on_Ubuntu-1"
        ]
    }