404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.19.67.85: ~ $
**To discover registered instances**

The following ``discover-instances`` example discovers registered instances. ::

    aws servicediscovery discover-instances \
        --namespace-name example.com \
        --service-name myservice \
        --max-results 10 \
        --health-status ALL

Output::

    {
        "Instances": [
            {
                "InstanceId": "myservice-53",
                "NamespaceName": "example.com",
                "ServiceName": "myservice",
                "HealthStatus": "UNKNOWN",
                "Attributes": {
                    "AWS_INSTANCE_IPV4": "172.2.1.3",
                    "AWS_INSTANCE_PORT": "808"
                }
            }
        ]
    }


Filemanager

Name Type Size Permission Actions
create-private-dns-namespace.rst File 706 B 0644
create-service.rst File 1.15 KB 0644
delete-namespace.rst File 635 B 0644
delete-service.rst File 362 B 0644
deregister-instance.rst File 725 B 0644
discover-instances.rst File 711 B 0644
get-operation.rst File 589 B 0644
list-instances.rst File 646 B 0644
list-namespaces.rst File 2.05 KB 0644
list-services.rst File 896 B 0644
register-instance.rst File 778 B 0644