clean-workshop

Clean up AWS resources provisioned by the AgentCore onboarding workshop.

127|38|Updated Aug 8, 2025
One-click install
npx skills add https://github.com/aws-samples/sample-amazon-bedrock-agentcore-onboarding --skill clean-workshop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clean-workshop
Source: https://github.com/aws-samples/sample-amazon-bedrock-agentcore-onboarding/tree/main/.claude/skills/clean-workshop
Command: npx skills add https://github.com/aws-samples/sample-amazon-bedrock-agentcore-onboarding --skill clean-workshop

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the cleanup of AWS resources created during the AgentCore workshop, preventing unnecessary costs and clutter.

Core Features & Use Cases

  • Selective Resource Cleanup: Remove resources for specific workshop steps or all steps.
  • Dependency-Aware Order: Ensures resources are deleted in the correct order to avoid errors.
  • Use Case: After completing the AgentCore workshop, you can use this skill to efficiently remove all the AWS resources that were provisioned, ensuring a clean slate.

Quick Start

Use the clean-workshop skill to clean up all workshop resources.

Frequently Asked Questions about clean-workshop

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I clean up AWS resources after completing a workshop?

To clean up AWS resources after a workshop, you can use an automated teardown skill that removes provisioned resources. It targets specific workshop assets to prevent unnecessary costs and clutter.

Can I remove resources for only specific workshop steps instead of deleting everything?

Yes, you can selectively remove resources for specific workshop steps instead of a full teardown. The cleanup process supports targeted deletion across multiple defined steps to suit your needs.

How does dependency-aware teardown prevent errors during AWS resource cleanup?

Dependency-aware teardown prevents errors by deleting AWS resources in a critical dependency order. This ensures safe and effective de-provisioning by removing dependent resources before their parents.

Do I need Python scripts to tear down AgentCore workshop resources?

Yes, the teardown process requires Python scripts located within each step's directory to execute resource removal. These scripts drive the de-provisioning logic for the AgentCore workshop resources.

What is the best way to ensure a clean slate after an AWS onboarding workshop?

The best way to ensure a clean slate after an AWS onboarding workshop is to run an automated full cleanup skill. It tears down all provisioned resources efficiently, respecting dependency order to avoid leftover assets.