macOS
brew install aws-cdklocal Homebrew formula metadata
brew
aws-cdk のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install aws-cdklocal Homebrew formula metadata
sudo dnf install cdkFedora Rawhide package metadata · cdk · ソース: dl.fedoraproject.org
nix profile install nixpkgs#cdknixpkgs package indexes · pkgs/by-name/cd/cdk/package.nix · ソース: api.github.com
sudo apt install libcdk-javaDebian stable package indexes · libcdk-java · ソース: deb.debian.org
sudo zypper install cdk-developenSUSE Tumbleweed package metadata · cdk-devel · ソース: download.opensuse.org
概要
AWS Cloud Development Kit - framework for defining AWS infra as code
履歴
AWS CDK is Amazon Web Services' open-source framework and CLI for defining cloud infrastructure in general-purpose programming languages and provisioning it through AWS CloudFormation. The Homebrew aws-cdk package installs the cdk command-line toolkit.
AWS introduced the AWS Cloud Development Kit in developer preview in 2018. The early pitch was infrastructure as code in familiar languages rather than hand-written JSON or YAML templates, with constructs compiling down to CloudFormation.
AWS announced general availability for the CDK's TypeScript and Python support on July 11, 2019. The project then expanded its language and construct ecosystem while keeping CloudFormation as the deployment engine.
AWS CDK v2 became generally available on December 2, 2021 alongside Construct Hub. Version 2 consolidated the AWS Construct Library into aws-cdk-lib, reducing the package sprawl that CDK v1 users had to manage.
CDK was adopted by developers and platform teams who wanted the repeatability of infrastructure as code without giving up loops, functions, types, IDE tooling, and package reuse. AWS documentation describes support for TypeScript, JavaScript, Python, Java, C#/.NET, and Go.
Its package culture grew around constructs: reusable modules that describe cloud resources and higher-level patterns. That ecosystem matters because the cdk CLI is only one piece; real adoption depends on libraries, generated CloudFormation resource definitions, and repeatable synthesis/deploy workflows.
Typical usage begins with cdk init, then cdk synth to generate a cloud assembly, cdk diff to compare deployed infrastructure, and cdk deploy to apply changes through CloudFormation. The CLI discovers the app command from cdk.json in the project directory, then falls back to ~/.cdk.json or command-line --app.
Configuration is split across CDK files and AWS shared files. CDK uses cdk.json, ~/.cdk.json, and cdk.context.json for app commands, context, feature flags, and cached lookups; AWS SDK/tooling uses ~/.aws/config and ~/.aws/credentials on Unix-like systems and %USERPROFILE%\.aws\config and %USERPROFILE%\.aws\credentials on Windows.
For package nerds, aws-cdk is a Node-distributed cloud compiler dressed as a system CLI. The installed cdk binary coordinates local language runtimes, npm packages, generated constructs, AWS credentials, and CloudFormation APIs, so version skew can matter.
It is also significant because it normalized packaging infrastructure abstractions as libraries. CDK apps are dependency graphs as much as source trees, and the CLI's job is to turn that graph into deterministic cloud assemblies.
セキュリティ状態
infrastructure mutation or orchestration signal.
リスク orange · 信頼度 中 · infrastructure
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
cdk.json~/.cdk.jsoncdk.context.json~/.aws/config%USERPROFILE%\.aws\configCredential-bearing paths to review before unattended agent runs.
~/.aws/credentials%USERPROFILE%\.aws\credentials実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
cdk | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/aws/aws-cdk
インストールメタデータ
| パッケージキー | brew:aws-cdk |
|---|---|
| バージョン | 2.1129.0 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/aws-cdk |
| ホームページ | https://github.com/aws/aws-cdk |
| リポジトリ | https://github.com/aws/aws-cdk |
| 上流ドキュメント | https://docs.aws.amazon.com/cdk/v2/guide/cli.html |
| ライセンス | Apache-2.0 |
| ソースアーカイブ | https://registry.npmjs.org/aws-cdk/-/aws-cdk-2.1129.0.tgz |
| 最終更新 | 2026-07-02T16:39:42Z |
| Pulse | updated |
| 依存関係 | node |
| Bottle | 利用可能 (対象 all) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | aws-cdk |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
libcdk-java 1:2.11-1
Chemistry Development Kit (CDK) Java libraries
sudo apt install libcdk-javacdk
nix profile install nixpkgs#cdklibcdk-java 1:2.9-1
Chemistry Development Kit (CDK) Java libraries
sudo apt install libcdk-javacdk 5.0.20260119-2.fc45
Curses Development Kit
https://invisible-island.net/cdk/
sudo dnf install cdkcdk-devel 5.0.20260119-2.fc45
Development files for cdk
https://invisible-island.net/cdk/
sudo dnf install cdk-develcdk-doc 5.0.20260119-2.fc45
Documentation and examples for cdk
https://invisible-island.net/cdk/
sudo dnf install cdk-doccdk-devel 5.0.20230201-1.7
Development Part of Curses Development Kit
https://invisible-island.net/cdk/
sudo zypper install cdk-devellibcdk6_3_4 5.0.20230201-1.7
The Runtime for the Curses Development Kit - Shared library
https://invisible-island.net/cdk/
sudo zypper install libcdk6_3_4ソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.