We are no longer updating the Amazon Machine Learning service or accepting new users for it. This documentation is available for existing users, but we are no longer updating it. For more information, see What is Amazon Machine Learning.
Step 6: Clean Up
To avoid accruing additional Amazon Simple Storage Service (Amazon S3) charges, delete the data stored in Amazon S3. You are not charged for other unused Amazon ML resources, but we recommend that you delete them to keep your workspace clean.
To delete the input data stored in Amazon S3
Open the Amazon S3 console at https://console.aws.amazon.com/s3/
. -
Navigate to the Amazon S3 location where you stored the
banking.csv
andbanking-batch.csv
files. -
Select the
banking.csv
,banking-batch.csv
, and.writePermissionCheck.tmp
files. -
Choose Actions, and then choose Delete.
-
When prompted for confirmation, choose OK.
Although you aren't charged for keeping the record of the batch prediction that Amazon ML ran or the datasources, model, and evaluation that you created during the tutorial, we recommend that you delete them to prevent cluttering your workspace.
To delete the batch predictions
-
Navigate to the Amazon S3 location where you stored the output of the batch prediction.
-
Choose the
batch-prediction
folder. -
Choose Actions, and then choose Delete.
-
When prompted for confirmation, choose OK.
To delete the Amazon ML resources
-
On the Amazon ML dashboard, select the following resources.
-
The
Banking Data 1
datasource -
The
Banking Data 1_[percentBegin=0, percentEnd=70, strategy=sequential]
datasource -
The
Banking Data 1_[percentBegin=70, percentEnd=100, strategy=sequential]
datasource -
The
Banking Data 2
datasource -
The
ML model: Banking Data 1
ML model -
The
Evaluation: ML model: Banking Data 1
evaluation
-
-
Choose Actions, and then choose Delete.
-
In the dialog box, choose Delete to delete all selected resources.
You have now successfully completed the tutorial. To continue using the console to create datasources, models, and predictions see the Amazon Machine Learning Developer Guide. To learn how to use the API, see the Amazon Machine Learning API Reference.