Suggested Answer:D🗳️
In Amazon ElastiCache, the code "aws elasticache describe-events --source-type cache-cluster -- duration 1440" is used to list the cache-cluster events for the past 24 hours (1440 minutes). Reference: http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/ECEvents.Viewing.html
The correct command is D. elasticache describe-events --source-type cache-cluster --duration 1440.
The elasticache describe-events command is used to list events for ElastiCache resources. The -d or --duration option specifies the number of minutes to look back for events. In this case, we want to look back for the past 24 hours, so we will use the value 1440. The -t or --source-type option specifies the type of ElastiCache resource to list events for. In this case, we want to list events for cache clusters, so we will use the value cache-cluster.
D
Explanation:
In Amazon ElastiCache, the code “aws elasticache describe-events –source-type cache-cluster — duration 1440” is used to list the cache-cluster events for the past 24 hours (1440 minutes).
**By default, only the events occurring within the last hour are returned; however, you can retrieve up to 14 days' worth of events if necessary.
** the "--duration (integer)" parameter specifies the number of minutes worth of events to retrieve.
Ref: https://docs.aws.amazon.com/cli/latest/reference/elasticache/describe-events.html
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.
amministrazione
8 months, 3 weeks agoSkyZeroZx
1 year, 10 months agoSizuma
2 years, 8 months agoHasitha99
3 years agoRVivek
3 years, 3 months agocldy
3 years, 5 months agoPb55
3 years, 6 months ago01037
3 years, 6 months agoExtHo
3 years, 6 months agosam_1975
3 years, 6 months agosergza
3 years, 7 months agosergza
3 years, 7 months ago