Skip to main content

Karthikeyan Mahalingam

Karthikeyan Mahalingam is a senior technical consultant at Perficient with around 7 years of experience in the IT industry. He specializes in Multi-Cloud Services, including Linux, AWS, GCP, Azure, DevSecOps, Kubernetes, Terraform, Git, Pulumi, and AWS AI.

Connect with Karthikeyan

Blogs from this Author

Istock 1628553826

AI-Driven Auto-Tagging of EC2 Instances Using Amazon SageMaker

Managing cloud infrastructure effectively requires consistent and meaningful tagging of resources. Manual tagging is prone to errors and difficult to scale. In this blog, I’ll show you how to use Amazon SageMaker and Python to automatically apply intelligent tags to your EC2 instances using either rule-based logic or AI-powered enhancements. What You Will Learn How […]

Forex Diagrams And Stock Market Rising Lines With Numbers

Mastering AWS IaC with Pulumi and Python – Part 2

In Part 1 of this series, we learned about the importance of AWS and Pulumi. Now, let’s explore the demo part in this practical session, which will create a service on AWS VPC by using Pulumi. Before We Start, Ensure You Have the Following AWS Account with IAM permissions for resource creation Install Pulumi CLI: # […]

Forex Diagrams And Stock Market Rising Lines With Numbers

Mastering AWS Infrastructure as Code with Pulumi and Python – Part 1

Pulumi is a modern Infrastructure as Code (IaC) tool that allows you to define, deploy, and manage cloud infrastructure using general-purpose programming languages. Unlike Terraform, which uses HCL, Pulumi enables you to define infrastructure using Python, making it easier for developers to integrate infrastructure with application code. What You’ll Learn How Pulumi works with AWS […]