원클릭으로
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) |