Skip to content

Commit

Permalink
Updated: Markdown to reflect uncommented delete endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
djarpin committed Dec 4, 2017
1 parent 69b5375 commit 4840b20
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@
"source": [
"### (Optional) Clean-up\n",
"\n",
"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."
"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."
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@
"source": [
"### (Optional) Delete the Endpoint\n",
"\n",
"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."
"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."
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@
"metadata": {},
"outputs": [],
"source": [
"# Remove endpoint to avoid stray charges\n",
"sm.delete_endpoint(EndpointName=kmeans_endpoint)"
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@
"source": [
"### (Optional) Clean-up\n",
"\n",
"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."
"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."
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@
"source": [
"### (Optional) Delete the Endpoint\n",
"\n",
"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."
"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."
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@
"source": [
"### (Optional) Delete the Endpoint\n",
"\n",
"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."
"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."
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@
"source": [
"### Clean up\n",
"\n",
"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"
"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."
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@
"source": [
"### Clean up\n",
"\n",
"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"
"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."
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@
"\n",
"Finally, we should delete the endpoint before we close the notebook.\n",
"\n",
"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. "
"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. "
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@
"source": [
"### (Optional) Delete the Endpoint\n",
"\n",
"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."
"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."
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@
"source": [
"### (Optional) Delete the Endpoint\n",
"\n",
"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."
"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."
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"###### Uncomment the cell below to delete endpoint once you are done."
"###### Run the cell below to delete endpoint once you are done."
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1171,7 +1171,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"##### Uncomment below to delete endpoints once you are done."
"##### Run below to delete endpoints once you are done."
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@
"source": [
"### (Optional) Clean-up\n",
"\n",
"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."
"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."
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@
"source": [
"### (Optional) Clean-up\n",
"\n",
"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."
"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."
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@
"source": [
"### (Optional) Clean-up\n",
"\n",
"If you are done with this notebook, please uncomment and run the cell below. This will remove the hosted endpoint you created and avoid any charges from a stray instance being left on."
"If you are 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."
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1029,7 +1029,7 @@
"\n",
"Finally, we should delete the endpoint before we close the notebook.\n",
"\n",
"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. "
"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. "
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion under_development/mxnet_mnist_byom/mxnet_mnist.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"If you do not want continied use of the endpoint, you can remove it. Remember, open endpoints are charged. If this is a simple test or practice, it is recommended to delete them."
"If you do not want continued use of the endpoint, you can remove it. Remember, open endpoints are charged. If this is a simple test or practice, it is recommended to delete them."
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"If you do not want continied use of the endpoint, you can remove it. Remember, open endpoints are charged. If this is a simple test or practice, it is recommended to delete them."
"If you do not want continued use of the endpoint, you can remove it. Remember, open endpoints are charged. If this is a simple test or practice, it is recommended to delete them."
]
},
{
Expand Down

0 comments on commit 4840b20

Please sign in to comment.