aws-cli

Installation
SKILL.md

AWS CLI 操作

概述

EC2、S3、IAM、Lambda 等 AWS 服务的命令行操作技能。

配置与认证

# 配置凭证
aws configure
aws configure --profile myprofile

# 查看配置
aws configure list
aws configure list --profile myprofile

# 配置文件位置
~/.aws/credentials
~/.aws/config
Installs
40
GitHub Stars
47
First Seen
Jan 24, 2026
aws-cli — chaterm/terminal-skills