This page provides instructions for cleaning up the resources created during the preceding modules.
- Delete the function WildRydesFileProcessor.
- Delete the role WildRydesFileProcessorRole.
- Delete the table UnicornSensorData.
- Delete the bucket you created in the first section of the module. It should be named similarly to wildrydes-uploads-yourname.
- Delete the stream wildrydes.
- Delete the application wildrydes.
- Delete the stream wildrydes-aggregated.
- Delete the function WildRydesStreamProcessor.
- Delete the role WildRydesFileProcessorRole.
-
Delete the table wildrydes.
- In the Amazon Athena query editor, type:
DROP TABLE wildrydes;
- Click Run Query.
- Delete the function WildRydesStreamToFirehose.
- Delete the role WildRydesLambdaKinesisRole.
- Delete the delivery stream wildrydes.
- Delete the bucket you created in the first section of the module. It should be named similarly to wildrydes-data-yourname.