Skip to content

Commit 4840b20

Browse files
committed
Updated: Markdown to reflect uncommented delete endpoints
1 parent 69b5375 commit 4840b20

File tree

19 files changed

+19
-18
lines changed

19 files changed

+19
-18
lines changed

advanced_functionality/data_distribution_types/data_distribution_types.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@
720720
"source": [
721721
"### (Optional) Clean-up\n",
722722
"\n",
723-
"If you're ready to be done with this notebook, please uncomment and run the cell below. This will remove the hosted endpoints you created and avoid any charges from a stray instance being left on."
723+
"If you're ready to be done with this notebook, please run the cell below. This will remove the hosted endpoints you created and avoid any charges from a stray instance being left on."
724724
]
725725
},
726726
{

advanced_functionality/handling_kms_encrypted_data/handling_kms_encrypted_data.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@
525525
"source": [
526526
"### (Optional) Delete the Endpoint\n",
527527
"\n",
528-
"If you're ready to be done with this notebook, please uncomment the delete_endpoint line in the cell below and then run it. This will remove the hosted endpoint you created and avoid any charges from a stray instance being left on."
528+
"If you're ready to be done with this notebook, please run the delete_endpoint line in the cell below. This will remove the hosted endpoint you created and avoid any charges from a stray instance being left on."
529529
]
530530
},
531531
{

advanced_functionality/kmeans_bring_your_own_model/kmeans_bring_your_own_model.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,7 @@
350350
"metadata": {},
351351
"outputs": [],
352352
"source": [
353+
"# Remove endpoint to avoid stray charges\n",
353354
"sm.delete_endpoint(EndpointName=kmeans_endpoint)"
354355
]
355356
}

advanced_functionality/r_bring_your_own/r_bring_your_own.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@
643643
"source": [
644644
"### (Optional) Clean-up\n",
645645
"\n",
646-
"If you're ready to be done with this notebook, please uncomment and run cell below. This will remove the hosted endpoint you created and avoid any charges from a stray instance being left on."
646+
"If you're ready to be done with this notebook, please run the cell below. This will remove the hosted endpoint you created and avoid any charges from a stray instance being left on."
647647
]
648648
},
649649
{

advanced_functionality/xgboost_bring_your_own_model/xgboost_bring_your_own_model.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@
464464
"source": [
465465
"### (Optional) Delete the Endpoint\n",
466466
"\n",
467-
"If you're ready to be done with this notebook, please uncomment the delete_endpoint line in the cell below and then run it. This will remove the hosted endpoint you created and avoid any charges from a stray instance being left on."
467+
"If you're ready to be done with this notebook, please run the delete_endpoint line in the cell below. This will remove the hosted endpoint you created and avoid any charges from a stray instance being left on."
468468
]
469469
},
470470
{

introduction_to_amazon_algorithms/factorization_machines_mnist/factorization_machines_mnist.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@
380380
"source": [
381381
"### (Optional) Delete the Endpoint\n",
382382
"\n",
383-
"If you're ready to be done with this notebook, please uncomment the delete_endpoint line in the cell below and then run it. This will remove the hosted endpoint you created and avoid any charges from a stray instance being left on."
383+
"If you're ready to be done with this notebook, please run the delete_endpoint line in the cell below. This will remove the hosted endpoint you created and avoid any charges from a stray instance being left on."
384384
]
385385
},
386386
{

introduction_to_amazon_algorithms/imageclassification_caltech/Image-classification-fulltraining.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@
555555
"source": [
556556
"### Clean up\n",
557557
"\n",
558-
"When we're done with the endpoint, we can just delete it and the backing instances will be released. Uncomment and run the following cell to delete the endpoint and model"
558+
"When we're done with the endpoint, we can just delete it and the backing instances will be released. Run the following cell to delete the endpoint and model."
559559
]
560560
},
561561
{

introduction_to_amazon_algorithms/imageclassification_caltech/Image-classification-transfer-learning.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@
570570
"source": [
571571
"### Clean up\n",
572572
"\n",
573-
"When we're done with the endpoint, we can just delete it and the backing instances will be released. Uncomment and run the following cell to delete the endpoint and model"
573+
"When we're done with the endpoint, we can just delete it and the backing instances will be released. Run the following cell to delete the endpoint and model."
574574
]
575575
},
576576
{

introduction_to_amazon_algorithms/lda_topic_modeling/LDA-Introduction.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@
514514
"\n",
515515
"Finally, we should delete the endpoint before we close the notebook.\n",
516516
"\n",
517-
"To do so uncomment and execute the cell below. Alternately, you can navigate to the \"Endpoints\" tab in the SageMaker console, select the endpoint with the name stored in the variable `endpoint_name`, and select \"Delete\" from the \"Actions\" dropdown menu. "
517+
"To do so execute the cell below. Alternately, you can navigate to the \"Endpoints\" tab in the SageMaker console, select the endpoint with the name stored in the variable `endpoint_name`, and select \"Delete\" from the \"Actions\" dropdown menu. "
518518
]
519519
},
520520
{

introduction_to_amazon_algorithms/linear_learner_mnist/linear_learner_mnist.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@
371371
"source": [
372372
"### (Optional) Delete the Endpoint\n",
373373
"\n",
374-
"If you're ready to be done with this notebook, please uncomment the delete_endpoint line in the cell below and then run it. This will remove the hosted endpoint you created and avoid any charges from a stray instance being left on."
374+
"If you're ready to be done with this notebook, please run the delete_endpoint line in the cell below. This will remove the hosted endpoint you created and avoid any charges from a stray instance being left on."
375375
]
376376
},
377377
{

0 commit comments

Comments
 (0)