{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Solution overview\n",
"This notebook contains a collection of architecture diagrams which cover different aspects of the architecture."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Overall solution architecture\n",
""
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## AWS account, team, and project setup\n",
"\n",
"
"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## IAM setup\n",
"\n",
"
"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Infrastructure\n",
"\n",
"
"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## MLOps project template to build, train, validate model\n",
"\n",
"
"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## MLOps project template for multi-account model deployment\n",
"\n",
"
"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Release resources"
]
},
{
"cell_type": "code",
"execution_count": 3,
"metadata": {},
"outputs": [
{
"data": {
"text/html": [
"\n",
"
Shutting down your kernel for this notebook to release resources.
\n", "\n", " \n", "\n" ], "text/plain": [ "Shutting down your kernel for this notebook to release resources.
\n", "\n", " \n", "" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [] } ], "metadata": { "kernelspec": { "display_name": "Python 3 (Data Science)", "language": "python", "name": "python3__SAGEMAKER_INTERNAL__arn:aws:sagemaker:us-east-1:081325390199:image/datascience-1.0" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.7.10" } }, "nbformat": 4, "nbformat_minor": 4 }