Posts

Showing posts from April, 2023

Step-by-step process of creating and providing access to storage on Alibaba Cloud

Alibaba Cloud is a leading cloud computing provider that offers a wide range of services including storage solutions . In this guide, we will walk you through the step-by-step process of creating and providing access to storage on Alibaba Cloud. Step 1: Create an Alibaba Cloud Account To get started, you will need to create an Alibaba Cloud account. If you already have an account, you can skip this step. To create an account, simply visit the Alibaba Cloud website and follow the instructions provided. Step 2: Choose a Storage Solution Once you have created an account, the next step is to choose a storage solution. Alibaba Cloud offers a range of storage solutions including Object Storage Service (OSS), Network Attached Storage (NAS), and Cloud Disk . Step 3: Create a Storage Bucket If you have chosen Object Storage Service (OSS), you will need to create a storage bucket. A storage bucket is a container for storing objects such as images, videos, and documents. To create a bucket, follo...

Deploy EC2 instance on AWS

In today's digital age, cloud computing has become an essential part of modern businesses . Amazon Web Services (AWS) is a leading cloud service provider that offers a wide range of services to businesses and individuals. One of the most popular AWS services is Elastic Compute Cloud (EC2), which provides scalable computing capacity in the cloud. In this blog post, we will guide you through the process of deploying an EC2 instance on AWS. Step 1: Create an AWS Account To use AWS services, you need to create an AWS account. If you already have an account, skip this step. If not, go to the AWS website and click on the " Create an AWS account " button. Follow the instructions and provide the necessary information to complete the account creation process. Step 2: Navigate to EC2 Dashboard Once you have created your AWS account, log in to the AWS Management Console. From the console, navigate to the EC2 dashboard by clicking on the " EC2 " link under the " Comput...

How to update build number in Azure DevOps pipeline?

Azure DevOps Pipelines are an essential part of any software development process . They allow you to build, test, and deploy your application automatically, providing you with a continuous integration and deployment (CI/CD) solution that ensures your code is always up-to-date and ready to be shipped. One crucial element of any build process is the build number. This number uniquely identifies each build, making it easy to track changes and ensure that you're always using the latest version of your software. In this blog post, we'll take a look at the command to update the build number on an Azure DevOps Pipeline. What is the Build Number? The build number is a unique identifier for each build that's created in your pipeline. It's typically a combination of the pipeline name and a unique number that increments with each build. The build number is essential for tracking changes and ensuring that you're always using the latest version of your software. Why Update the B...