Can we deploy strapi in alibaba cloud

Hi I am new to strapi and I know we have a few option for deployment like AWS and Azure. But can we actually deploy in alibaba cloud or aws lightsail? is it supported? when deploy strapi is image store in blob postgresql or we need dedicated storage like alibaba object storage?

sure. strapi itself is a node application, which can be run through pm2 or docker on Alibaba Cloud ECS or lightweight application server.
My blog is running on the lightweight application server of Tencent Cloud, and the pictures are stored in Tencent Cloud COS, using the official S3 plug-in.