How to Create & Configure CodePipeline on Amazon Web Service.
AWS Code Pipeline is a fully managed continuous delivery service that helps you automate your release pipelines for fast and reliable application and infrastructure updates. You can easily integrate AWS Code Pipeline with third-party services such as GitHub or with your own custom plugin. AWS CodePipeline is a workflow management tool that allows users to …
Read more “How to Create & Configure CodePipeline on Amazon Web Service.”
How to Create Azure Database for PostgreSQL Servers in Microsoft Azure
Azure Database for PostgreSQL is a relational database service in the Microsoft cloud based on the PostgreSQL Community Edition (available under the GPLv2 license) database engine. Azure Database for PostgreSQL delivers: Built-in high availability. Data protection using automatic backups and point-in-time-restore for up to 35 days. Database engine to keep the service secure and up to date. …
Read more “How to Create Azure Database for PostgreSQL Servers in Microsoft Azure”
How to Create & Configure CodeBuild on Amazon Web Service (AWS)
AWS CodeBuild is a fully managed continuous integration service that compiles source code, runs tests, and produces software packages that are ready to deploy. With CodeBuild, you don’t need to provision, manage, and scale your own build servers.Build and test code with continuous scaling, with pay as you go pricing across platforms such as Java, …
Read more “How to Create & Configure CodeBuild on Amazon Web Service (AWS)”
How to Create Azure Database Migration Services
Azure Database Migration Service is a fully managed service designed to enable seamless migrations from multiple database sources to Azure data platforms with minimal downtime. Login to azure portal Click on All Services. Select Azure Database Migration Services. Click on Create. On Basics tab provide the following values:- Subscription: An Azure …
Step By Step Guide to Run df Commands on Ubuntu 20.04 LTS
We can easily check the information of disk space using command line tool called df command.‘df‘ command stands for “disk filesystem“. It is used to get a full information of available and used disk space usage of the file system in linux system. Some commands of df (Disk File system) are given below: Step 1: …
Read more “Step By Step Guide to Run df Commands on Ubuntu 20.04 LTS”