Scale AWS OpenSearch
0
Hi,
How can you scale AWS OpenSearch e.g. to switch off the cluster at night and cut some costs? I see that Step Functions does not have this ability.
Topics
asked a month ago7 views
1 Answers
1
Accepted Answer
You cannot shutdown a Amazon OpenSearch domain and bring it back on. You can down scale (e.g., change node type), but i would not recommend it, as it will trigger a blue green deployment as all data will need to be moved to the new instances. You can delete the domain and restore it from a manual snapshot.
answered a month ago
Relevant questions
Throttling a Client/Index from OpenSearch (ElasticSearch)
Accepted Answerasked 5 months agoOpenSearch [elasticsearch] elasticsearch/client.go:407 Cannot index event publisher.Event
asked 2 months agoOpenSearch Cluster max clause count not updating
asked 2 months agoLog Subscription Filter To Opensearch
asked 6 months agoBar chart on OpenSearch is visually cutting off last day of data from
asked 5 months agoAccess to AWS Opensearch in a VPC
Accepted Answerasked 19 days agoAWS Openseaarch Support for cold_migration and cold_delete
asked 3 months agoScale AWS OpenSearch
Accepted Answerasked a month agoOpenSearch SNS Destination Support for Alerting
asked 4 months agoAWS Service that can act like Lambda without a time limit?
asked 2 months ago
I thought there is another way. But, anyway. Thank you.