Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit 686519e

Browse files
authored
[imagemodule] remove the step to empty s3 buckets now the CFN template auto cleans up with custom resource (#99)
1 parent 238c594 commit 686519e

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

ImageProcessing/README.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -739,26 +739,6 @@ The intent of the **PhotoDoesNotMeetRequirement** step is to send notification
739739

740740
1. Delete the `RiderPhotoProcessing` state machine from the AWS Step Functions console.
741741

742-
1. Empty the Amazon S3 buckets used to store rider images and thumbnails.
743-
744-
<details>
745-
<summary><strong>Step-by-step instructions (expand for details)</strong></summary><p>
746-
747-
1. In the Amazon S3 Management Console, click on the ![](./images/bucket-icon.png) icon next to Amazon S3 bucket used to store rider photos (The S3 bucket should have a name similar to `wildrydes-step-module-resource-riderphotos3bucket-7l698ggkdcf3`).
748-
749-
![select bucket](./images/s3-console-select-bucket.png)
750-
1. Click on the **Empty Bucket** button.
751-
752-
![empty bucket](./images/s3-console-empty-bucket.png)
753-
754-
1. Copy/paste the bucket name into the pop-up box, then click **Confirm**.
755-
756-
![empty bucket](./images/s3-empty-bucket-dialog.png)
757-
758-
1. Repeat the steps to empty the Amazon S3 bucket used to store photo thumbnails (it should have a name similar to `wildrydes-step-module-resources-thumbnails3bucket-1j0t3m28k7mxo`).
759-
760-
</p></details>
761-
762742
1. Delete the `wildrydes-step-module-resources` AWS CloudFormation stack that launched the AWS Lambda functions, Amazon S3 buckets and Amazon DynamoDB table.
763743

764744
<details>

0 commit comments

Comments
 (0)