Since the last 4 years or so the cloud computing has been a game changer in a number ways and the emergence of serverless computing/architectures has just solved many of the core computing problems. Serverless is about abstracting users away from servers, infrastructure, and having to deal with low-level configuration or the core operating system. … Continue reading Serverless Battle: Azure Functions compared to AWS lambda
Tag: compute
AWS: Elastic Beanstalk
Elastic Beanstalk is an application to run your services and scale them on AWS. Under the covers, it simply running your code on EC2 instances. But advantage of Beanstalk is that it add more features. Drawbacks of deployment of an application on EC2: Manual configuration. Manual code deployment. Restricted command line interface. Scale with AMIs. … Continue reading AWS: Elastic Beanstalk