hf-cloud-sagemaker-iam-preflight Skill
Ensure a usable SageMaker execution role exists before deploying or training. Use this skill whenever about to create a SageMaker endpoint, model, training job, or any resource that requires an execution role. Use it especially when the user has not provided a role ARN explicitly, when scripts are about to call iam:Cre Published by huggingface in skills.
What is hf-cloud-sagemaker-iam-preflight Skill?
Ensure a usable SageMaker execution role exists before deploying or training. Use this skill whenever about to create a SageMaker endpoint, model, training job, or any resource that requires an execution role. Use it especially when the user has not provided a role ARN explicitly, when scripts are about to call iam:Cre Published by huggingface in skills. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Deployment
- Writing
- Deployment use cases
- Writing use cases
Technical details
- Install or run with Copy skill directory
When to use hf-cloud-sagemaker-iam-preflight Skill
- Use it for deployment.
- Use it for writing.
Built with
Editorial notes
Source
- Creator: huggingface
- Repository: huggingface/skills
- Skill file: skills/hf-cloud-sagemaker-iam-preflight/SKILL.md
What it does
Ensure a usable SageMaker execution role exists before deploying or training. Use this skill whenever about to create a SageMaker endpoint, model, training job, or any resource that requires an execution role. Use it especially when the user has not provided a role ARN explicitly, when scripts are about to call iam:Cre
Skill instructions
SageMaker IAM Preflight Every SageMaker resource needs an execution role — the IAM role SageMaker assumes to read model artifacts from S3, pull serving containers from ECR, and write logs. Most deployments fail here because the script tried to create a new role without checking if a usable one already existed, then blew up because the caller is an SSO principal. This skill encodes the right order: discover, validate, only create if necessary. Running the helpers (cross-platform) The helpers are Python so they run identically on Windows, macOS, and Linux: bash python3 scripts/checkrole.py macOS / Linux python scripts/checkrole.py Windows (PowerShell / cmd) Run them from the shell where the AWS CLI already works — i.e. wherever aws sts get-caller-identity succeeds. The script shells out to that same aws binary and inherits the shell's profile, region, SSO session, proxy, and credential chain. Windows / WSL / Git Bash caveat. Do not invoke these through a Bash shim (WSL, Git Bash, MSYS) o
Explore related resources
Frequently asked questions
What is hf-cloud-sagemaker-iam-preflight?
hf-cloud-sagemaker-iam-preflight is a open-source AI agent skill with Copy skill directory. Ensure a usable SageMaker execution role exists before deploying or training.
Who is hf-cloud-sagemaker-iam-preflight best for?
hf-cloud-sagemaker-iam-preflight is best for reusing agent instructions, scripts, and references, deployment workflows, writing workflows.
How do I install hf-cloud-sagemaker-iam-preflight?
Install or run hf-cloud-sagemaker-iam-preflight using Copy skill directory. Check hf-cloud-sagemaker-iam-preflight for the latest setup command.
Is hf-cloud-sagemaker-iam-preflight actively maintained?
hf-cloud-sagemaker-iam-preflight may need a closer maintenance check before production use.
Auto-fetched from GitHub.