AI AGENT ADDONS

Setting Up Ec2 Instance Profiles

aws/agent-toolkit-for-aws

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.

Add Setting Up Ec2 Instance Profiles skill to your workflow

Global

mkdir -p ~/.claude/skills/setting-up-ec2-instance-profiles

Project

mkdir -p .claude/skills/setting-up-ec2-instance-profiles

Source Repository

Stars
1,530
Forks
128
Watchers
1,530
License
Apache-2.0
Last Push
1 month ago
Created
3 months ago