Skip to content

Instantly share code, notes, and snippets.

@Vaibhav-Narkhede
Last active August 29, 2015 14:17
Show Gist options
  • Save Vaibhav-Narkhede/235fcce00ddc341e7d17 to your computer and use it in GitHub Desktop.
Save Vaibhav-Narkhede/235fcce00ddc341e7d17 to your computer and use it in GitHub Desktop.
EC2 vs Elastic Beanstalk in AWS
http://stackoverflow.com/questions/9093741/manual-deployment-vs-amazon-elastic-beanstalk
http://stackoverflow.com/questions/25956193/amazon-ec2-vs-aws-elastic-beanstalk
EC2 by itself is not PAAS. It is more like IAAS (Infrastructure as a Service). You still have to take care of the server instances, install software on them, keep them updated, etc.
Elastic Beanstalk is a PAAS system. So are App Engine and Azure among many others.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment