Skip to content

Commit

Permalink
Add logging for notebook instances region and bump version to 0.5.47
Browse files Browse the repository at this point in the history
  • Loading branch information
sinanartun committed Dec 27, 2024
1 parent cd3723d commit f28385f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2072,6 +2072,7 @@ def delete_db_instances(self, region):


def delete_all_notebook_instances(self, region_name):
logger.info(f"Notebook instances region ({region_name}).")
sagemaker_client = boto3.client('sagemaker', region_name=region_name)

# Get list of notebook instances
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='aws-delete-all',
version='0.5.46',
version='0.5.47',
author='Sinan Artun',
author_email='[email protected]',
description='A script that concurrently deletes common AWS resources like S3 buckets, RDS instances, and EC2 instances across all AWS regions.',
Expand Down

0 comments on commit f28385f

Please sign in to comment.