Build a Grafana dashboardTask 01: In the sidebar, hover your cursor over the Create (plus sign) icon and click Dashboard. Click Add a new panel. In the Query editor below the graph, enter the query from earlier and then press Shift + Enter: sum(rate(tns_request_duration...Apr 12, 2025·8 min read
Terraform with AWSPrerequisites for Using Terraform with AWS AWS Account → Sign up at AWS Console. IAM User with Permissions → Create an IAM user with AdministratorAccess or required permissions. AWS CLI Installed → Install from AWS CLI Official Site and configure ...Mar 25, 2025·9 min read
Terraform and DockerIn Terraform, specifying the provider is essential to determine which infrastructure platform will be managed. A provider acts as a plugin that allows Terraform to interact with a specific service, such as Docker, AWS, or Kubernetes. To use a provide...Mar 24, 2025·13 min read
TerraformWhat is Terraform? Terraform is an open-source Infrastructure as Code (IaC) tool developed by HashiCorp that allows you to define, provision, and manage infrastructure using a declarative configuration language called HashiCorp Configuration Languag...Mar 18, 2025·7 min read
AnsibleIntroduction to Ansible In modern IT infrastructure, automation is crucial for managing configurations, deploying applications, and orchestrating tasks efficiently. Ansible, an open-source automation tool, simplifies these processes with an agentless...Mar 14, 2025·7 min read
IaC and Configuration ManagementUnderstanding Infrastructure as Code and Configuration Management IaC and Configuration Management Tools: 1. Infrastructure as Code (IaC) Tools These tools focus on provisioning and managing infrastructure resources like servers, networks, and stora...Feb 21, 2025·11 min read
CI/CD pipeline on AWSWhat is CodeCommit? AWS CodeCommit is a fully managed source control service from Amazon Web Services. It allows you to host secure, scalable Git repositories in the cloud. Here’s a quick overview of its key features: 1. Version Control CodeCommit u...Feb 20, 2025·18 min read