404

[ Avaa Bypassed ]




Upload:

Command:

botdev@18.225.254.112: ~ $
**To return information about all provisioned DAX clusters**

The following ``describe-clusters`` example displays details about all provisioned DAX clusters. ::

    aws dax describe-clusters

Output::

    {
        "Clusters": [
            {
                "ClusterName": "daxcluster",
                "ClusterArn": "arn:aws:dax:us-west-2:123456789012:cache/daxcluster",
                "TotalNodes": 1,
                "ActiveNodes": 1,
                "NodeType": "dax.r4.large",
                "Status": "available",
                "ClusterDiscoveryEndpoint": {
                    "Address": "daxcluster.ey3o9d.clustercfg.dax.usw2.cache.amazonaws.com",
                    "Port": 8111
                },
                "Nodes": [
                    {
                        "NodeId": "daxcluster-a",
                        "Endpoint": {
                            "Address": "daxcluster-a.ey3o9d.0001.dax.usw2.cache.amazonaws.com",
                            "Port": 8111
                        },
                        "NodeCreateTime": 1576625059.509,
                        "AvailabilityZone": "us-west-2c",
                        "NodeStatus": "available",
                        "ParameterGroupStatus": "in-sync"
                    }
                ],
                "PreferredMaintenanceWindow": "thu:13:00-thu:14:00",
                "SubnetGroup": "default",
                "SecurityGroups": [
                    {
                        "SecurityGroupIdentifier": "sg-1af6e36e",
                        "Status": "active"
                    }
                ],
                "IamRoleArn": "arn:aws:iam::123456789012:role/DAXServiceRoleForDynamoDBAccess",
                "ParameterGroup": {
                    "ParameterGroupName": "default.dax1.0",
                    "ParameterApplyStatus": "in-sync",
                    "NodeIdsToReboot": []
                },
                "SSEDescription": {
                    "Status": "ENABLED"
                }
            }
        ]
    }

For more information, see `Managing DAX Clusters <https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DAX.cluster-management.html>`__ in the *Amazon DynamoDB Developer Guide*.

Filemanager

Name Type Size Permission Actions
create-cluster.rst File 1.56 KB 0755
create-parameter-group.rst File 676 B 0755
create-subnet-group.rst File 987 B 0755
decrease-replication-factor.rst File 3.05 KB 0755
delete-cluster.rst File 1.49 KB 0755
delete-parameter-group.rst File 510 B 0755
delete-subnet-group.rst File 485 B 0755
describe-clusters.rst File 2.17 KB 0755
describe-default-parameters.rst File 1.46 KB 0755
describe-events.rst File 1.46 KB 0755
describe-parameter-groups.rst File 621 B 0755
describe-parameters.rst File 1.53 KB 0755
describe-subnet-groups.rst File 1.34 KB 0755
increase-replication-factor.rst File 2.37 KB 0755
list-tags.rst File 609 B 0755
tag-resource.rst File 700 B 0755
untag-resource.rst File 546 B 0755