ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 271 - SOA-C02 discussion

Report
Export

A SysOps administrator is managing a Memcached cluster in Amazon ElastiCache. The cluster has been heavily used recently, and the administrator wants to use a larger instance type with more memory.

What should the administrator use to make this change?

A.
Use the ModifycacheCluster API and specify a new cacheNodeType.
Answers
A.
Use the ModifycacheCluster API and specify a new cacheNodeType.
B.
Use the createcacheciuster API and specify a new cacheNodeType.
Answers
B.
Use the createcacheciuster API and specify a new cacheNodeType.
C.
Use the Modi fyCacheParameterGcoup API and specify a new CacheNodeType.
Answers
C.
Use the Modi fyCacheParameterGcoup API and specify a new CacheNodeType.
D.
Use the Rebootcacheclustcr API and specify a new CacheNodeType.
Answers
D.
Use the Rebootcacheclustcr API and specify a new CacheNodeType.
Suggested answer: A

Explanation:

To upgrade the instance type of a Memcached cluster in Amazon ElastiCache due to increased usage and the need for more memory:

ModifyCacheCluster API: Utilize the ModifyCacheCluster API call. This API allows you to change various settings of an existing cache cluster, including the instance type, which is referred to as cacheNodeType.

Instance Upgrade: Specify a new, larger cacheNodeType that provides more memory. This upgrade will involve a brief interruption as nodes are replaced with the larger type, but it is necessary to accommodate the increased load and memory requirements.

Cluster Availability: Ensure that the Memcached cluster is configured for minimal downtime during this change. The upgrade process is handled by ElastiCache, and the new nodes will join the cluster with more memory capacity.

This approach enables you to effectively scale up the resources available to your Memcached cluster, enhancing its performance and capacity to handle larger workloads.

asked 16/09/2024
Henrik Persson
34 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first