This is step 3 of 6 of Hands-On Project 4 for Azure. In this step, you provision an Azure AppService web server and connect it to your production VNet. Back to Project Create an AppService Web Server From the portal, navigate to the App Services service and click on Create.…
Month: November 2022
Provision the Production Database and Peer Your VNets
This is step 2 of 6 of Hands-On Project 4 for Azure. In this step, you provision a MySQL PaaS database server and connect your cloud PC to it using virtual network peering. Back to Project Overview This is a critical step in the project, because not only do we…
Provision the Production VNet
This is step 1 of 6 of Hands-On Project 4 for Azure. In this step, you create a virtual network (VNet) that is suitable to connect your production PaaS resources. Back to Project Planning In order to create a virtual network that will meet our requirements (and not require rework…
Troubleshooting Your Elastic Beanstalk Deployment
This is step 5 of 5 of Hands-On Project 4 for Amazon Web Services. In this step, we look briefly at how to obtain log files you can use to determine the cause of production problems. Back to Project View Elastic Beanstalk Logs The first level of troubleshooting you can…
Deploy a Django Application to Elastic Beanstalk
This is step 4 of 5 of Hands-On Project 4 for Amazon Web Services. In this step, you do final configuration of the Elastic Beanstalk environment, then deploy the application. Back to Project Configure Environment Variables The configuration files in our Django application use the environment variable DJANGO_SETTINGS_MODULE to determine…
Tailor a Django Application for Deployment to Elastic Beanstalk
This is step 3 of 5 of Hands-On Project 4 for Amazon Web Services. In this step, you make final changes to the Django application configuration to allow it to be deployed successfully to Elastic Beanstalk. Back to Project Add a Procfile Within Elastic Beanstalk, a Procfile directs the Elastic…
Install Application Code and Populate the Production Database
This is step 2 of 5 of Hands-On Project 4 for Amazon Web Services. In this step, you install updated application code on your cloud PC, then build and initialize the production database for the e-commerce demo application. Back to Project Approach To complete this step, we will use the…
Create Azure Virtual Machine Scale Sets
Back to Azure Virtual Machine Scale Sets Here is an excellent tutorial with more details to create an Azure virtual machine Scale set: Step 1: Connect to Azure account: The user should connect to his existing azure account using his valid credentials. Step 2: Search for the virtual machine scale sets using…
Introduction to Azure Virtual Machine Scale Sets
Hello! Here is some background information on it, as well as instructions on how to create virtual machine scale sets and scale sets with Python SDK. I’ve included the links further down the page. What is a Virtual Machine Scale Set (VMSS)? We may construct and manage several virtual machines…
Using Python to Manage EC2 Instances
This blog post will look at using the Python boto3 library to manage EC2 instances.