EnglishFrenchSpanish

Ad


OnWorks favicon

elasticache-describe-cache-clusters - Online in the Cloud

Run elasticache-describe-cache-clusters in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command elasticache-describe-cache-clusters that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


elasticache-describe-cache-clusters - Describes Cache Clusters and
Nodes

SYNOPSIS


elasticache-describe-cache-clusters
[CacheClusterId] [--marker value ] [--max-records value ]
[--show-cache-node-info ] [General Options]

DESCRIPTION


Returns information about the cache clusters/nodes for this
account. If you
pass in a CacheClusterId, it will return information only about that
cluster. Otherwise it will return information for all of your caches,
up to
--max-records. Also, specifying --show-cache-node-info will return all
the
node information.

ARGUMENTS


CacheClusterId
User-supplied cache cluster identifier, this is the unique key that
identifies a cache cluster. The identifier must be 1 to 20
alphanumeric
characters or hyphens, is case insensitive, and is not case
preserving.
You can also set this value using "--cache-cluster-id".

SPECIFIC OPTIONS


-sn, --show-cache-node-info
Whether node level information is requested or not. The default
value is
'false'.

GENERAL OPTIONS


--aws-credential-file VALUE
Location of the file with your AWS credentials. This value can be
set by
using the environment variable 'AWS_CREDENTIAL_FILE'.

--connection-timeout VALUE
Specify a connection timeout VALUE (in seconds) for API calls. The
default value is '30'.

--debug
If an error occurs while --debug is used, it will display
information
useful for debugging the problem. The default value is 'false'.

--delimiter VALUE
What delimiter to use when displaying delimited (long) results.

--headers
If you are displaying tabular or delimited results, it includes the
column headers. If you are showing xml results, it returns the HTTP
headers from the service request, if applicable. This is off by
default.

-I, --access-key-id VALUE
Specify the AWS Access ID to use.

--marker VALUE
The marker provided in the previous request. If this parameter is
specified the response includes only records beyond the marker, up
to
MaxRecords.

--max-records VALUE
Maximum number of records to return per page. Allowed value range
for
this parameter is 20-100, default value is 100.

--region VALUE
Specify region VALUE as the web service region to use. This value
can be
set by using the environment variable 'EC2_REGION'.

-S, --secret-key VALUE
Specify the AWS Secret Key to use.

--show-empty-fields
Show empty fields and rows, using a "(nil)" value. The default is
to not
show empty fields or columns.

--show-request
Displays the URL used by the tools to call the AWS Service. The
default
value is 'false'.

--show-table, --show-long, --show-xml, --quiet
Specify how the results are displayed: tabular, delimited (long),
xml, or
no output (quiet). Tabular shows a subset of the data in fixed
column-width form, while long shows all of the returned values
delimited
by a character. The xml is the raw return from the service, while
quiet
suppresses all standard output. The default is tabular, or
'show-table'.

-U, --url VALUE
This option will override the URL for the service call with VALUE.
This
value can be set by using the environment variable
'AWS_ELASTICACHE_URL'.

INPUT EXAMPLES


Returns descriptions of all of your cache clusters.

$PROMPT>elasticache-describe-cache-clusters
CACHECLUSTER simcoprod01 2011-07-06T23:24:41.212Z cache.m1.large
memcached available 3 us-east-1a 1.4.5
SECGROUP default active
PARAMGRP default.memcached1.4 in-sync

Returns descriptions of all of your cache clusters with node info.

$PROMPT>elasticache-describe-cache-clusters --show-cache-node-info
CACHECLUSTER simcoprod01 2011-07-06T23:24:41.212Z cache.m1.large
memcached available 3 us-east-1a 1.4.5
SECGROUP default active
PARAMGRP default.memcached1.4 in-sync
CACHENODE 0001 2011-07-06T23:24:41.212Z available
simcoprod01.m2st2p.0001.use1.cache.amazonaws.com 11211 in-sync
CACHENODE 0002 2011-07-06T23:24:41.212Z available
simcoprod01.m2st2p.0002.use1.cache.amazonaws.com 11211 in-sync
CACHENODE 0003 2011-07-06T23:24:41.212Z available
simcoprod01.m2st2p.0003.use1.cache.amazonaws.com 11211 in-sync
CACHECLUSTER simcoprod02 cache.m1.large memcached creating 3
us-east-1b 1.4.5
SECGROUP default active
PARAMGRP default.memcached1.4 in-sync

Returns a description of a specific cache cluster, showing table
headers

$PROMPT>elasticache-describe-cache-clusters cacheCluster1 --headers

Returns a full description of a specific cache cluster, showing table
headers

$PROMPT>elasticache-describe-cache-clusters cacheCluster1 --show-long
--headers

OUTPUT


This command returns a table that contains the following:
* CacheClusterId - User-supplied cache identifier, this is the unique
key
that identifies a cache cluster for a customer.
* Created - The creation date of this cache cluster.
* Type - The compute and memory capacity of the cache cluster.
* Engine - Name of the cache engine to be used for this cache cluster.
* Status - The current status of the cluster.
* NumberOfNodes - The number of cache nodes within this cluster.
* PreferredAZ - The preferred availability zone of this cache cluster.
* Version - The cache engine's version number.
* Maintenance Window - The window during which patching and cluster
modifications will be performed. This column appears only in the
--show-long
view.
* PendingNumberCacheNodes - The number of nodes the cache cluster will
have
once any pending Add/Remove node actions are complete.
* PendingVersion - Version of the cache engine which will be deployed
during
the next maintenance window, or which is currently being deployed if
the
--apply-immdiately option was specified..
* Auto Minor Version Upgrade - Whether minor version upgrades will
automatically be applied to the cache cluster during its maintenance
window.
This column appears only in the --show-long view.
* Name - Security Group name.
* Status - Status of authorization.
* Group Name - Name of cache parameter group applied to.
* Apply Status - Status of applying the parameter group. It can be
either
in-sync or pending-reboot.
* CacheNodeId - Cache node identifier, this is the unique key that
identifies a cache cluster node.
* Created - The creation date of this cache cluster node.
* Status - The current status of the node.
* Address - Address used to connect to the cache cluster node.
* Port - Port used to connect to the cache cluster node.
* ParameterGroupStatus - The parameter group status for this node. If
this
node needs to be rebooted to apply parameter group changes, it will be
pending-reboot. If this node is being rebooted, it will be applying.
Otherwise it is in-sync.
* Topic Arn - Arn for SNS topic used to publish notifications related
to
cache clusters.
* Topic Status - Status of this SNS topic.
* Node ID - Node ID pending to be removed.
* Node ID - Node ID that needs to be rebooted to apply outstanding
parameter
group changes.

OUTPUT EXAMPLES


Output with column headers

Use elasticache-describe-cache-clusters online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    wxPython
    wxPython
    A set of Python extension modules that
    wrap the cross-platform GUI classes from
    wxWidgets.. Audience: Developers. User
    interface: X Window System (X11), Win32 ...
    Download wxPython
  • 2
    packfilemanager
    packfilemanager
    This is the Total War pack file manager
    project, starting from version 1.7. A
    short introduction into Warscape
    modding: ...
    Download packfilemanager
  • 3
    IPerf2
    IPerf2
    A network traffic tool for measuring
    TCP and UDP performance with metrics
    around both throughput and latency. The
    goals include maintaining an active
    iperf cod...
    Download IPerf2
  • 4
    fre:ac - free audio converter
    fre:ac - free audio converter
    fre:ac is a free audio converter and CD
    ripper for various formats and encoders.
    It features MP3, MP4/M4A, WMA, Ogg
    Vorbis, FLAC, AAC, and Bonk format
    support, ...
    Download fre:ac - free audio converter
  • 5
    Matplotlib
    Matplotlib
    Matplotlib is a comprehensive library
    for creating static, animated, and
    interactive visualizations in Python.
    Matplotlib makes easy things easy and
    hard thing...
    Download Matplotlib
  • 6
    BotMan
    BotMan
    Write your chatbot logic once and
    connect it to one of the available
    messaging services, including Amazon
    Alexa, Facebook Messenger, Slack,
    Telegram or even yo...
    Download BotMan
  • More »

Linux commands

Ad