Skip to content

UW-Milwaukee Cloud Computing

Articles on cloud computing from the brave students of CS790/657 Topics in Comp Sci: Cloud Computing

  • Home
  • About
    • About This Site
    • Contributors
    • Creating a Site Like This One
  • Projects
    • Hands-On Project 1: Cloud Computing Warmup
    • Hands-On Project 2: Development PC in the Cloud
    • Hands-On Project 3: Serverless Computing
    • Hands-On Project 4: Application Deployment Using Platform as a Service
    • Hands-On Project 5: Using Cloud Command Line Interfaces
  • Topics
    • Analytics and ML
    • Cloud Security
    • Containers & Orchestration
    • General
    • Platform Services
    • Serverless Computing
    • Software as a Service
    • Storage Services
    • Virtual Machines

Month: November 2022

Implementing AWS IAM using AWS python SDK boto3

Posted on November 29, 2022December 11, 2022 by Viraj Rajeshbhai Panchal

Hey folks, you created an IAM user in the initial period in your AWS account. AWS users can be added, their rights can be managed, new policies can be made, and much more with the help of IAM (Identity & Access Management). In this article, you will learn how to…

Tagged AWS, AWS IAM, AWS Python SDK, Boto3
Read More

Copy the Object from One Bucket to Another in AWS S3

Posted on November 27, 2022November 28, 2022 by Vignesh Narasimhan

Here, we are going to see how to copy an object from one bucket to another bucket within the same account using Python SDK.

Tagged AWS, Boto3
Read More

Hands-On Project 5: Using Cloud Command Line Interfaces

Posted on November 27, 2022December 4, 2022 by Mike Denzien

In this project, you will use the command line interfaces (CLI) provided by Azure and Amazon Web Services to query, start and stop, and create cloud resources. Since the scope of the command line interfaces is very broad, we will be limiting ourselves to a very small subset of the…

Read More

Using python SDK to upload and download the local file into S3 bucket

Posted on November 25, 2022December 12, 2022 by Manjari Kundam

This blog post will look at using the Python boto3 library to upload the local file into S3 bucket and download the file in S3 bucket to local file.

Tagged AWS, Boto3
Read More

Creating and Deleting S3 Buckets using Boto3

Posted on November 25, 2022 by Sai Eka Vardhan Reddy Chitreddy

In this blog, we will create and delete an S3 Bucket using Python SDK or Boto3. We will make use of the inbuilt functions from Boto3 to create and delete an S3 bucket. I’ll also be sharing tips for some error messages I encountered when working on this and these…

Tagged AWS, Boto3
Read More

Provisioning VM in Azure using Azure Python SDK

Posted on November 20, 2022November 23, 2022 by Venkateswarlu Immadisetty

We know the process of provisioning the VM in Azure manually by login into portal.azure.com. In this blog we will discusses about provisioning a new VM in Azure using Azure Python SDK and the steps involved in this process.

Read More

Host a Static Website on AWS with Python and S3

Posted on November 20, 2022 by Brittany Erickson

Ever needed to host a simple static website? Would you like to be able to create and upload the required files to S3 and never once touch the AWS console? With the python AWS SDK (software development kit), boto3, it is easy to configure an s3 bucket to host a…

Read More

Troubleshooting Your AppService Deployment

Posted on November 13, 2022November 14, 2022 by Mike Denzien

This is step 6 of 6 of Hands-On Project 4 for Azure. In this step, we look briefly at how to remedy a few common deployment problems, and how you can obtain information you can use to determine the cause of production problems. Back to Project Problems Deploying from Visual…

Read More

Deploy a Django Application to Azure App Service

Posted on November 13, 2022November 14, 2022 by Mike Denzien

This is step 5 of 6 of Hands-On Project 4 for Azure. In this step, you do final configuration of the Azure AppService web server and the application, then deploy the application. Back to Project Update Django ALLOWED_HOSTS The Django web framework requires that we identify the host names from…

Read More

Install Application Code and Populate the Production Database

Posted on November 13, 2022November 13, 2022 by Mike Denzien

This is step 4 of 6 of Hands-On Project 4 for Azure. 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 same approach…

Read More

Posts navigation

Older posts

Categories

  • Analytics and ML
  • Cloud Security
  • Concepts
  • Containers & Orchestration
  • Fundamentals
  • General
  • Platform Services
  • Project 1: Cloud Computing Warmup
  • Project 2: Development PC in the Cloud
  • Project 3: Serverless Computing
  • Project 4: App Deployment Using Platform as a Service
  • Project 5: Using the Command Line Interface (CLI)
  • Serverless Computing
  • Service Offerings
  • Software as a Service
  • Storage Services
  • Topics
  • Virtual Machines

Archives

  • January 2024
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
Copyright © 2025 UW-Milwaukee Cloud Computing | Regular Blog by Ascendoor | Powered by WordPress.