{"categories":[{"label":"Build Tools","url":"https://skillfed.io/packages/category/software-development-build-tools/4"}],"enrichment":{"capability":"Provides AWS CDK constructs for defining EC2 networking and compute resources (VPCs, subnets, instances) as infrastructure-as-code in Python.","skillfed_tags":["infrastructure-as-code","aws-cdk-v1-eol"],"use_cases":["Define a VPC with public and private subnets, then launch EC2 instances into them as part of a CDK stack.","Create VPC endpoints and configure subnet selection by availability zone and subnet type for high-availability deployments.","Provision security groups and network ACLs to control inbound and outbound traffic to EC2 resources.","Integrate EC2 networking with other AWS services by specifying VPC and subnet configuration in a single CDK app."],"what_it_does":"aws-cdk.aws-ec2 is the EC2 construct library for AWS CDK v1, a framework for defining cloud infrastructure using Python code. It abstracts EC2 networking primitives\u2014VPCs, subnets (public, private-with-NAT, and isolated), availability zones, security groups, and instances\u2014into reusable constructs that generate CloudFormation templates. You define your infrastructure declaratively, and CDK synthesizes it into deployable AWS resources.\n\nThe package is part of the broader AWS CDK ecosystem and depends on core CDK modules (aws-cdk.core, aws-cdk.cx-api, constructs) plus related AWS service libraries (IAM, KMS, S3, CloudWatch, Logs, SSM). It is designed for developers building cloud applications who want to express infrastructure in Python rather than writing CloudFormation YAML or JSON directly.","worth_installing":"No, unless you are maintaining an existing CDK v1 codebase. AWS CDK v1 reached end-of-support on 2023-06-01 and is no longer being updated. New projects should use AWS CDK v2 instead. If you are already on v1, plan a migration to v2 rather than starting new work with this package."},"id":"aws-cdk-aws-ec2","links":{"html":"https://skillfed.io/packages/aws-cdk-aws-ec2","md":"https://skillfed.io/packages/aws-cdk-aws-ec2.md","pypi":"https://pypi.org/project/aws-cdk-aws-ec2/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2023-06-19","license_spdx":null,"license_treatment":"permissive","name":"aws-cdk.aws-ec2","python_support":"supports_current","summary":"The CDK Construct Library for AWS::EC2"},"popularity":{"monthly_downloads":195566,"position":9812,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.204.0"}
