一键导入
aws-setup
Activate when the user needs help with AWS access, credentials, Workshop Studio login, or environment setup
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Activate when the user needs help with AWS access, credentials, Workshop Studio login, or environment setup
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Activate when discussing deployment, AgentCore CLI, or production infrastructure
Activate when discussing game rules, player actions, scoring, fouls, cards, or match format
Activate when discussing strategy, tactics, or agent behavior design
Activate when the user chooses LangGraph or asks about LangChain/ReAct patterns
Activate when the user chooses Strands or asks about Strands SDK concepts
| name | aws-setup |
| description | Activate when the user needs help with AWS access, credentials, Workshop Studio login, or environment setup |
Guide for setting up AWS Workshop Studio access, extracting credentials, and launching SageMaker Studio for the Agentic Football World Cup workshop.
| Region | Code |
|---|---|
| US East (N. Virginia) | us-east-1 |
| US West (Oregon) | us-west-2 |
Select the region as directed by your workshop support staff.
If you cannot log in, contact your AWS instructor for assistance.
To use the AWS CLI or SDK from your local environment, you need to extract credentials from Workshop Studio.
Option A: Environment Variables
export AWS_ACCESS_KEY_ID="<your-access-key>"
export AWS_SECRET_ACCESS_KEY="<your-secret-key>"
export AWS_SESSION_TOKEN="<your-session-token>"
export AWS_DEFAULT_REGION="us-east-1" # or us-west-2
Option B: AWS CLI Configure
aws configure
# Enter Access Key ID, Secret Access Key, and region when prompted
# For session token, set it separately:
export AWS_SESSION_TOKEN="<your-session-token>"
aws sts get-caller-identity
If successful, this returns your account ID, user ARN, and user ID. If it fails, re-extract credentials from Workshop Studio — session tokens expire periodically.
Note: Workshop Studio credentials are temporary. If you get authentication errors during the workshop, return to the portal and re-extract fresh credentials.
For participants using the notebook-based workflow:
Once in SageMaker Studio, you can:
| Issue | Solution |
|---|---|
| Cannot log in to Workshop Studio | Verify the 12-digit access code with your instructor |
| OTP email not received | Check spam folder; wait 1 minute; try resending |
| AWS console shows wrong region | Use the region selector in the top-right to switch to us-east-1 or us-west-2 |
aws sts get-caller-identity fails | Re-extract credentials from Workshop Studio portal |
| Session token expired | Return to Workshop Studio and get fresh CLI credentials |
| SageMaker Studio won't open | Ensure you selected the correct user profile (user-profile-1) |