Skip to content

Fix Deployment guide link #68

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ You can find the tutorial code on [GitHub](https://github.com/Netflix/metaflow/t
1. `python -m pip install notebook`
2. `python -m pip install plotly`
3. This tutorial requires access to compute and storage resources on AWS, which can be configured by
1. Following the instructions [here](https://outerbounds.com/docs/admin/metaflow-on-aws/deployment-guide) or
1. Following the instructions [here](https://outerbounds.com/docs/aws-deployment-guide) or
2. Requesting a [sandbox](../../../metaflow-on-aws/metaflow-sandbox).

**To play this episode:**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ You can find the tutorial code on [GitHub](https://github.com/Netflix/metaflow/t

1. `python -m pip install notebook`
2. This tutorial requires access to compute and storage resources on AWS, which can be configured by
1. Following the instructions [here](https://outerbounds.com/docs/admin/metaflow-on-aws/deployment-guide) or
1. Following the instructions [here](https://outerbounds.com/docs/aws-deployment-guide) or
2. Requesting a [sandbox](../../../metaflow-on-aws/metaflow-sandbox).

**To play this episode:**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ You can find the tutorial code on [GitHub](https://github.com/Netflix/metaflow/t
2. `python -m pip install notebook`
3. `python -m pip install matplotlib`
4. This tutorial requires access to compute and storage resources on AWS, which can be configured by
1. Following the instructions [here](https://outerbounds.com/docs/admin/metaflow-on-aws/deployment-guide) or
1. Following the instructions [here](https://outerbounds.com/docs/aws-deployment-guide) or
2. Requesting a [sandbox](../../../metaflow-on-aws/metaflow-sandbox).
5. This tutorial requires the `conda` package manager to be installed with the conda-forge channel added.
1. Download Miniconda at [https://docs.conda.io/en/latest/miniconda.html](https://docs.conda.io/en/latest/miniconda.html)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ You can find the tutorial code on [GitHub](https://github.com/Netflix/metaflow/t

1. `python -m pip install notebook`
2. This tutorial requires access to compute and storage resources on AWS, which can be configured by
1. Following the instructions [here](https://outerbounds.com/docs/admin/metaflow-on-aws/deployment-guide) or
1. Following the instructions [here](https://outerbounds.com/docs/aws-deployment-guide) or
2. Requesting a [sandbox](../../../metaflow-on-aws/metaflow-sandbox).

**To play this episode:**
Expand Down
2 changes: 1 addition & 1 deletion docs/metaflow-on-aws/metaflow-on-aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ If your organization doesn't have an AWS account already, we provide a hosted sa

If your organization has an AWS account already, see our [deployment guide](https://outerbounds.com/docs/admin/metaflow-on-aws/deployment-guide) for detailed instructions on how to configure your account for Metaflow.

If you are already using Metaflow in your AWS account, and want to get started with how to manage various AWS resources, take a look at our [operations guide](https://outerbounds.com/docs/admin/metaflow-on-aws/operations-guide).
If you are already using Metaflow in your AWS account, and want to get started with how to manage various AWS resources, take a look at our [operations guide](https://outerbounds.com/docs/migration).
2 changes: 1 addition & 1 deletion docs/v/r/metaflow-on-aws/metaflow-on-aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ If your organization doesn't have an AWS account already, we provide a hosted sa

If your organization has an AWS account already, see our [deployment guide](https://outerbounds.com/docs/admin/metaflow-on-aws/deployment-guide) for detailed instructions on how to configure your account for Metaflow.

If you are already using Metaflow in your AWS account, and want to get started with how to manage various AWS resources, take a look at our [operations guide](https://outerbounds.com/docs/admin/metaflow-on-aws/operations-guide).
If you are already using Metaflow in your AWS account, and want to get started with how to manage various AWS resources, take a look at our [operations guide](https://outerbounds.com/docs/migration#).