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

Author: Jaya Rohith Puvvula

Amazon API Gateway

Posted on December 14, 2022December 14, 2022 by Jaya Rohith Puvvula

After reading this blog, you should be able to grasp what an Amazon API Gateway is, its architecture, benefits of it, how it operates and how to get start Amazon API Gateway with http API What is Amazon API Gateway? Amazon API Gateway is a web service that allows developers…

Read More

Managing Amazon SNS topic subscription using Boto3

Posted on December 12, 2022December 14, 2022 by Jaya Rohith Puvvula

<–Working with Amazon SNS in Python using Boto3 SDK Before sending a message to consumers, we need to subscribe them to the topic (phone number, email, HTTP/S Endpoint, Lambda, or SQS). Create an Amazon SNS subscription To subscribe to an Amazon SNS web service topic programmatically, you need to use…

Read More

Managing Amazon SNS topics using Boto3

Posted on December 12, 2022December 14, 2022 by Jaya Rohith Puvvula

<–Working with Amazon SNS in Python using Boto3 SDK The primary purpose of a publish/subscribe system is to allow message distribution from the application or service to many possible destinations. The source application is sending a message to a topic. Destination applications or services are subscribed to the topic and receive…

Read More

Working with Amazon SNS in Python using Boto3 SDK

Posted on December 12, 2022December 17, 2022 by Jaya Rohith Puvvula

This blog will show you how to use Python and the Boto3 module to connect with Amazon SNS in order to create, describe, list, and delete SNS topics as well as send messages to them. Amazon Simple Notification Service (Amazon SNS) is a highly available, secure, and fully managed Publisher-Subscriber (pub/sub)…

Read More

S3 Bucket Versioning

Posted on October 5, 2022October 5, 2022 by Jaya Rohith Puvvula

In this blog post, we are going to discuss versioning in S3. We are also going to enable versioning in S3 bucket. Versioning in S3: Before we look into S3 bucket versioning let us look into what an Amazon S3 bucket is, a leading provider of scalability, data availability, security,…

Read More

Using AWS CLI to Enable Versioning

Posted on October 5, 2022October 5, 2022 by Jaya Rohith Puvvula

back to main page This section covers enabling versioning on an S3 bucket using AWS CLI Step 1: Login to AWS through CLI After installing AWS in our Command line interface, type the command This command will request you for your AWS login information as well as the default output format…

Read More

Using AWS Console to Enable Versioning

Posted on October 5, 2022October 5, 2022 by Jaya Rohith Puvvula

back to main page In this section we will enable versioning on an S3 bucket from AWS S3 console. Step 1: Login to AWS Management Console and open S3 Login to AWS Management Console and open S3 service. You can either go to Services -> Storage -> S3 or Type s3 in the search bar…

Read More

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.