{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/4"}],"enrichment":{"capability":"Provides type annotations and IDE autocomplete support for boto3 EC2 1.43.67, enabling static type checking with mypy, pyright, and other tools.","skillfed_tags":["type-stubs","aws-sdk","static-analysis"],"use_cases":["Enable IDE autocomplete and type hints when writing boto3 EC2 code in VSCode, PyCharm, or Emacs without manual type annotations.","Catch EC2 API usage errors at development time using mypy or pyright before deploying infrastructure code.","Document EC2 client method signatures and return types for team members reviewing or maintaining boto3-based AWS automation.","Use TYPE_CHECKING guards to add type safety to production code without adding a runtime dependency on the stubs package."],"what_it_does":"types-boto3-ec2 is a stub-only package that adds type annotations for the boto3 EC2 service. It enables IDEs and type checkers to understand the shape and return types of EC2 client methods, paginators, waiters, and service resources without requiring runtime code changes. When installed, it works transparently with mypy, pyright, VSCode Pylance, PyCharm, Emacs, and Sublime Text to provide code completion and catch type errors during development.\n\nThe package is generated automatically from boto3 1.43.67 using mypy-boto3-builder 8.12.0 and tracks boto3 releases closely. It depends only on typing-extensions and adds no runtime overhead\u2014type annotations are purely for static analysis. The documentation notes that PyCharm may experience performance issues with the full package due to its extensive Literal overloads, and recommends the lite variant as an alternative.","worth_installing":"Yes. If you use boto3 EC2 in a typed Python project, this package is worth installing. It has low friction (one lightweight dependency), active maintenance, no known vulnerabilities, and a permissive MIT license. The only caveat is PyCharm users experiencing slowness with Literal overloads\u2014in that case, consider the lite variant instead."},"id":"types-boto3-ec2","links":{"html":"https://skillfed.io/packages/types-boto3-ec2","md":"https://skillfed.io/packages/types-boto3-ec2.md","pypi":"https://pypi.org/project/types-boto3-ec2/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-07","license_spdx":"MIT","license_treatment":"permissive","name":"types-boto3-ec2","python_support":"supports_current","summary":"Type annotations for boto3 EC2 1.43.67 service generated with mypy-boto3-builder 8.12.0"},"popularity":{"monthly_downloads":2866242,"position":2853,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"1.43.67"}
