0

I was working with EBS ( elastic bean stalk ), I saw nodejs as an option.

I have a website running with ReactJS on front end and Java/Tomcat as backend.

Can I deploy that app on EBS ?

JavaDeveloper
  • 5,320
  • 16
  • 79
  • 132
  • Seems [perfectly doable](https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/concepts.platforms.html#concepts.platforms.java). Also have a look at [this post](https://stackoverflow.com/questions/40772948/build-a-react-app-in-elastic-beanstalk) for react apps. – Arno C Jan 02 '18 at 12:53

1 Answers1

1

Yes 100% doable. AWS Elastic Beanstalk supports almost all platforms. From Ruby to Docker. Also you can build your own custom platforms. Please go through the below links.

AWS Elastic Beanstalk Tomcat Deployment

AWS Elastic Beanstalk Supported Platforms

Vaisakh PS
  • 1,181
  • 2
  • 10
  • 19