Blog Posts

What is DevOps?
- Mohammad Abu Mattar
- DevOps
- Published: 18 Nov, 2022
What is DevOps, and why is it important? The name "DevOps" is a combination of the terms "development" and "operations," although it refers to a far broader range of principles and procedures than
read more
How To Connect A EBS Volume To An Windows EC2 Instance Using Powershell/GUI
- Mohammad Abu Mattar
- Cloud Computing
- Published: 15 Nov, 2022
Introduction In this post, we will learn how to connect a EBS volume to an Windows EC2 instance using Powershell/GUI and also how to mount the EBS volume to the EC2 instance. Prerequisites -
read more
How To Connect A Two EC2 Instances Database and Files Transfer Using AWS CLI
- Mohammad Abu Mattar
- Cloud Computing
- Published: 13 Nov, 2022
Introduction In this post, I will show you how to connect a two EC2 instances database and files transfer using AWS CLI. I will use AWS CLI to create a VPC, EC2 instances, EBS, EFS, and security g
read more
How Version Number Software Works
- Mohammad Abu Mattar
- DevOps
- Published: 12 Nov, 2022
Introduction Introducing new package versions in systems with a lot of dependencies may rapidly turn into a headache. You run the risk of experiencing version lock if the dependency specifications
read more
How To Connect A Two EC2 Instances Data Transfer Using AWS CLI Without AWS EFS
- Mohammad Abu Mattar
- Cloud Computing
- Published: 11 Nov, 2022
Introduction In this post, I will show you how to connect a two EC2 instances data transfer using AWS CLI without AWS EFS. We will use AWS S3 bucket to transfer data between two EC2 instances. We
read more
How To Create a AWS S3 Bucket Using AWS CLI
- Mohammad Abu Mattar
- Cloud Computing
- Published: 11 Nov, 2022
Introduction In this post, I will show you how to create a AWS S3 bucket using AWS CLI. Prerequisites You need to have:AWS CLI installed and configured AWS S3 bucket nameAWS S3 Buc
read more
How To Create a DynamoDB Table Using AWS CLI
- Mohammad Abu Mattar
- Cloud Computing
- Published: 10 Nov, 2022
Introduction In this article, we will learn how to create a DynamoDB table using AWS CLI. We will also learn how to add items to the table and how to query the table. Prerequisites To follow
read more
What is a CI/CD?
- Mohammad Abu Mattar
- DevOps
- Published: 09 Nov, 2022
Introduction Continuous Integration and Continuous Delivery are two of the most important concepts in DevOps. In this article, we will discuss what is a CI/CD and how it can help you to improve yo
read more