macOS
brew install bastilocal Homebrew formula metadata
安装
brew install bastilocal Homebrew formula metadata
概览
Securely connect to RDS, Elasticache, and other AWS resources in VPCs
历史
Basti is an AWS-focused CLI for securely reaching private VPC resources such as RDS, Aurora, ElastiCache, and custom TCP targets. The README says the name comes from bastion host and emphasizes no idle costs, no SSH keys, and IAM-driven access.
The npm package metadata shows the public `basti` package was created on 2022-06-13. The GitHub README describes a tool that wraps AWS Session Manager port forwarding and automates the bastion EC2 lifecycle needed to reach private network resources.
The project later added a CDK companion package, `basti-cdk`, and continued through 1.x releases. npm metadata shows active releases from 1.5.0 in 2023 through 1.8.0 on 2026-05-17.
Basti's adoption niche is teams that want database and cache access in private AWS VPCs without a permanently running bastion host, direct inbound SSH, or hand-maintained Session Manager setup. The README explicitly targets local machines and CI/CD pipelines.
The supplied package facts show Homebrew packaging, while the README documents npm installation and Homebrew installation. The README's badges also point to npm version and total-download signals.
The documented flow is `basti init` once per target to create or reuse the bastion resources, then `basti connect` to start a local port-forwarding session. A user can then connect to the resource on localhost, for example with `psql -h localhost -p 5432`.
Basti uses AWS SDK credential resolution and is expected to work when AWS CLI credentials work. It supports interactive and automatic modes, config files named `.basti.yaml`, `.basti.yml`, or `.basti.json`, AWS profile and region options, and custom TCP targets.
Basti is package-nerd significant because it packages a common cloud operations pattern into a single CLI: ephemeral bastion setup, Session Manager port forwarding, local TCP access, and cleanup. The value is not a new protocol, but removing recurring glue scripts around AWS infrastructure.
Its Homebrew formula matters because cloud operators often install this kind of tool beside `aws`, `psql`, `redis-cli`, and IaC CLIs rather than inside an application dependency tree.
安全态势
没有找到 basti 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布,以便未来覆盖拥有稳定的软件包 URL。
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
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.
./.basti.yaml./.basti.yml./.basti.jsonCredential-bearing paths to review before unattended agent runs.
~/.aws/credentials%USERPROFILE%\.aws\credentials可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
basti | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
安装元数据
| 软件包键 | brew:basti |
|---|---|
| 版本 | 1.8.0 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/basti |
| 主页 | https://www.basti.app |
| 仓库 | https://github.com/basti-app/basti |
| 上游文档 | https://github.com/basti-app/basti#readme |
| 许可证 | MIT |
| 源码归档 | https://registry.npmjs.org/basti/-/basti-1.8.0.tgz |
| 最后更新 | 2026-06-15T10:20:10-04:00 |
| Pulse | updated |
| 依赖 | node |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | basti |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.