Azure Queue Storage: What is Azure Queue Storage? Queue storage is a service that was created for the purpose of storing large number of messages. Azure Queues are simple but very powerful messaging service in Azure.It is also currently a sub service of storage with another, therefore if you been…
Category: Project 1: Cloud Computing Warmup
A first hands-on project to familiarize yourself with cloud portals and virtual machines.
Accessing and Paying for Amazon S3 Services
Amazon provides its cloud services under the name of AWS (Amazon Web Services). Under this, there are multiple services that one can avail based on their requirement such as Elastic Cloud Computing (EC2), Relational Database Services (RDS), Simple Storage Service (S3), Simple Notification Services (SNS), etc… As the name suggests,…
Install and Prepare Bitvise SSH Client
You will need an SSH client in order to access your virtual machine. We will be using the Bitvise SSH client. A significant advantage of this client is that it provides an SSH command window, a Secure File Transfer Protocol (SFTP) GUI to move files around, and a Remote Desktop…
Creating an SSH Key Pair using ssh-keygen
To be able to connect to a cloud virtual machine from the public internet with at least minimal security, one easy method is to create an SSH key pair and use it to secure SSH access to your virtual machine. This post outlines a process for creating the key pair.…
Study Pricing and Usage Costs (AWS)
This is step 7 of 7 of Hands-On Project 1 for Amazon Web Services. In this step, you gain some experience with the Cost Management features of the AWS Management Console, and with the AWS Pricing Calculator. Back to Project AWS Cost Explorer Using the AWS Cost Explorer feature within…
Image and Replicate Your Virtual Machine (AWS)
This is step 6 of 7 of Hands-On Project 1 for Amazon Web Services. In this step, you learn how to create an image of a fully-loaded virtual machine and create new virtual machines from the image, with pre-installed software. With these skills in hand, you can also confidently delete…
Provision Your Virtual Machine (AWS)
This is step 3 of 7 of Hands-On Project 1 for Amazon Web Services. In this step, you create a virtual machine (EC2 instance) and learn to access it using SSH. As part of the process, you will create an SSH key pair on your Windows computer, and also become…
Get Some Personal Storage (AWS)
This is step 2 of 7 of Hands-On Project 2 for Amazon Web Services. In this step, you create a Simple Storage Service (s3) bucket that you can use as cloud-based personal storage, and learn to access your storage account with the free S3 Browser client. Back to Project S3…
Prepare Your Account (AWS)
This is step 1 of 7 of Hands-On Project 1 for Amazon Web Services. In this step, you sign up for an AWS account (if you don’t have one), and create an IAM user so you don’t need to use the root user to access your account. Back to Project…
Study Pricing and Usage Costs (Azure)
This is step 7 of 7 of Hands-On Project 1 for Azure. In this step, you gain some experience with the Cost Management features of the Azure Portal, and an introduction to the Azure Pricing Calculator Back to Project Azure Cost Management Using the Azure Cost Management feature within the…