pulumi-aws
A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.
What it is and what it does
pulumi_aws is the Python SDK for Pulumi's AWS resource provider, allowing you to write infrastructure as code in Python rather than YAML or domain-specific languages. It exposes the full breadth of AWS services through strongly-typed Python classes, covering EC2, Lambda, S3, IAM, ECS, CloudFormation, API Gateway, and many others. You define your cloud resources in Python, then use the Pulumi CLI to plan and deploy them to AWS.
The package includes convenience APIs like `aws.lambda.CallbackFunction` that simplify common patterns—for example, defining a Lambda function directly from a Python function object, or wiring it to S3 bucket events or CloudWatch timers. Configuration is handled through Pulumi's standard stack configuration system, supporting AWS credentials via environment variables, shared credentials files, profiles, or assume-role flows. The package depends on pulumi (the core framework), parver, semver, and typing-extensions.
Use it for:
- Define and deploy multi-service AWS applications (EC2, RDS, Lambda, S3) in a single Python program.
- Create reusable infrastructure components and libraries for teams to standardize cloud deployments.
- Automate Lambda function creation and S3 event triggers without writing CloudFormation templates.
- Manage AWS IAM roles, policies, and permissions programmatically with type safety.
- Implement infrastructure testing and validation as part of your CI/CD pipeline.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Pulumi AWS provider for Python that lets you define, deploy, and manage AWS cloud infrastructure as code using Python programs.
Yes, if you are already using Pulumi and need to provision AWS resources from Python. The package is actively maintained, has no known vulnerabilities, low install friction, and permissive licensing. Install only if you have the Pulumi CLI set up and an AWS account configured; it is not a standalone AWS SDK.
Install
pulumi-aws on PyPI
pip
pip install pulumi-awsuv
uv add pulumi-awspoetry
poetry add pulumi-awsInstalling pulumi-aws
Before you install
Low install friction; the package is a pure-Python wheel with four straightforward runtime dependencies. Actively maintained with a release 1 day old and recent repository activity.
License in practice
Licensed under Apache-2.0 (permissive), which allows commercial and private use with minimal restrictions—suitable for most production deployments.
Quickstart
pip install pulumi_aws
import pulumi
import pulumi_aws as aws
bucket = aws.s3.Bucket('my-bucket')
Requires Python 3.9 or later and the Pulumi CLI to be installed separately for deployment.
Verify before relying
- Extent of AWS service coverage beyond the mentioned examples (apigateway, cloudformation, EC2, ECS, iam, lambda).
- Performance characteristics when managing large numbers of resources or complex dependency graphs.
- Community adoption and ecosystem maturity relative to other infrastructure-as-code tools.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 4 — parver, pulumi, semver, typing-extensions |
| Maintenance | actively maintained — 1 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 5,967,263/month — #2,001 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pulumi_aws-7.42.0-py3-none-any.whl
Keywords: pulumi, aws
Tags
More Build Tools packages
Provides reusable utilities for Python…
permissive · top 100 on PyPI
tqdmWraps any iterable to display a real-time…
copyleft · top 100 on PyPI
pippip is the standard installer for Python…
permissive · top 100 on PyPI
hatchlingHatchling is a standards-compliant Python build…
permissive · top 100 on PyPI
grpcio-toolsGenerates Python gRPC service stubs and message…
permissive · top 1,000 on PyPI
pre-commitpre-commit is a framework for installing and…
permissive · top 1,000 on PyPI
pulumi-gcpPulumi resource provider for Google Cloud…
permissive · top 5,000 on PyPI
pulumiPulumi's Python SDK lets you define and deploy…
permissive · top 5,000 on PyPI
pulumi-githubPulumi provider for GitHub that lets you define…
permissive · top 15,000 on PyPI
pulumi-gitlabPulumi provider for GitLab that lets you define…
permissive · top 15,000 on PyPI
pulumi-dockerPulumi provider for managing Docker resources…
permissive · top 5,000 on PyPI
pulumi-azure-nativeProvides Python bindings to create and manage…
permissive · top 15,000 on PyPI
pulumi-google-nativePulumi provider for provisioning Google Cloud…
permissive · top 15,000 on PyPI
pulumi-tlsPulumi resource provider for creating and…
permissive · top 5,000 on PyPI
pulumi-cloudflarePulumi provider for Cloudflare that lets you…
permissive · top 15,000 on PyPI
awscliProvides a unified command-line interface to…
permissive · top 1,000 on PyPI