AWS Training for Beginners - Day 5
Previous posts in this series are Day 1 , Day 2 , Day 3 , Day 4 Youtube video of this post - Day 5 In this post, let us get into a bit more depth on IaaS, Paas, Saas. SaaS and IaaS are only explained as an Information. Actual focus is towards PaaS. PaaS vs IaaS There are so many articles to dwelve deep into these concepts of Paas , IaaS, Saas, FaaS and many more. Below is a very basic way to differentiate between On-premises, IaaS, PaaS, SaaS. Remember ending with 'S' means some sort of service in the Cloud. Cloud can be any of Google Cloud or AWS cloud or Microsoft Azure Cloud or Oracle Cloud or IBM BlueMix Cloud. https://www.bmc.com/blogs/saas-vs-paas-vs-iaas-whats-the-difference-and-how-to-choose/ Deploy a Python application in AWS Elastic Beanstalk (EB) Now run a Flask based python simple web application locally and then deploy to AWS Elastic beanstalk using AWS EB CLI. Follow the steps of https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/create-...