VOOZH about

URL: https://thenewstack.io/five-ways-process-automation-can-streamline-itops/

⇱ 5 Ways Process Automation Can Streamline ITOps - The New Stack


TNS
SUBSCRIBE
Join our community of software engineering leaders and aspirational developers. Always stay in-the-know by getting the most important news and exclusive content delivered fresh to your inbox to learn more about at-scale software development.
REQUIRED
It seems that you've previously unsubscribed from our newsletter in the past. Click the button below to open the re-subscribe form in a new tab. When you're done, simply close that tab and continue with this form to complete your subscription.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.
Welcome and thank you for joining The New Stack community!
Please answer a few simple questions to help us deliver the news and resources you are interested in.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Great to meet you!
Tell us a bit about your job so we can cover the topics you find most relevant.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Welcome!

We’re so glad you’re here. You can expect all the best TNS content to arrive Monday through Friday to keep you on top of the news and at the top of your game.

What’s next?

Check your inbox for a confirmation email where you can adjust your preferences and even join additional groups.

Follow TNS on your favorite social media networks.

Become a TNS follower on LinkedIn.

Check out the latest featured and trending stories while you wait for your first TNS newsletter.

PREV
1 of 2
NEXT
VOXPOP
As a JavaScript developer, what non-React tools do you use most often?
Angular
0%
Astro
0%
Svelte
0%
Vue.js
0%
Other
0%
I only use React
0%
I don't use JavaScript
0%
Thanks for your opinion! Subscribe below to get the final results, published exclusively in our TNS Update newsletter:
NEW! Try Stackie AI
From clobbered drafts to real-time sync
Apr 14th 2026 10:00am, by David Moore
TypeScript 6.0 RC arrives as a bridge to a faster future
Mar 14th 2026 9:00am, by Darryl K. Taft
Mastra empowers web devs to build AI agents in TypeScript
Jan 28th 2026 11:00am, by Loraine Lawson
2024-06-05 06:00:53
5 Ways Process Automation Can Streamline ITOps
sponsor-pagerduty,sponsored-post-contributed,
DevOps / Operations

5 Ways Process Automation Can Streamline ITOps

Organizations need to build more automation into processes, especially for labor-intensive tasks like incident response and service management.
Jun 5th, 2024 6:00am by Joseph Mandros
👁 Featued image for: 5 Ways Process Automation Can Streamline ITOps
Image from adBusiness on Shutterstock.
PagerDuty sponsored this post.

Too often ITOps teams’ time is not spent adding tangible value to the business, but devoted to repetitive, manual work usually tied to running a production service, which Google describes as “devoid of enduring value.”

It’s easy for ITOps teams to get stuck in a vicious cycle of this labor-intensive work, which means they’re not able to focus on more creative tasks and critical work that drives real value for the organization.

This challenge is only increasing as digital infrastructure becomes more complex to support the seamless experiences customers now demand. It means an over-reliance on subject matter experts (SMEs), such as developers, for even routine tasks — driving boredom and burnout at a time when such skills are already in short supply. Organizations simply can’t afford the status quo. They need to build more automation into processes, especially for labor-intensive tasks like incident response and service management.

But where should the journey to reduce toil begin? Here are five ideas.

1. Configuration Changes

Change takes time, especially in modern IT environments where altering configurations can have a domino-like impact on complex dependencies. There may be thousands of such configurations to manage in a typical enterprise, each with a potentially large set of dependencies. Documentation that could help with the process is time-consuming to produce, so it isn’t always available. And change management reviews might require input from multiple decision-makers, adding further delays and overheads to the process.

A better approach would be to build a list of pre-approved and standardized configuration changes into an automation solution. This might include tools, scripts and automation from existing configuration tools like Ansible and Salt. Use of such a repository can be delegated to non-subject matter experts to accelerate change approvals, reduce the opportunity for human error and improve the quality of ITOps. By using a dedicated automation solution, organizations could even trigger an automated process directly from existing tools like Jira or ServiceNow, removing human involvement almost completely. All that will be required is time to create and approve the initial configuration updates.

2. Infrastructure Provisioning

Provisioning requests are usually handled by SMEs. That’s because platform or cloud engineers are required to complete a set of specialized tasks, from bringing up virtual machines (VMs) to specifying a Linux OS image, attaching storage and then exposing the app’s URL via a load balancer. The problem is that these experts are often beset by repeated interruptions, reducing the time they get to spend on high-value tasks.

Streamline this process with automated, end-to-end workflows dedicated to provisioning and connecting new infrastructure. Pre-approved automation workflows allow developers and others to do the provisioning themselves, without needing to reach out to platform or cloud engineering experts. Even better, they could do so from within the tools they are currently using, like Jira and ServiceNow. Even dependencies can be pre-loaded and security settings applied before developers get access to mitigate governance risk and accelerate the process. Developers can start coding straight away without needing to interrupt the ITOps team.

3. Application Deployment

Once the infrastructure is provisioned, the relevant teams will begin deploying applications to the cloud. Although some use highly automated update mechanisms as part of CI/CD, manual deployment and testing are often used. In some organizations, teams may even still rely on ITIL-based change management processes, which require release engineers, database admins (DBAs) and network/security engineers to deploy packages and rolling updates, and run quality assurance.

Developers could build their own deployment automation in staging and then pass it to ITOps after testing. These same developer teams could define self-service operations tasks and pre-validate system changes using automated runbooks, thereby satisfying change control requirements. Automated deployment workflows can be safely delegated to other teams across the organization as required.

4. User Management

Creating and managing user accounts and permissions within IT infrastructure can be a time-consuming and resource-intensive task. Yet it’s critical to maintain the security and integrity of such systems and the data flowing through them. IT administrators need to be assured that only authorized users have access to this data, according to the principle of least privilege: That is, they only have temporary access to the data they need to do their job and no more. This matters from a security perspective but is also an issue of cost control. If users don’t need access to a particular set of resources, then their account/license could be freed up for a colleague.

By automating user provisioning with workflows, ITOps can create new user accounts and assign roles and permissions based on predefined rules and policies. Do the same with de-provisioning once an employee leaves or changes roles. This will help to accelerate on- and offboarding, reduce human errors, bolster security and compliance, and optimize license and resource usage. These workflows could even be delegated to HR and other teams via self-service capabilities.

5. Patching

Updating software and/or reconfiguring infrastructure is a never-ending but critical task to mitigate security and compliance risks. However, in many organizations, it is still a highly manual process requiring a high degree of system awareness and expertise to ensure updates function as intended without breaking underlying systems. Patches will often need to be applied in groups during the same maintenance window, with third-party dependencies complicating the process further. It’s a highly specialized task that, depending on which assets need to be patched, may require input from a variety of SMEs. Resource constraints can increase the chances of error creeping in.

Instead, consider using an automation platform to schedule tasks and fix vulnerabilities as they are discovered. This will reduce the burden on individual SMEs by removing the reliance on manual tasks and scripts only available to expert engineers. This means they can spend more time innovating and less time on firefighting issues.

An End to Toil

Toil is not always unpleasant. However, it is an inefficient use of time for some of the highest-value members of the organization, meaning they are constantly interrupted to fix problems that solve the needs of the few, not the many. This can take a heavy toll on SME burnout and the financial bottom line. Automation is not a panacea, but it does offer a glimpse into a better way of doing things that will help to optimize precious time and resources.

Growing operational complexity may look like a major barrier to automation. In fact, it should be a driver. Start small and choose routine, repetitive IT processes in high-touch functions like incident response. The results should speak for themselves.

PagerDuty is the global leader in AI-first operations management serving more than 35,000 organizations worldwide. The PagerDuty Operations Cloud is a comprehensive, multi-product operations cloud platform that sits at the center of the enterprise technology stack.
Learn More
The latest from PagerDuty
Hear more from our sponsor
TRENDING STORIES
Joseph Mandros is a product marketing manager at PagerDuty. Prior to PagerDuty, he worked in enterprise account development at CoreOS and was a sales development representative at EverString. He holds a bachelor’s degree in business/managerial economics from the University of...
Read more from Joseph Mandros
PagerDuty sponsored this post.
SHARE THIS STORY
TRENDING STORIES
SHARE THIS STORY
TRENDING STORIES
TNS DAILY NEWSLETTER Receive a free roundup of the most recent TNS articles in your inbox each day.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.