EC2 instances can securely call AWS services without storing passwords. This skill shows how to create and attach IAM roles using instance profiles. Developers and DevOps engineers can grant temporary credentials for services like S3, DynamoDB, and SQS.
The process covers identifying the right permissions, creating a least-privilege role, and attaching it to an instance. It also explains how to verify that the credentials are working. This removes the need for hardcoded keys in code or config files.
Common problems like access denied errors or slow credential updates are addressed. The skill helps keep applications safe and easier to manage on AWS.
Global
mkdir -p ~/.claude/skills/setting-up-ec2-instance-profilesProject
mkdir -p .claude/skills/setting-up-ec2-instance-profilesSource Repository
Azure Deploymicrosoft/azure-skills
Run Azure deployment commands with error recovery for already-prepared apps
Azure Preparemicrosoft/azure-skills
Generate Azure infrastructure code and config files for deployment preparation
Azure Storagemicrosoft/azure-skills
Store files, messages, and data with Azure Storage services easily.
Azure Validatemicrosoft/azure-skills
Validate your Azure deployment with thorough preflight checks on all prerequisites
Azure Resource Lookupmicrosoft/azure-skills
Find any Azure resource across subscriptions and groups easily
Azure Aigatewaymicrosoft/azure-skills
Govern your AI models and tools with Azure API Management gateway
Azure Resource Visualizermicrosoft/azure-skills
Map your Azure resources with clear architecture diagrams in minutes
Azure Rbacmicrosoft/azure-skills
Find the least privilege Azure RBAC role and generate CLI and Bicep code