Menu
  • Home
  • About Me
  • Blog
  • Github
  • LinkedIn

Month: January 2022

Most basic of AWS – Create VPC and EC2 Instance

January 18, 2022

Instead of using Virtual box machine, I am going to use cloud. The most important thing is VPC Which stands for Virtual Private Cloud. Inside of VPC, there’s smaller set of hosting resources that are available in AWS Datacenter which is called Availability Zone (AZ). Each zone in a region has redundant and separate power,…

Read More

Vagrant Multi Machine setup automation with Ansible Playbook

January 17, 2022June 30, 2022

I’m going to automate configuration of simple microservice architecture application by using Ansible Playbook and Vagrant. Create 3 roles for this archtecture 1. Frontend 2. Backend 3. Database Ansible-Galaxy Create Backend Role tutorial.yaml backend/tasks/main.yaml backend/defaults/main.yaml backend/template/db.config.js.j2 backend/template/tutorials.service.js Ansible-Galaxy Create Nodejs Role nodejs/tasks/main.yml Ansible-Galaxy Create Frontend Role Frontend/tasks/main.yml Frontend/defaults/main.yml Frontend/templates/default.js Ansible-Galaxy Create Database Role database/tasks/main.yml database/defaults/main.yml…

Read More

What is the difference between a Virtual machine and a container?

January 11, 2022

Containers and virtual machines have similar resource isolation and allocation benefits, but function differently because containers virtualize the operating system instead of hardware. Containers are more portable and efficient for this reason and too give us a better understanding of the differences between containers and virtual machines let’s look at a comparison of the two. Virtual…

Read More
  • Previous
  • 1
  • 2
Recent Posts
  • ChinguTalkBot v0.1.0: Setting up AWS Cognito with CDK for User Authentication
  • Phoenix & Elixir: Fix PostgreSQL connection refused
  • Demo: Git Log with Shell script to create a release notes
  • Metasploit
  • CyberSecurity Lab – Online Password Attack

Archives
  • March 2024
  • May 2023
  • April 2023
  • February 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
Categories
  • Amazon Interview (3)
  • Ansible (3)
  • AWS (9)
  • Azure (9)
  • Certification (2)
  • ChinguTalkBot Project (1)
  • cybersecurity (3)
  • Data analytics (6)
  • Demo Videos (6)
  • Docker (5)
  • Git (1)
  • GitLab (1)
  • Golang (3)
  • JavaScript (2)
  • Jenkins (4)
  • PowerShell (1)
  • Python (10)
  • Terraform (11)
  • Uncategorized (9)

©2025 | Powered by WordPress and Superb Themes!