DEV Community

Discussion on: Deploy a NodeJS app on AWS EC2

Collapse
 
ponikar profile image
Ponikar

micro-instance only uses EBS storage I guess in free tier they offers you 25 GB SSD
EBS storage

Collapse
 
invaderb profile image
Braydon Harris

Sorry I was referring to elastic beanstalk vs an EC2 instance.

Collapse
 
invaderb profile image
Braydon Harris

Also what would you recommend for doing CI/CD for something like this with an EC2

Thread Thread
 
ponikar profile image
Ponikar

I never tried CI/CD!