Security

Policy as Code with Open Policy Agent: A Technical and Governance Perspective
- Mohammad Abu Mattar
- DevOps , Security , Cloud Governance , Policy as Code
- Published: 08 Apr, 2025
Think about how much stuff modern organizations have running in the cloud these days. It's a lot, right? All those servers, applications, and connections can get pretty complicated to manage. Just cli
read more
How To Setup Bastion Host on AWS using CloudFormation Template
- Mohammad Abu Mattar
- AWS , CloudFormation , Security , Networking , DevOps
- Published: 10 Jan, 2023
Introduction In previous post How To Setup Bastion Host on AWS using CloudFormation Template, we will learn how to setup a Bastion host
read more
How To Setup Bastion Host on AWS using AWS CLI
- Mohammad Abu Mattar
- AWS , AWS CLI , Security , Networking , DevOps
- Published: 09 Jan, 2023
Introduction In today's world, security is the top priority for any infrastructure and applications, that's why a Bastion host is a must-have in your infrastructure if you want to secure your remo
read more
How to Install and Setup FireWall on Amazon Linux 2
- Mohammad Abu Mattar
- AWS , EC2 , Linux , Firewall , Security
- Published: 24 Oct, 2022
Introduction We will learn how to install and setup FireWall on Amazon Linux 2 in this tutorial. We will also discover how to set up FireWall so that it functions with the Amazon Linux 2. Prer
read more
Git SSH Keys for GitHub, GitLab, and Bitbucket on Windows
- Mohammad Abu Mattar
- Git , SSH , Windows , Version Control , Security , Developer Tools
- Published: 22 Oct, 2022
Introduction Git connects to remotes by default via HTTPS, which requires you to enter your login and password every time you run a command like Git pull or git push, using the SSH protocol. You m
read more