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: Storage Services
Articles about cloud storage services.
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,…
AWS Objects
Working with Objects An object is a file and any metadata that describes that file. To store an object into Amazon S3, we must first create a bucket and then put the object into the bucket. Once the object is stored in the bucket, we may access it, download it, or delete…
AWS S3 Buckets
S3, is the object storage service provided by AWS. To store our data in Amazon S3, we work with resources known as buckets and objects
Amazon Elastic File System (Amazon EFS)
There are multiple storage offerings in AWS. Some of the popular storage solutions are: AWS S3 AWS EBS AWS EFS In this blog, we will discuss EFS architecture. What is an Amazon Elastic File System? Amazon Elastic File System (EFS) is a cloud-based file storage service for applications and workloads…
S3 Bucket Versioning
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,…
Using AWS CLI to Enable Versioning
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…
Using AWS Console to Enable Versioning
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…
Connect to the Virtual Machine
Prerequisites: In order to connect to a Windows Virtual Machine via RDP you need TCP connectivity to the machine on the port where Remote Desktop service is listening (3389 by default). You can validate an appropriate port is open for RDP using the troubleshooter or by checking manually in your…
Resize a managed disk in the Azure portal
Expand the managed disk In Azure, do the following steps to expand a disk in virtual machine From the Azure Portal, Navigate: Portal Home –> Virtual Machines –> select virtual machine Select Stop to deallocate the VM you wanted to expand. In the left menu under Settings, select Disks. 4. Under Disk name, select the disk…