بنقرة واحدة
triage-aws-accessdenied
Identify why an AWS API call is denied and what policy element blocks it.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Identify why an AWS API call is denied and what policy element blocks it.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Diagnose EKS worker nodes in NotReady and determine safe remediation.
Identify the primary drivers of a sudden cloud cost increase and implement safe mitigations.
Diagnose GCP quota errors and identify the quota, scope, and fastest safe mitigation.
Diagnose node-level memory/disk/pid pressure and determine safe mitigations.
Diagnose pods stuck in Pending and identify scheduling constraints.
Diagnose in-cluster DNS resolution failures and isolate root causes.
| id | triage-access-denied |
| name | Triage AWS AccessDenied |
| description | Identify why an AWS API call is denied and what policy element blocks it. |
| tags | ["aws","iam","security","triage"] |
| maturity | draft |
| inputs | {"principal_arn":"string?","action":"string","resource_arn":"string?","error_message":"string?"} |
| outputs | ["likely_denial_reason","remediation_options"] |
| tools_allowed | ["aws.cloudtrail_lookup","aws.iam_simulate","aws.iam_get"] |
| safety | {"default_mode":"read_only","forbidden":["aws.iam_put","aws.iam_attach","aws.iam_create"],"requires_confirmation_for":["aws.iam_attach","aws.iam_put"]} |
Use when you receive AccessDenied, UnauthorizedOperation, or not authorized to perform errors.
Action: s3:GetObject
Resource: arn:aws:s3:::<bucket>/<key>
Principal: arn:aws:sts::<account>:assumed-role/<role>/<session>