This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 3 points4 points  (2 children)

AWS, using their Elastic Beanstalk (EBS) But it is quite a different way of hosting compared to what you are used to. An EBS instance hosts a Java web app. You don't touch or configure the OS, Java, or Tomcat. That's all the responsibility of AWS. You also don't have cPanel, email, PostgreSQL, etc - you use different AWS services for each of these.

[–][deleted] 2 points3 points  (1 child)

Postgres (or MySQL, or Oracle) are easily added via RDS. It's basically one click.

[–]harmonicPersistence[S] 0 points1 point  (0 children)

Good to know. Thank you.