Is it possible to install RediSearch (Redis Module) either in AWS ElastiCache or MemoryDB? Creating inverted indexing manually can be a real pain and it would be nice to have this feature available in AWS. I've found a possible workaround to install it using EC2 but for a production-oriented usage this solution is not feasible. It would be a lot better to have a managed solution where RediSearch is available.
I see that it would also be possible to have RediSearch as a service on Redis Enterprise Cloud from Redis Labs on AWS, Azure and GCP, but I'm wondering if this module can be provided directly in AWS without paying for an additional license. RedisJson should be already available in AWS for instance.
On this old SO question it was confirmed by AWS support that in 2021 it was not possible using RediSearch out of the box in AWS ElastiCache. Is it still the case in 2023?