-
Notifications
You must be signed in to change notification settings - Fork 604
Update docs #706
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
Merged
Merged
Update docs #706
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
812a49e
Update docs
ospillinger f5ec2c4
Update docs
ospillinger 3bd9f1d
Update ec2-instances.md
ospillinger f54a4c8
Update ec2-instances.md
ospillinger f520a0e
Update ec2-instances.md
ospillinger 46e7af3
Update ec2-instances.md
ospillinger 67dc53e
Update docs
ospillinger 41e9d48
Update lib_cluster_config.go
ospillinger File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,59 @@ | ||
| # EC2 instances | ||
|
|
||
| _WARNING: you are on the master branch, please refer to the docs on the branch that matches your `cortex version`_ | ||
|
|
||
| You can spin up a Cortex cluster on a variety of AWS instance types. If you are unsure about which instance to pick, review these options as a starting point. This is not a comprehensive guide so please refer to the [full documentation](https://aws.amazon.com/ec2/instance-types/) on AWS for more information. | ||
|
|
||
| ## T3 instances | ||
vishalbollu marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| [T3 instances](https://aws.amazon.com/ec2/instance-types/t3/) are useful for **development** clusters that primarily run model inferences with low compute and memory resource utilization. | ||
|
|
||
| * Example: [iris classification](../../examples/sklearn/iris-classifier) | ||
| * Compute: low | ||
| * Memory: low | ||
| * GPU: no | ||
| * AWS cost: starts at $0.0052 per hour* | ||
|
|
||
| ## C5 instances | ||
|
|
||
| [C5 instances](https://aws.amazon.com/ec2/instance-types/c5/) are useful for clusters that primarily run model inferences with medium compute and low memory resource utilization. | ||
|
|
||
| * Example: [language identification](../../examples/pytorch/language-identifier) | ||
| * Compute: medium | ||
| * Memory: low | ||
| * GPU: no | ||
| * AWS cost: starts at $0.085 per hour* | ||
|
|
||
| ## M5 instances | ||
|
|
||
| [M5 instances](https://aws.amazon.com/ec2/instance-types/m5/) are useful for clusters that primarily run model inferences with low compute and memory resource utilization. | ||
|
|
||
| * Example: [MPG estimation](../../examples/sklearn/mpg-estimator) | ||
| * Compute: low | ||
| * Memory: medium | ||
| * GPU: no | ||
| * AWS cost: starts at $0.096 per hour* | ||
|
|
||
| ## G4 instances | ||
|
|
||
| [G4 instances](https://aws.amazon.com/ec2/instance-types/g4/) are useful for clusters that primarily run model inferences with high compute and low memory resource utilization that can run on GPUs. | ||
|
|
||
| * Example: [image classification](../../examples/tensorflow/image-classifier) | ||
| * Compute: high | ||
| * Memory: medium | ||
| * GPU: yes | ||
| * AWS cost: starts at $0.526 per hour* | ||
|
|
||
vishalbollu marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| ## P2 instances | ||
|
|
||
| [P2 instances](https://aws.amazon.com/ec2/instance-types/p2/) are useful for clusters that primarily run model inferences with high compute and high memory resource utilization that can run on GPUs. | ||
|
|
||
| * Example: [text generation](../../examples/tensorflow/text-generator) | ||
| * Compute: high | ||
| * Memory: high | ||
vishalbollu marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| * GPU: yes | ||
| * AWS cost: starts at $0.900 per hour* | ||
|
|
||
| <br> | ||
|
|
||
| * On-demand pricing for the US West (Oregon) AWS region. | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.