exam questions

Exam AWS-SysOps All Questions

View all questions & answers for the AWS-SysOps exam

Exam AWS-SysOps topic 1 question 689 discussion

Exam question from Amazon's AWS-SysOps
Question #: 689
Topic #: 1
[All AWS-SysOps Questions]

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
  • B. use the CreateCacheCluster API and specify a new CacheNodeType
  • C. use the ModifyCacheParameterGroup API and specify a new CacheNodeType
  • D. use the RebootCacheCluster API and specify a new CacheNodeType
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
saumenP
Highly Voted 2 years, 6 months ago
oops, B is correct, https://docs.aws.amazon.com/AmazonElastiCache/latest/mem-ug/Scaling.html#Scaling.Memcached.Vertically.API Scaling Memcached Vertically When you scale your Memcached cluster up or down, you must create a new cluster.
upvoted 20 times
Ka
2 years, 6 months ago
B is correct. thanks for the Link!
upvoted 1 times
...
...
testaws
Highly Voted 2 years, 7 months ago
B is correct https://forums.aws.amazon.com/thread.jspa?threadID=194986 If you are using memcached engine, you can add additional nodes to your cluster to increase the total cache size. If you want to use bigger instance type, you will have to launch a new cache cluster and make your application to start using it.
upvoted 14 times
...
albert_kuo
Most Recent 8 months, 3 weeks ago
Selected Answer: B
aws elasticache create-cache-cluster \ --cache-cluster-id my-cluster \ --cache-node-type cache.r4.large \ --engine memcached \ --engine-version 1.4.24 \ --cache-parameter-group default.memcached1.4 \ --num-cache-nodes 3
upvoted 1 times
...
softarts
1 year, 9 months ago
B for sure, it is in neal's practice exam
upvoted 1 times
...
abhishek_m_86
2 years, 6 months ago
B. use the CreateCacheCluster API and specify a new CacheNodeType Seem correct
upvoted 2 times
...
jackdryan
2 years, 6 months ago
I'll go with B
upvoted 2 times
...
waterzhong
2 years, 6 months ago
oops, B is correct, https://docs.aws.amazon.com/AmazonElastiCache/latest/mem-ug/Scaling.html#Scaling.Memcached.Vertically.API Scaling Memcached Vertically When you scale your Memcached cluster up or down, you must create a new cluster.
upvoted 2 times
...
tiffanny
2 years, 6 months ago
When you scale your Memcached cluster up or down, you must create a new cluster. https://docs.aws.amazon.com/AmazonElastiCache/latest/mem-ug/Scaling.html#Scaling.Memcached.Vertically
upvoted 1 times
...
MrDEVOPS
2 years, 6 months ago
whenever u want to scale a memcached cluster u need to create not update
upvoted 1 times
...
iamsajal
2 years, 6 months ago
A is correct for Memcached: https://docs.aws.amazon.com/AmazonElastiCache/latest/mem-ug/Scaling.html#Scaling.Memcached.Vertically.API B for Redis. https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Scaling.RedisStandalone.ScaleUp.html
upvoted 1 times
KhatriRocks
2 years, 6 months ago
What I read for MemCached, it seems B is right then To scale a Memcached cluster vertically (console) Create a new cluster with the new node type. For more information, see Creating a Memcached Cluster (Console). In your application, update the endpoints to the new cluster's endpoints. For more information, see Finding a Cluster's Endpoints (Console). Delete the old cluster. For more information, see Using the AWS Management Console.
upvoted 1 times
...
...
praveenshen
2 years, 6 months ago
A should be correct
upvoted 1 times
awsnoob
2 years, 6 months ago
Ans is B: https://forums.aws.amazon.com/thread.jspa?threadID=194986
upvoted 3 times
...
...
saumenP
2 years, 6 months ago
Still believes A is correct https://docs.aws.amazon.com/AmazonElastiCache/latest/mem-ug/CacheNodes.NodeReplacement.html To manually replace a Memcached node Delete the node scheduled for replacement. For instructions, see Removing Nodes from a Cluster. Add a new node to the cluster. For instructions, see Adding Nodes to a Cluster. If you are not using Automatically Identify Nodes in your Memcached Cluster on this cluster, see your application and replace every instance of the old node's endpoint with the new node's endpoint.
upvoted 2 times
...
saumenP
2 years, 7 months ago
A is correct
upvoted 1 times
...
mukeshs
2 years, 7 months ago
Agree it should be A
upvoted 2 times
...
TJarriault
2 years, 7 months ago
response : A
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago