Skip to main content
Pulumi logo

Plans for teams of all sizes

Start for free. Stay free forever for open source and individuals, or scale with advanced editions for your team.

Individual

Free forever for individuals.

$0 forever

No credit card required

Includes:

  • 1 user
  • IaC state management
  • Unlimited projects, stacks, and environments
  • Unlimited updates and history
  • 500 free deployment minutes

Team

Everything you need to get started.

$40 /mo

500 resources included

Additional resources $0.1825/mo

Everything in Individual, plus:

  • Up to 10 users
  • Secure collaboration and CI/CD
  • AI assistance with Pulumi Neo
  • Resource search
  • OIDC and Org Access Tokens
  • Webhooks
  • Automatic secrets rotation
  • Community support

Enterprise

Popular

Security and collaboration for large teams.

$400 /mo

2,000 resources included

Additional resources start at $0.365/mo

Everything in Team, plus:

  • Unlimited users
  • SAML/SSO and RBAC
  • Internal developer platform (IDP)
  • Audit logs
  • Drift detection and remediation
  • Time-to-live stacks
  • Customer Managed Keys
  • Priority feature requests
  • 12x5 Enterprise Support available

Business Critical

Advanced governance, policies, and controls.

Custom

Volume discounts and invoicing

Everything in Enterprise, plus:

  • Self-hosting available
  • Built-in compliance (NIST, PCI, and more)
  • Automatic group & user sync (SCIM)
  • Audit logs export
  • Volume pricing and invoicing
  • Private Slack and Professional Services
  • 24x7 Enterprise Support available

Are you a scaling startup? Apply now to receive $10,000 in free credits.

Individual
Team
Enterprise
Business Critical

Infrastructure as Code

On-demand resource price
Free
$0.00025/hour
$0.185/month
Starting at $0.0005/hour
$0.365/month
Custom
Commitment pricing
Updates
Unlimited
Unlimited
Unlimited
Unlimited
Concurrent stack updates
1
5
Unlimited
Unlimited
Update history
Many AWS Code Services, Azure DevOps, Codeship, CircleCI, GitHub, GitLab, Google Cloud Build, Jenkins, Travis, and more
Many AWS Code Services, Azure DevOps, Codeship, CircleCI, GitHub, GitLab, Google Cloud Build, Jenkins, Travis, and more
Customized for you
Customized for you
GitHub Enterprise Server support
Members
1
Up to 10
Unlimited
Unlimited
Admins
1
Unlimited
Unlimited
1
Multiple supported
Multiple supported
GitHub, GitLab, Atlassian
GitHub, GitLab, Atlassian
GitHub, GitLab, Atlassian, SAML/SSO
GitHub, GitLab, Atlassian, SAML/SSO
Many Microsoft Entra ID, Google Workspace, Okta, OneLogin, and more
Many Microsoft Entra ID, Google Workspace, Okta, OneLogin, and more
Up to 25
Unlimited
Organization and Team Access Tokens These are machine access tokens that are scoped to the organization or team level
Organization Access Token only

Secrets & Configuration

On-demand secret price
25 free
$0.000685/hour
$0.50/mo
$0.001/hour
$0.75/mo
Custom
Price per plaintext config
Free
Free
Free
Free
Price per 10K API calls
10K free
$0.10
$0.10
$0.10
Commitment pricing
Available
Max # of secrets
25
Unlimited
Unlimited
Unlimited
Max # of API calls
10K / month
Unlimited
Unlimited
Unlimited
Integrations - Sync

Insights & Governance

On-demand resource price
Free
$0.00025/hour
$0.185/month
Starting at $0.0005/hour
$0.365/month
Custom
500 free
$0.01
3,000 included
$0.01 / Custom
3,000 included
$0.01 / Custom
3,000 included
Primary Accounts
1
1
10 / Custom
Custom
Pulumi Best Practices
Pulumi Best Practices
Pulumi Best Practices, CIS, NIST, HITRUST, PCI DSS
Up to 25 policies
1 pack limit
Up to 100 policies
3 pack limit
Unlimited
Advisory & Mandatory
Advisory & Mandatory
Advisory, Mandatory & Remediation

Infrastructure AI

Internal Developer Platform

Developer portal
Host public templates
Host public templates
Host private templates
Host private templates

Support

Support
Available, 12x5 / 24x7 support
Available, 12x5 / 24x7 support
Normal ticket SLA
Available, 1 or 5 business days
Available, 1 or 5 business days
Urgent ticket SLA
Available, 4 hours to 2 business days
Available, 4 hours to 2 business days
Private Slack channel
Available
Available
Professional services
Available
Available
Onboarding and training
Available
Available
Terraform Migration
Available
Available
SLA
Available
Available
"Pulumi helped our team ship a new product faster. We needed one tool to set up and manage multi-cloud, multi-region Kubernetes clusters that infrastructure and applications teams could use collaboratively."

Justin Fitzhugh

VP of Cloud Platform Engineering

Frequently asked questions

Pricing

  • Do I pay as I go, or prepaid up-front?
    Both options are available. If you self-serve by entering a credit card, you will be billed in-arrears every month for your usage. If you prefer to pay up-front, you can contact sales and receive a discount for a committed amount of usage paid up-front. If you subsequently consume all up-front purchased usage, you will be billed in-arrears as you go beyond that amount of usage. The details are specified in your contract.
  • How are IaC resources billed?

    Should you exceed the 500 and 2,000 included resources in Team and Enterprise, respectively, you will be charged at the end of the month for the number of resource hours consumed in excess of what is included.

    IaC resources are billed hourly at the rate of $0.00025 for Team ($0.1825 per resource per month) and starting at $0.0005 for Enterprise ($0.365 per resource per month). This is the cost of managing an IaC resource for a full hour.

    Enterprise editions receive volume discounts, so that the more resources you consume, the lower the incremental rate. This is true of self-serve pay-as-you-go plans, although prepaid plans offer more considerable discounts.

    For billing purposes, a partial resource hour used is billed as a full hour and we count any resource that’s declared in a Pulumi program. This includes provider resources (e.g., an Amazon S3 bucket), component resources which are groupings of resources (e.g., an Amazon EKS cluster), and stacks which contain resources (e.g., dev, test, prod stacks).

  • What can I do with 500 IaC resources per month?

    The Team edition includes 500 IaC resources to get started with.

    You could manage 500 EKS clusters or EC2 instances for a month using this amount. As another example, you could manage something more complex like a production Amazon EKS cluster with associated IAM roles, VPC, subnets, gateway route tables, and a small microservice deployed into the cluster.

    This is more than enough to get started with production workloads. The Enterprise edition comes with 2,000 resources.

  • How do I find out how many IaC resources I have?

    There are several ways you can estimate the number of resources you have managed with Pulumi.

    • If you are using Pulumi Cloud: Navigate to the dashboard and review the resource graph titled “Resource Count over Time.”

    • If using Pulumi with a DIY backend: Export your stack state and count the number of lines with a universal resource name (URN). You can pipe the state through a grep command for “urn” to estimate the number of resources.

    • If you haven’t deployed anything with Pulumi: See the previous FAQ for a few examples of applications and their number of resources.

  • What are some examples of how many IaC resources are needed for my use case?

    Serverless API with Amazon API Gateway and AWS Lambda Estimated resources: 9
    This scenario is a stack with an Amazon API Gateway, an AWS Lambda event handler, and associated IAM roles.

    Amazon EKS running in a VPC Estimated resources: 20
    This scenario is a stack with an Amazon VPC (including subnets, internet gateway, security groups, and route table), Amazon EKS cluster and node group, and associated IAM roles.

    Amazon ECS cluster and RDS backend running in a VPC Estimated resources: 24
    This scenario is a stack with an Amazon VPC (including subnets, security groups, and route table associations), Amazon ECS (including cluster and service, load balancer resources, and IAM resources), and Amazon RDS (including RDS instance and subnet group). Each group of resources (VPC, ECS, RDS) is represented by a component resource.

  • How are ESC secrets billed?

    ESC secrets are billed hourly at the rate of $0.000685 for Team ($0.50 per secret per month) and $0.001 for Enterprise ($0.75 per secret per month). This is the cost of managing an ESC secret for a full hour.

    For example, if you have your secrets stored for 4 days on Pulumi Cloud Team Edition, the price you pay would be 4 x 24 x 0.5 / 730 = $0.0657

    Secrets include both static secrets and dynamic secrets/credentials. When using the Pulumi ESC Document Editor, each definition of fn::secret:* and fn::open::* (except Pulumi-stacks provider) is counted as a secret. The number of secrets only from the latest environment revision is counted towards your billing.

  • How are ESC secrets API calls metered?

    You pay $0 for the first free 10K API calls / month to the ReadOpen API endpoint. Once you hit 10,000 API calls, you are metered at $0.1 for 10K API calls. If you use 5K API calls you will be billed $0.05.

    API usage includes any calls from the CLI, SDK, Pulumi-service provider, direct REST API call that hits the ReadOpen API endpoint

  • What are workflow minutes?
    Workflow Minutes represent the total time used across both Pulumi Insights and Deployments. All usage draws from a single, shared pool of minutes. For Insights, workflow minutes measure the time spent on discovery and policy execution. Deployments also consume workflow minutes by measuring the duration of each deployment process.
  • Can I prepay for resources, secrets, and secrets API calls?
    Yes, you can! Please contact us to discuss the Enterprise and Business Critical Editions, which include volume pricing for paying in advance.

Product

  • What are Pulumi open source and Pulumi Cloud?

    Pulumi’s Infrastructure as Code CLI and SDK are an open-source project that is supported by an active community. Pulumi Cloud is a managed service for the open source CLI and SDK. It tracks your infrastructure’s state and coordinates updates with the CLI, which creates or updates resources to reach your infrastructure’s desired state. It also manages secrets, supports SAML SSO, integrates with CI/CD pipelines, enforces compliance rules, and much more.

    You’re not required to use Pulumi Cloud. You can use any cloud or on-premises storage to build and run your own backend.

  • Can I use Pulumi for Free?

    Yes! There are three ways to use Pulumi for free.

    First, Pulumi Cloud is free to use, now and forever, for individuals. You get all of the convenience of automatic state management, unlimited updates, and many other great features without needing to pay anything at all for it.

    Second, Pulumi is an open-source project. You can run Pulumi entirely offline without the online service’s features, and manage state yourself, instead of using the online service. There are no restrictions — it’s all there in the open for you to use freely as you’d like.

    Finally, we offer a 14-day free trial for the Business-critical Edition. Once the trial is over, you can continue to use the Business-critical Edition by chatting with sales or changing to Team or Enterprise Edition. After your trial expires, no data will be lost, and there is a grace period.

  • What is an organization? What are projects and stacks?

    The Individual Edition is great for single users with private projects. However, if you are working within a team, you’ll typically want to share your projects - for which you need to create an organization. The Team Edition is designed for teams to collaborate on shared infrastructure projects. The Enterprise Edition offers more sophisticated organization management facilities, including RBAC for advanced policy controls.

    Pulumi projects and stacks are a way to organize Pulumi code. You can consider a Pulumi Project to be analogous to a GitHub repo: a single place for code – and a Stack to be an instance of that code which has a separate configuration. For instance, Project Foo may have multiple stacks for Dev, Test, Prod, or perhaps for different cloud configurations (e.g. geographic region).

  • How do I get started?
    Follow the Getting Started guide, which walks you through creating and deploying your first Pulumi project.
  • How do I move from Starter or Pro to the new Team Edition?
    We recommend moving from the old SKUs. Contact us to move to the new Team Edition.
  • Is Pulumi SOC 2 compliant?
    Yes, Pulumi has completed the SOC 2 Type 2 compliance process. Pulumi is committed to operational excellence for our customers.
  • Can I host Pulumi Cloud in my cloud or datacenter?
    Yes, we offer a self-hosted Pulumi Cloud for companies that have specific data control requirements and want to maintain complete control over hosting Pulumi Cloud. This option is available in Business Critical Edition. You can get started with a 30-day free trial here.
  • How do I convince my boss?

    Do you want to use Pulumi in your organization, but aren’t sure how to bring it up with your boss? We’ve created a sample email to help you explain its benefits. Feel free to use the full letter or pieces of it. We are always happy to meet to learn more about your needs and explain these benefits in person — just contact us.

    Sample Email Dear {Name},

    I’d like to propose that we use Pulumi for our cloud infrastructure needs. I’ve researched the top infrastructure as code platforms, and Pulumi stands out because of its maturity, strong open source community, support for many clouds, and mix of productivity and enterprise controls, meaning it works great for developers and infrastructure teams alike.

    I discovered that Pulumi’s community is over 10,000 people and growing, and their customer base includes a diverse array of companies, from startups to some of the largest Fortune 500 and Global 2000 organizations. The top four reasons people are choosing Pulumi are 1) it tames cloud complexity and reduces infrastructure risks, 2) it lets teams use software engineering best practices with infrastructure, 3) it helps teams adopt modern cloud architectures, and 4) it increases collaboration between infrastructure teams, developers, and security engineers.

    Here are some examples of their customers to give you an idea of who is using it and why:

    • Tableau and Fenergo can now release new features faster by empowering their developers to deploy cloud infrastructure easily.
    • Snowflake migrated to Kubernetes across multiple clouds in three months.
    • Mercedes-Benz Research & Development North America improved collaboration between its infrastructure and application development teams.
    • Skai managed a complex public cloud migration project.
    • Cockroach Labs, Sourcegraph, and Lemonade created innovative engineering cultures.

    Pulumi is open source and has a SaaS product that helps organizations like ours manage infrastructure with advanced security and policies. Because it’s a SaaS, we can start small and grow as our success with the product grows.

    You can learn more on the Pulumi website or view a short introduction video.

    I have many ideas on how Pulumi would deliver immediate value to our team. Should I write a more detailed proposal and share it with you or other members of the team for feedback? The Pulumi team has also offered to have a meeting with us to learn more about our use cases, and discuss potential ways we can work together. Should I set that up?

    Thanks, {Your Name}

Billing and Support

  • How can I keep track of my usage?
    You can keep track of current usage and upcoming charges by navigating to Settings and then Billing & Usage in the Pulumi Cloud.
  • When will I be billed for using Team or Enterprise Edition?
    You will be billed for the previous month’s usage on the first day of each month.
  • How can groups not seeking a profit use Pulumi for free?
    The Open-Source Free Edition allows organizations not seeking a profit with projects under an open-source license to use Pulumi for free.
  • What payment options do you accept?
    For the Pulumi Team Edition, you can pay with a credit card (we use Stripe for processing). Pulumi Enterprise Edition offers additional payment options. Please contact us for those options.
  • What if I have billing or account issues?
    For any billing or related issues, please contact us.
  • What if I am not satisfied with my Pulumi purchase?
    If you’re not satisfied with Pulumi, we offer a 14-day money-back guarantee. No questions asked. Contact us.
  • How do I get support for Pulumi?
    12 x 5, 24 x 7 support, professional and advising services, private slack channel are available to purchase in the Enterprise and Business Critical Edition of Pulumi Cloud. Contact us if you need help or have any questions.
  • Does Pulumi charge sales tax?
    You may be charged a sales tax in addition to your usage fees in certain jurisdictions. It will be a separate line item on your bill.

The infrastructure as code platform for any cloud.