You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 8, 2024. It is now read-only.
* Determine the ID of the account to be deployed for clean up ( This is only to be deployed to Dev/Test/Sandbox environments )
73
-
* Verify and Update your nuke config file as needed with specific filters for the resources/accounts
74
-
* Deploy the stack using the below command. You can run it in any desired region. Replace the required parameter with the SNS Topic Arn for notification email
73
+
* Verify and Update your nuke configuration file as needed with specific filters for the resources/accounts
74
+
* Deploy the stack using the below command. You can run it in any desired region.
* Once the S3 bucket is created using the cfn template, upload the Nuke generic config file and the config update python script
78
+
* Once the stack is created, upload the nuke generic config file and the python script to the S3 bucket using the commands below. You can find the name of the S3 bucket generated from the CloudFormation console `Outputs` tab.
* Run the stack manually by triggering the StepFunctions with the below sample input payload. (which is pre-configured in the EventBridge Target as a Constant JSON input). You can configure this to run in parallel on the required number of regions by updating the region_list parameter.
* By default the stack runs aws-nuke in DryRun mode, To actually delete resources update the stack with AWSNukeDryRunFlag parameter flipped to false OR udpate manually in the CodeBuild environment variables section.
0 commit comments