Linux command
e1s 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Launch
e1s
Connect
e1s --profile [profile_name]
View
e1s --cluster [cluster_name]
Connect
e1s --region [us-west-2]
说明
e1s is a terminal user interface for Amazon ECS (Elastic Container Service), inspired by k9s for Kubernetes. It provides a real-time dashboard for monitoring ECS clusters, services, tasks, and containers. The tool allows users to view resource status, view logs, execute commands in containers, and manage deployments without leaving the terminal. It integrates with AWS credentials and supports multiple profiles and regions.
参数
- --profile _NAME_
- AWS profile to use.
- --region _REGION_
- AWS region (default: from config).
- --cluster _NAME_
- Default ECS cluster to view.
- --service _NAME_
- Default ECS service to view (requires --cluster).
- --read-only
- Start in read-only mode.
- -c, --config-file _FILE_
- Config file path (default: ~/.config/e1s/config.yml).
- -r, --refresh _SECONDS_
- Auto-refresh interval in seconds (default: 30, -1 to disable).
- -s, --shell _PATH_
- Shell for interactive exec (default: /bin/sh).
- -d, --debug
- Enable debug logging.
- -l, --log-file _FILE_
- Custom log file path.
- -j, --json
- Output logs in JSON format.
- -v, --version
- Display version and exit.
- -h, --help
- Display help and exit.
FAQ
What is the e1s command used for?
e1s is a terminal user interface for Amazon ECS (Elastic Container Service), inspired by k9s for Kubernetes. It provides a real-time dashboard for monitoring ECS clusters, services, tasks, and containers. The tool allows users to view resource status, view logs, execute commands in containers, and manage deployments without leaving the terminal. It integrates with AWS credentials and supports multiple profiles and regions.
How do I run a basic e1s example?
Run `e1s` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --profile _NAME_ do in e1s?
AWS profile to use.