Deploy Strapi on EC2

Hello,
I’m investigating the different possibilities about deploy Strapi.
Looking at AWS, I saw the documentation, it explain how to deploy it to EC2 + RDS.

My question is: is it possible to deploy and configure the Postgre db server on the EC2 instead of use RDS? Take care I will then need to access data from NUXT JS app and will deploy the whole site to Netlify.

Kind regards,
Matt

Yes this is possible, we are eventually planning to deploy an AWS “one-click” (It’ll take a little more than one-click) but you can view the script to generate the AMI here: one-click-deploy/aws-ami at master · strapi/one-click-deploy · GitHub