Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(move to OR instance class): Use the new opensearch instance class for our clusters. #481

Merged
merged 2 commits into from
Apr 6, 2024

Conversation

mdial89f
Copy link
Contributor

@mdial89f mdial89f commented Apr 1, 2024

Purpose

Last year, amazon released some opensearch specific instance types, 'or'. This moves to that, and also upgrades opensearch from 2.3 to 2.11, a requirement of using the new type.

Linked Issues to Close

Closes https://qmacbis.atlassian.net/browse/OY2-27044

Approach

The upper environments remain on a large, which is a bit more expensive but has twice the ram.

The lower environments are moved from the smallest t3 instance to the smallest or instance. There is a price increase, but for the increased performance in the lower level, it seems a reasonable trade.

Assorted Notes/Considerations/Learning

  • Due to lifecycle nuance, the data service needs to be destroyed before this code will successfully deploy.

@mdial89f mdial89f added status: READY PR is ready for review type: FEAT Submit new features labels Apr 1, 2024
@mdial89f mdial89f merged commit 1a06149 into master Apr 6, 2024
6 of 16 checks passed
@mdial89f mdial89f deleted the lima branch April 6, 2024 15:14
Copy link
Contributor

github-actions bot commented Apr 7, 2024

🎉 This PR is included in version 1.5.0-val.26 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released on @val status: READY PR is ready for review type: FEAT Submit new features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants