Running Strapi on Amazon Lightsail (SSL, Custom Domain)

Overview I had the opportunity to run Strapi on Amazon Lightsail, so this is a personal note. I referenced the following article. https://zenn.dev/holykzm/articles/1e54cc25207657 Instance Select Node.js. Please select one with 1GB or more of memory. If you build on Lightsail, an out-of-memory error will occur. SSL, Custom Domain Please refer to the following. /en/posts/5772d6c918508a/#独自ドメインの付与 Assign a Static IP, set up a custom domain with Route 53, and execute the following. ...

April 11, 2023 · 4 min · Nakamura

Deploying Nuxt 3 on Amazon Lightsail: Using pm2

Introduction When deploying applications developed with Nuxt 3 and similar frameworks, I often use GitHub Pages, Netlify, AWS Amplify, and Serverless Framework + Lambda. However, this time I had the opportunity to deploy using a VPS, so this is a memo. References Specifically, I use Amazon Lightsail and pm2. Creating an Amazon Lightsail Instance Select the Node.js blueprint. Also, since port 3000 is used, open the firewall for it. ...

December 22, 2022 · 4 min · Nakamura