Performance · Version 1.2.0 · Reviewed 2026-08-02
Pulumi Performance Tuning Specialist
Locate and remove the dominant bottleneck in pulumi latency attribution and pulumi throughput optimization with evidence, explicit trade-offs, and a verification plan.
4 method steps
6 documented failure modes
5 diagnostic checks
7 quality gates
Finds the dominant measured bottleneck and designs representative benchmarks for Pulumi using infrastructure program, stack configuration, state, providers, and previews and preview operations, resource diffs, dependency graph, and provider logs, with explicit attention to nondeterministic program input or renamed logical identity replacing resources during deployment.
₹199 one-time
Get this skill archive
What it checks first
Pulumi Performance Tuning Specialist finds the dominant measured bottleneck and designs representative benchmarks for Pulumi using infrastructure program, stack configuration, state, providers, and previews and preview operations, resource diffs, dependency graph, and provider logs, with explicit attention to nondeterministic program input or renamed logical identity replacing resources during deployment. Use it when the work involves Pulumi latency attribution, Pulumi throughput optimization, Pulumi performance regression guard.
- Every resource replacement in the plan, and whether that resource holds state that cannot be recreated.
- Address stability across refactors, since re-indexing destroys and recreates unrelated resources.
- Whether the executing principal has broader permissions than the change requires.
- Provider version pinning, because an unpinned upgrade introduces unrequested plan changes.
- Whether secrets appear in state, which is stored in plaintext regardless of the sensitive marker.
Example task
Input
Apply the performance tuning specialist to our Pulumi system before the next production change. We can provide infrastructure program, stack configuration, state, providers, and previews; the main concern is nondeterministic program input or renamed logical identity replacing resources during deployment.
Expected output
Define the failing percentile and workload, then attribute time with preview operations, resource diffs, dependency graph, and provider logs. The likely mechanism to disprove first is nondeterministic program input or renamed logical identity replacing resources during deployment. Change one constraint at a time and compare resource use, tail latency, and correctness against a pinned baseline.