Hi,
Yeah, I saw the ‘could not delete’, its on the fix list.
The major issue seems to have to do with the Lua code cache. Which was recently turned on by default (that was not the case before a month ago), so try:
sudo coronium-tools cacheoff
If that doesn’t work, try direct:
sed ‘/s/lua_code_cache on;/lua_code_cache off;/’ -i /usr/local/openresty/nginx/conf/nginx.conf
Reboot, try again.
The AWS images are generally locked at a version, the Ubuntu installer will always be bleeding edge. Something to consider.
Most of this should be resolved soon with the next major release.
Cheers.