spcl/serverless-benchmarks

Cleaning up cloud resources

Open

#233 opened on Feb 20, 2025

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Python (99 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (196 stars)
PR merge metrics
 (PR metrics pending)

Description

SeBS allocates many cloud resources - storage buckets, NoSQL tables, resource groups and storage accounts (Azure), and functions. We already have initial support for removing buckets and resource groups. We should extend it to support full cleaning.

  • Remove all resources allocated with a specific resource prefix.
  • Remove functions.
  • Remove NoSQL tables (for PR #214)
  • Remove all queues (PR #220)
  • Remove all additional resources like AWS policies.
  • Remove all containers.

Contributor guide