{"categories":[{"label":"Build Tools","url":"https://skillfed.io/packages/category/software-development-build-tools/2"}],"enrichment":{"capability":"Provides high-level component wrappers around AWS resources to simplify infrastructure-as-code with Pulumi, handling boilerplate for networking, container orchestration, and load balancing.","skillfed_tags":["infrastructure-as-code","aws-abstraction","pulumi-ecosystem"],"use_cases":["Set up a default VPC with standard networking configuration using awsx.ec2.DefaultNetwork instead of manually creating VPC, subnets, and security groups.","Deploy containerized services on ECS Fargate or EC2 with simplified task and service definitions through awsx.ecs components.","Configure Application or Network load balancers with target groups and listeners using awsx.lb without manual resource wiring.","Quickly scaffold AWS infrastructure that follows AWS best practices for networking and high availability by default.","Migrate from raw Pulumi AWS resources to higher-level abstractions to reduce infrastructure code complexity."],"what_it_does":"Pulumi AWS Infrastructure Components (awsx) is a Python package that wraps raw AWS resources with higher-level component abstractions designed to reduce boilerplate and follow AWS best practices by default. It mirrors the module structure of the base Pulumi AWS provider, offering convenience wrappers for common tasks like VPC setup, ECS cluster and service configuration, and load balancer provisioning. Rather than requiring developers to manually wire together multiple low-level resources, awsx components handle redundant configuration automatically while still exposing underlying functionality when needed.\n\nThe package is intended for developers using Pulumi to manage AWS infrastructure as code in Python. It depends on pulumi, pulumi-aws, pulumi-docker, and related packages, and requires the Pulumi CLI to be installed separately. The components are organized into modules (ec2 for networking, ecs for containers, lb for load balancing) that make common infrastructure patterns straightforward to express, though the package is under active development and may introduce breaking changes between releases.","worth_installing":"Yes, if you are already using Pulumi for AWS infrastructure and want to reduce boilerplate. The package is actively maintained, has low install friction, carries a permissive license, and offers genuine convenience for common patterns (VPC, ECS, load balancing). Be aware that it is under active development and may introduce breaking changes; review the migration guide if upgrading from 0.x. No known security vulnerabilities as of the fact sheet date."},"id":"pulumi-awsx","links":{"html":"https://skillfed.io/packages/pulumi-awsx","md":"https://skillfed.io/packages/pulumi-awsx.md","pypi":"https://pypi.org/project/pulumi-awsx/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-23","license_spdx":null,"license_treatment":"permissive","name":"pulumi-awsx","python_support":"supports_current","summary":"Pulumi Amazon Web Services (AWS) AWSX Components."},"popularity":{"monthly_downloads":641324,"position":5613,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"3.8.0"}
