resilience-hub-failure-mode-assessment

por aws

Ejecuta e interpreta las evaluaciones de modos de falla de AWS Resilience Hub v2. Cubre el inicio de evaluaciones, la comprensión de los hallazgos (gravedad, categorías,…

npx skills add https://github.com/aws/agent-toolkit-for-aws --skill resilience-hub-failure-mode-assessment

Failure Mode Assessment

Overview

Domain expertise for running Resilience Hub v2 failure mode assessments, interpreting findings, triaging by severity and achievability, and driving remediation.

The AWS MCP server is recommended for executing this skill's AWS API calls, but it is not required — all operations also work with the AWS CLI directly.

Guardrail — where this skill's own files live (MCP vs local install)

Before reading a reference file, determine how this skill was loaded:

  • Loaded via the AWS MCP retrieve_skill tool: the skill's reference files are not on the local filesystem. Fetch each one through retrieve_skill with the file parameter (e.g. file="references/assessment-workflow.md") — do NOT file_read these paths locally or search the filesystem for them.
  • Installed locally (e.g. .kiro/skills/resilience-hub-failure-mode-assessment/ or ~/.claude/skills/resilience-hub-failure-mode-assessment/): read reference files from the local skill directory using the relative paths shown here.

This applies only to the skill's own reference files; always read and write user or session data in the working directory, never through retrieve_skill.

Run and interpret assessments

To run assessments and triage findings, follow the procedure exactly. See references/assessment-workflow.md.

Troubleshooting

Assessment fails with INVALID_PERMISSIONS

The service's permission model (invokerRoleName / crossAccountRoles) doesn't have access to the resources. Verify the invoker role (and any cross-account roles) can describe resources in all configured regions.

Too many findings — where to start?

Prioritize by finding severity, highest first (HIGH, then MEDIUM, then LOW). For HIGH-severity findings, check the service's achievability for the relevant policy component (from get-service / list-failure-mode-assessments): NOT_ACHIEVABLE means the architecture must change before testing; ACHIEVABLE means validate the fix with an FIS experiment. MEDIUM findings: plan remediation this sprint; LOW findings: track but don't block (see the priority matrix in references/assessment-workflow.md Step 5).

AI-generated service functions are wrong

Update them: aws resiliencehubv2 update-service-function to rename or change criticality (there is no service-function "type" parameter). Reassign resources by calling create-service-function-resources with the desired resource set (see references/assessment-workflow.md for the service-function operations).

Security Considerations

  • Least privilege: the invoker role should be scoped to read-only discovery of only the resource types in the service's input sources; avoid granting access beyond what assessment needs.
  • Encryption & access control: recommend that S3 buckets used for report output have server-side encryption (SSE-S3 or SSE-KMS) and block public access — assessment reports can contain sensitive architectural detail. If a bucket policy grants the Resilience Hub service principal write access, scope it with aws:SourceArn / aws:SourceAccount condition keys to prevent confused-deputy writes.
  • Further reading: see Security in AWS Resilience Hub and the AWS Well-Architected Security Pillar for securing assessment outputs and IAM configurations.

Más skills de aws

agents-build
aws
Úsalo para ampliar un proyecto de agente existente con memoria, integración de aplicaciones, VPC, multi-agente, migración, modelo, navegador, intérprete de código, pagos o recursos…
official
agents-connect
aws
Úsalo al conectar tu agente a APIs, herramientas o servicios externos a través de Gateway, o al restringir el acceso a herramientas con políticas de Cedar. Gestiona la configuración de gateway, target…
official
agents-debug
aws
Use when your agent or environment is broken — wrong answers, errors, timeouts, tool failures, or CLI issues. Reads traces and logs to diagnose root causes.…
official
agents-deploy
aws
Úsalo al implementar tu agente en AWS o cuando una implementación haya fallado. Gestiona la validación previa al vuelo, el diagnóstico de errores de CDK/IAM/cuotas, la gestión de versiones, la reversión,…
official
agents-get-started
aws
Úsalo cuando un desarrollador quiera crear un nuevo proyecto de agente o comenzar con AgentCore. Maneja la selección de framework, el scaffolding del proyecto, el primer despliegue y…
official
agents-harden
aws
Úsalo al preparar tu agente para producción: alcance de IAM, autenticación de entrada (JWT, SigV4), gestión de secretos, optimización de arranque en frío, ciclo de vida de sesión, tasas…
official
agents-pay
aws
Úsalo cuando ESTE agente necesite pagar por contenido protegido con x402 en tiempo de ejecución: encontrarse con un muro de pago a mitad de tarea, resolverlo mediante AgentCore Payments y aplicar…
official
amazon-aurora-mysql
aws
Amazon Aurora MySQL — crea, modifica y asesora sobre clústeres de Aurora MySQL específicamente (motor compatible con MySQL, Aurora serverless, consulta paralela).…
official