--- id: pulumi-aws version: "7.42.0" license: Apache-2.0 license_treatment: permissive maintenance: active --- # pulumi-aws — A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources. License: permissive · Maintenance: active · Downloads: 6.0M/mo ## 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 above — 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 pip install pulumi-aws uv add pulumi-aws poetry add pulumi-aws ## Installing 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_current - Install friction: low - Maintenance: active - Downloads: 6.0M/month (top 5,000 on PyPI) - Known vulnerabilities: none known ## Tags infrastructure as code aws python, pulumi aws provider, aws resource provisioning python, cloud infrastructure automation, aws lambda serverless python, infrastructure definition language, aws resource management sdk, infrastructure-as-code, aws-sdk, pulumi [View on SkillFed](https://skillfed.io/packages/pulumi-aws) · [View on PyPI](https://pypi.org/project/pulumi-aws/)