Hey all, does pulumi have support for managing ela...
# getting-started
g
Hey all, does pulumi have support for managing elasticsearch indexes when using elastic cloud?
l
No. Pulumi is 99% for creating resources (deploy time), rather than administering then (run time). It deals with cloud service provider APIs (AWS, Azure, ElasticCloud, etc), not the APIs of the services running on them (Postgres, MicrosoftAD, Redis).
g
I see, I thought so, thanks for confirming
l
That said, it is just a normal program; if you stick something asynchronous in, that runs when the cluster is finished deploying, it could tweak your indexes...