Hi! I am using Kong which uses OpenResty, and using a lua_shared_dict for cache.
I'm running this on an EC2 instance with 16 GB of included storage and an attached EBS volume that's much bigger (100 GB).
I'd like the lua_shared_dict to be mapped to the attached EBS volume to take advantage of the extra space for cache, but I can't figure out if this is possible, or if it's something transparently handled by OpenResty/NGINX.
It's also entirely conceivable that my mental model of what happens with a lua_shared_dict is completely wrong :) in which case I would love pointers to where I can read more.
Any help gratefully appreciated!