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

Write Serverless Logic Using Azure Functions

Posted on December 4, 2022December 4, 2022 by Nishita Vaddem

Serverless computing enables you to create and maintain applications and services without thinking about servers. It can be compared to a microservice or function as a service that is housed on a cloud computing platform. Azure Functions is a serverless application platform. It gives programmers the ability to host business…

Tagged Azure, Serverless Computing
Read More

List Resource groups & resources using Azure SDK for Python

Posted on December 2, 2022December 4, 2022 by Nishita Vaddem

A resource is an item that can be managed and is accessible through Azure. Examples of resources include virtual networks, virtual computers, storage accounts, web applications, and databases.   A resource group is a container that contains connected resources. All the solution’s resources may be included in the resource group,…

Tagged Azure, Azure Python SDK
Read More

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

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

Create Azure Virtual Machine Scale Sets

Posted on November 9, 2022December 14, 2022 by Ravi Teja Ainampudi

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…

Read More

Introduction to Azure Virtual Machine Scale Sets

Posted on November 9, 2022December 14, 2022 by Ravi Teja Ainampudi

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…

Read More

Posts navigation

Older posts
Newer 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.