|
6 | 6 |
|
7 | 7 | <br> |
8 | 8 |
|
9 | | -# Scale compute-intensive serverless workloads |
| 9 | +# Serverless containers on AWS |
10 | 10 |
|
11 | | -Cortex is a Kubernetes-based serverless platform built for AWS. |
| 11 | +Deploy, manage, and scale containers without managing infrastructure. |
12 | 12 |
|
13 | 13 | <br> |
14 | 14 |
|
15 | | -## Deploy realtime, batch, and async workloads |
| 15 | +## Build APIs faster |
16 | 16 |
|
17 | | -* **Realtime** - realtime APIs respond to requests in real-time and autoscale based on in-flight request volumes. |
18 | | -* **Batch** - batch APIs run distributed and fault-tolerant batch processing jobs on-demand. |
19 | | -* **Async** - async APIs process requests asynchronously and autoscale based on request queue length. |
| 17 | +* **Realtime APIs** - respond to requests in real-time and autoscale based on in-flight request volumes. |
| 18 | +* **Batch APIs** - run distributed and fault-tolerant batch processing jobs on-demand. |
| 19 | +* **Async APIs** - process requests asynchronously and autoscale based on request queue length. |
20 | 20 |
|
21 | 21 | <br> |
22 | 22 |
|
23 | | -## Scale across hundreds of CPU and GPU instances |
| 23 | +## Scale without limits |
24 | 24 |
|
25 | 25 | * **No resource limits** - allocate as much CPU, GPU, and memory as each workload requires. |
26 | 26 | * **No cold starts** - keep a minimum number of API replicas running to ensure that requests are handled in real-time. |
27 | 27 | * **No timeouts** - run workloads for as long as you want. |
28 | 28 |
|
29 | 29 | <br> |
30 | 30 |
|
31 | | -## Control your AWS spend |
| 31 | +## Reduce your AWS spend |
32 | 32 |
|
33 | | -* **Spot instance management** - Cortex automatically runs workloads on spot instances and falls back to on-demand instances to ensure reliability. |
34 | | -* **Multi-instance type clusters** - choose the ideal EC2 instance type for your workloads or mix and match several instance types in the same cluster. |
35 | | -* **Customizable autoscaling** - optimize the autoscaling behavior for each workload to ensure efficient resource utilization. |
| 33 | +* **Spot instance management** - Cortex runs workloads on spot instances and fall back to on-demand instances to ensure reliability. |
| 34 | +* **Multi-instance type clusters** - Cortex runs different workloads on different EC2 instances to ensure efficient resource utilization. |
| 35 | +* **Efficient autoscaling** - Cortex optimizes the autoscaling behavior of each workload to minimize idle resources. |
0 commit comments