Skip to content

Commit

Permalink
update elasticsearch instance type
Browse files Browse the repository at this point in the history
  • Loading branch information
asjohnston-asf committed Apr 8, 2024
1 parent 8e6ce84 commit 710b3c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- All other product downloads are reported under the `SENTINEL-1_INTERFEROGRAMS` collection.
- Upgraded lambda functions to Python 3.12 from Python 3.8.
- Upgraded Elasticsearch to 7.10 from 7.4.
- Upgraded instance type for Elasticsearch domain to `t3.small.search` from `t2.small.elasticsearch`.

### Removed
- Downloads of `.unw_geo.zip` products are no longer reported under the `SENTINEL-1_INSAR_UNWRAPPED_INTERFEROGRAM_AND_COHERENCE_MAP` collection. This collection was removed within the last year.
Expand Down
2 changes: 1 addition & 1 deletion cloudformation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Resources:
ElasticsearchClusterConfig:
DedicatedMasterEnabled: false
InstanceCount: 1
InstanceType: t2.small.elasticsearch
InstanceType: t3.small.search
ZoneAwarenessEnabled: false
EBSOptions:
EBSEnabled: true
Expand Down

0 comments on commit 710b3c6

Please sign in to comment.