This is step 1 of 5 of Hands-On Project 4 for Amazon Web Services. In this step, you create an Elastic Beanstalk environment to host our e-commerce demo application in production. Back to Project Create Elastic Beanstalk Application Within Elastic Beanstalk, there is a separate setup for each application. Within…
Month: November 2022
Deploy a Production Application using PaaS Services on AWS
In this part of the project, we deploy an e-commerce demo application to production using Platform as a Service on AWS. Approach Our demo application provides a REST API and is written in Python using the Django REST Framework. The application is backed by a relational database for which we…
Deploy a Production Application Using PaaS Services on Azure
In this part of the project, we deploy an e-commerce demo application to production using Platform as a Service on Azure. Approach Our demo application provides a REST API and is written in Python using the Django REST Framework. The application is backed by a relational database for which we…
Hands-On Project 4: Application Deployment Using Platform as a Service
In this project, you will use PaaS services on both Azure and AWS to build a pseudo-production environment for our e-commerce demo application, deploy the application, and become familiar with the application’s behavior in production. Overview Once an application is built and tested on development computers, the task of moving…