Implement CIS Top 18 Controls in Your OrganizationIntroduction to the Center of Internet Security(CIS) The CIS Critical Security Controls (CSCs) are a set of best practices that help organizations protect their networks and systems from cyber threats. They are designed to provide a comprehensive, pr...Sep 7, 2024·5 min read
Encrypt files using AWS KMSSummary of Tasks: Create an IAM Role Create an EC2 Create an IAM user Create an AWS KMS encryption key Install the AWS Encryption CLI Encrypt plaintext Decrypt ciphertext Create an IAM Role Search the IAM service and create a role of the fol...Dec 2, 2023·5 min read
Automated MySQL Backup Pipeline on AWS S3 using JenkinSummary of Tasks: Create a virtual machine on AWS Setup docker and docker-compose on VM Write a docker-compose file Write a dockerfile Execute docker-compose file Create a database in MySQL container Install MYSQL and AWS CLI in the remote con...Nov 5, 2023·4 min read
Containerized WordPress and MariaDB on AWS EC2Summary of Tasks: Create a virtual machine on AWS Setup docker and docker-compose on VM Write a docker-compose file Execute docker-compose file Access your web server with VM public IP Set-up Database Watch my complete video of this project fo...Oct 7, 2023·2 min read
AWS Multitier ArchitectureSummary of the tasks: Step 0: Inspect the architecture 00:02:23 Step 1: Create a Cloud9 IDE 00:05:49 Step 2: Get the Project Assets 00:07:51 Step 3: Install a LAMP web server on CLoud9 IDE 00:08:49 Step 4: Create a MySQL RDS database instance 00...Oct 1, 2023·3 min read
Dockerized-Drupal-and-PostgreSQLSummary of Tasks: Create a virtual machine (EC2) Install docker & docker-compose Write a docker-compose file Execute your file Access your web server with VM public IP Connect your application with the database Watch my complete video of this ...Sep 26, 2023·2 min read