Skip to content

Commit e9abf92

Browse files
committed
chore: update repository links to reflect new ownership by 'towardsthecloud'
1 parent e12cd66 commit e9abf92

32 files changed

+41
-41
lines changed

.github/CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Contribution Guidelines
22

3-
Thank you for your interest in contributing to the [AWS Toolbox.](https://github.com/dannysteenman/aws-toolbox)
3+
Thank you for your interest in contributing to the [AWS Toolbox.](https://github.com/towardsthecloud/aws-toolbox)
44

55
Please read through this document before submitting any issues or pull requests to ensure we have all the necessary information to effectively respond to your issue or contribution.
66

77
## Reporting Bugs or Feature Requests
88

99
We welcome you to use the GitHub issue tracker to report bugs or suggest features.
1010

11-
When filing an issue, please check [existing open](https://github.com/dannysteenman/aws-toolbox/issues), or [recently closed](https://github.com/dannysteenman/aws-toolbox/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20), issues to make sure somebody else hasn't already reported the issue. Please try to include as much information as you can.
11+
When filing an issue, please check [existing open](https://github.com/towardsthecloud/aws-toolbox/issues), or [recently closed](https://github.com/towardsthecloud/aws-toolbox/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20), issues to make sure somebody else hasn't already reported the issue. Please try to include as much information as you can.
1212

1313
## Contributing new scripts via Pull Requests
1414

@@ -21,7 +21,7 @@ Contributions via pull requests are much appreciated. Before sending us a pull r
2121
To send us a pull request, please:
2222

2323
1. Fork the repository.
24-
2. Modify the source, focusing on the specific change you are contributing.
24+
2. Modify the source, focusing on the specific change you are contributing.
2525
3. Reformat all the code, for Python scripts we use Black and for linting we use Flake8 with the following arguments: "--ignore=E203,E266,E501,F401,W503"
2626
4. If you commit and push the changes in your fork it will automatically trigger a linter action in GitHub Actions to validate the change.
2727
5. Commit to your fork using clear commit messages.
@@ -46,4 +46,4 @@ We want to keep the quality of the scripts in our list as high as possible. In m
4646

4747
## Licensing
4848

49-
See the [LICENSE](https://github.com/dannysteenman/aws-toolbox/blob/main/LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution.
49+
See the [LICENSE](https://github.com/towardsthecloud/aws-toolbox/blob/main/LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution.

.github/PULL_REQUEST_TEMPLATE/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- Please refer to our contributing documentation for any questions on submitting a pull request, or let us know here if you need any help: https://github.com/dannysteenman/aws-toolbox/blob/main/.github/CONTRIBUTING.md -->
1+
<!-- Please refer to our contributing documentation for any questions on submitting a pull request, or let us know here if you need any help: https://github.com/towardsthecloud/aws-toolbox/blob/main/.github/CONTRIBUTING.md -->
22

33
## Pull request checklist
44

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [![AWS Toolbox header](./icons/github-header-image.png)](https://towardsthecloud.com)
1+
# [![AWS Toolbox header](./icons/github-title-banner.png)](https://towardsthecloud.com)
22

33
# AWS Toolbox 🧰
44

@@ -116,15 +116,15 @@ This section lists tools that enhance AWS usage across console, CLI, and APIs.
116116
- [IAM Zero](https://iamzero.dev) - Automated least-privilege policy suggestion tool.
117117

118118
### Infrastructure as Code
119-
- [AWS CDK Starterkit](https://github.com/dannysteenman/aws-cdk-starterkit) - Rapid AWS CDK app deployment via GitHub actions.
120-
- [AWS CloudFormation Starterkit](https://github.com/dannysteenman/aws-cloudformation-starterkit) - Rapid AWS CloudFormation stack deployment via GitHub actions.
119+
- [AWS CDK Starterkit](https://github.com/towardsthecloud/aws-cdk-starterkit) - Rapid AWS CDK app deployment via GitHub actions.
120+
- [AWS CloudFormation Starterkit](https://github.com/towardsthecloud/aws-cloudformation-starterkit) - Rapid AWS CloudFormation stack deployment via GitHub actions.
121121
- [Awesome CDK](https://github.com/kolomied/awesome-cdk) - Curated list of AWS CDK resources.
122122
- [Awesome CloudFormation](https://github.com/aws-cloudformation/awesome-cloudformation) - Curated CloudFormation resources.
123123
- [Awesome Terraform](https://github.com/shuaibiyy/awesome-terraform) - Curated Terraform resources.
124124
- [Former2](https://github.com/iann0036/former2) - Template generator from existing AWS resources.
125125
- [Open CDK Guide](https://github.com/kevinslin/open-cdk) - Opinionated AWS CDK best practices guide.
126-
- [VSCode IAM Actions Snippets](https://github.com/dannysteenman/vscode-iam-actions-snippets) - Adds autocompletion in VS Code for AWS IAM policy actions.
127-
- [VSCode IAM Service Principal Snippets](https://github.com/dannysteenman/vscode-iam-service-principal-snippets) - Adds autocompletion in VS Code for AWS service principals.
126+
- [VSCode IAM Actions Snippets](https://github.com/towardsthecloud/vscode-iam-actions-snippets) - Adds autocompletion in VS Code for AWS IAM policy actions.
127+
- [VSCode IAM Service Principal Snippets](https://github.com/towardsthecloud/vscode-iam-service-principal-snippets) - Adds autocompletion in VS Code for AWS service principals.
128128
- [VSCode CDK Snippets](https://marketplace.visualstudio.com/items?itemName=dannysteenman.cdk-snippets) - VS Code extension for CDK construct snippets.
129129
- [VSCode CloudFormation Snippets](https://marketplace.visualstudio.com/items?itemName=dannysteenman.cloudformation-yaml-snippets) - VS Code extension for CloudFormation resource snippets.
130130
- [VSCode SAM Snippets](https://marketplace.visualstudio.com/items?itemName=dannysteenman.sam-snippets) - VS Code extension for CloudFormation resource snippets.
@@ -158,13 +158,13 @@ This section lists tools that enhance AWS usage across console, CLI, and APIs.
158158
## Contributors
159159
This project exists thanks to all the people who contribute.
160160

161-
[![Code Contributors](https://contrib.rocks/image?repo=dannysteenman/aws-toolbox)](https://github.com/dannysteenman/aws-toolbox/graphs/contributors)
161+
[![Code Contributors](https://contrib.rocks/image?repo=dannysteenman/aws-toolbox)](https://github.com/towardsthecloud/aws-toolbox/graphs/contributors)
162162

163-
See how you can [contribute to this repository.](https://github.com/dannysteenman/aws-toolbox/blob/main/.github/CONTRIBUTING.md)
163+
See how you can [contribute to this repository.](https://github.com/towardsthecloud/aws-toolbox/blob/main/.github/CONTRIBUTING.md)
164164

165165
## Author
166166
[Danny Steenman](https://towardsthecloud.com/about)
167167

168-
[![](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/dannysteenman)
168+
[![](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/company/towardsthecloud)
169169
[![](https://img.shields.io/badge/X-000000?style=for-the-badge&logo=x&logoColor=white)](https://twitter.com/dannysteenman)
170-
[![](https://img.shields.io/badge/GitHub-2b3137?style=for-the-badge&logo=github&logoColor=white)](https://github.com/dannysteenman)
170+
[![](https://img.shields.io/badge/GitHub-2b3137?style=for-the-badge&logo=github&logoColor=white)](https://github.com/towardsthecloud)

appstream/appstream_delete_image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# https://github.com/dannysteenman/aws-toolbox
1+
# https://github.com/towardsthecloud/aws-toolbox
22
#
33
# License: MIT
44
#

cli/alias

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# https://github.com/dannysteenman/aws-toolbox
1+
# https://github.com/towardsthecloud/aws-toolbox
22
#
33
# License: MIT
44
#

cloudformation/cfn_delete_stackset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# https://github.com/dannysteenman/aws-toolbox
1+
# https://github.com/towardsthecloud/aws-toolbox
22
#
33
# License: MIT
44
#

cloudwatch/cw_delete_log_groups.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# https://github.com/dannysteenman/aws-toolbox
1+
# https://github.com/towardsthecloud/aws-toolbox
22
#
33
# License: MIT
44
#

cloudwatch/cw_set_retention_policy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# https://github.com/dannysteenman/aws-toolbox
1+
# https://github.com/towardsthecloud/aws-toolbox
22
#
33
# License: MIT
44
#

codepipeline/cp_slack_notifications.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# https://github.com/dannysteenman/aws-toolbox
1+
# https://github.com/towardsthecloud/aws-toolbox
22
#
33
# This script can be used in a lambda to enable AWS CodePipeline notifications on slack in a specific channel.
44

ec2/ec2_delete_tagged_security_groups.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# https://github.com/dannysteenman/aws-toolbox
1+
# https://github.com/towardsthecloud/aws-toolbox
22
#
33
# License: MIT
44
#

ec2/ec2_delete_unattached_volumes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# https://github.com/dannysteenman/aws-toolbox
1+
# https://github.com/towardsthecloud/aws-toolbox
22
#
33
# License: MIT
44
#

ec2/ec2_delete_unused_eips.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# https://github.com/dannysteenman/aws-toolbox
1+
# https://github.com/towardsthecloud/aws-toolbox
22
#
33
# License: MIT
44
#

ec2/ec2_delete_unused_keypairs_all_regions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# https://github.com/dannysteenman/aws-toolbox
1+
# https://github.com/towardsthecloud/aws-toolbox
22
#
33
# License: MIT
44
#

ec2/ec2_find_unattached_volumes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# https://github.com/dannysteenman/aws-toolbox
1+
# https://github.com/towardsthecloud/aws-toolbox
22
#
33
# License: MIT
44
#

ecs/ecs_delete_inactive_task_definitions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# https://github.com/dannysteenman/aws-toolbox
1+
# https://github.com/towardsthecloud/aws-toolbox
22
#
33
# License: MIT
44
#

efs/efs_delete_tagged_filesystems.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# https://github.com/dannysteenman/aws-toolbox
1+
# https://github.com/towardsthecloud/aws-toolbox
22
#
33
# License: MIT
44
#

general/multi_account_command_executor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# https://github.com/dannysteenman/aws-toolbox
1+
# https://github.com/towardsthecloud/aws-toolbox
22
#
33
# License: MIT
44
#

general/set-alternate-contact.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# https://github.com/dannysteenman/aws-toolbox
1+
# https://github.com/towardsthecloud/aws-toolbox
22
#
33
# License: MIT
44
#

general/tag_secrets_manager_secrets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# https://github.com/dannysteenman/aws-toolbox
1+
# https://github.com/towardsthecloud/aws-toolbox
22
#
33
# License: MIT
44
#

iam/iam_delete_user.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# https://github.com/dannysteenman/aws-toolbox
1+
# https://github.com/towardsthecloud/aws-toolbox
22
#
33
# This script deletes iam users
44

iam/iam_rotate_access_keys.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# https://github.com/dannysteenman/aws-toolbox
1+
# https://github.com/towardsthecloud/aws-toolbox
22
#
33
# This script rotates IAM user keys.
44

icons/github-header-image.png

-387 KB
Binary file not shown.

icons/github-title-banner.png

281 KB
Loading

organizations/org_assign_sso_access_by_ou.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# https://github.com/dannysteenman/aws-toolbox
1+
# https://github.com/towardsthecloud/aws-toolbox
22
#
33
# License: MIT
44
#

organizations/org_import_users_to_sso.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# https://github.com/dannysteenman/aws-toolbox
1+
# https://github.com/towardsthecloud/aws-toolbox
22
#
33
# License: MIT
44
#

organizations/org_list_accounts_by_ou.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# https://github.com/dannysteenman/aws-toolbox
1+
# https://github.com/towardsthecloud/aws-toolbox
22
#
33
# License: MIT
44
#

organizations/org_list_sso_assignments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# https://github.com/dannysteenman/aws-toolbox
1+
# https://github.com/towardsthecloud/aws-toolbox
22
#
33
# License: MIT
44
#

organizations/org_remove_sso_access_by_ou.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# https://github.com/dannysteenman/aws-toolbox
1+
# https://github.com/towardsthecloud/aws-toolbox
22
#
33
# License: MIT
44
#

r53/r53_create_health_checks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
# https://github.com/dannysteenman/aws-toolbox
2+
# https://github.com/towardsthecloud/aws-toolbox
33
#
44
# License: MIT
55
#

s3/s3_delete_empty_buckets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
It includes a dry run mode for safe testing.
44
55
Author: Danny Steenman
6-
Original source: https://github.com/dannysteenman/aws-toolbox
6+
Original source: https://github.com/towardsthecloud/aws-toolbox
77
License: MIT
88
"""
99

s3/s3_search_key.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# https://github.com/dannysteenman/aws-toolbox
1+
# https://github.com/towardsthecloud/aws-toolbox
22
#
33
# License: MIT
44
#

s3/s3_search_multiple_keys.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# https://github.com/dannysteenman/aws-toolbox
1+
# https://github.com/towardsthecloud/aws-toolbox
22
#
33
# License: MIT
44
#

0 commit comments

Comments
 (0)