Quickstart
Quickstart
# Install AWS CLI (if needed)
# macOS: brew install awscli
# Linux: apt install awscli / yum install awscli
# Or: pip install awscli
# Configure credentials
aws configure --profile hyena-data
# AWS Access Key ID: <your-key>
# AWS Secret Access Key: <your-secret>
# Default region name: ap-northeast-1
# Default output format: NoneLast updated