OpenSearch Addons template #3369
huanjani
started this conversation in
Show and tell
Replies: 1 comment
-
I wanted to use this template, but on Env level, so that its not tied to a service. It took my hours and hours to find out the correct syntax. FInally I found out that (after finding #4754) addons parameters have to be defined. Thanks AWS team for wasting hours because of your insufficient documentation which makes you crawling through every issue. Here's the correct configuration, in my case for a 1 machine clusters for test reasons. You need a addons.parameters.yml
And here is the correct addon. If you use multiple machine clusters, you need to change the subnetids section
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Thank you, @coopsmoss!! 🙇🏼
#3006 (comment)
And then in your manifest.yml you can do this (assuming your environments are 'test' and 'prod'):
Beta Was this translation helpful? Give feedback.
All reactions