|
6 | 6 |
|
7 | 7 | <br>
|
8 | 8 |
|
9 |
| -# Cost-effective serverless computing |
| 9 | +# Containers as a service on AWS |
10 | 10 |
|
11 |
| -Cortex is a highly-scalable serverless computing platform that is up to 90% less expensive than AWS Lambda. It is designed for scaling compute-intensive realtime, async, and batch workloads on your AWS account. Organizations worldwide use Cortex to scale microservices, data processing, machine learning, and other applications in production. |
| 11 | +Deploy, manage, and scale containers without worrying about Kubernetes. |
12 | 12 |
|
13 | 13 | <br>
|
14 | 14 |
|
15 |
| -## Maximize compute utilization |
| 15 | +## Serverless workloads |
16 | 16 |
|
17 |
| -**Workload autoscaling** - set autoscaling policies per workload based on its traffic. |
| 17 | +**Realtime** - respond to requests in real-time and autoscale based on in-flight request volumes. |
18 | 18 |
|
19 |
| -**Resource requests** - configure CPU, GPU, and memory requests per workload, without limits. |
| 19 | +**Async** - process requests asynchronously and autoscale based on request queue length. |
20 | 20 |
|
21 |
| -**Container deployments** - customize the runtime and request concurrency for each container. |
| 21 | +**Batch** - run distributed and fault-tolerant batch processing jobs on-demand. |
22 | 22 |
|
23 | 23 | <br>
|
24 | 24 |
|
25 |
| -## Minimize compute costs |
| 25 | +## Automated cluster management |
26 | 26 |
|
27 |
| -**Cluster autoscaling** - elastically scale your cluster to meet demand. |
| 27 | +**Autoscaling** - elastically scale clusters with CPU and GPU instances. |
28 | 28 |
|
29 |
| -**Spot instances** - run workloads on spot instances without sacrificing reliability. |
| 29 | +**Spot instances** - run workloads on spot instances with automated on-demand backups. |
30 | 30 |
|
31 |
| -**Multi-instance** - use multiple instance types to optimize price-performance ratio per workload. |
| 31 | +**Environments** - create multiple clusters with different configurations. |
32 | 32 |
|
33 | 33 | <br>
|
34 | 34 |
|
35 |
| -## Visualize and control spend |
| 35 | +## CI/CD and observability integrations |
36 | 36 |
|
37 |
| -**Metrics dashboard** - monitor latency and resource utilization with pre-built dashboards. |
| 37 | +**Provisioning** - provision clusters with declarative configuration or a Terraform provider. |
38 | 38 |
|
39 |
| -**Spend visibility** - visualize your spend using the latest AWS pricing information. |
| 39 | +**Metrics** - send metrics to any monitoring tool or use pre-built Grafana dashboards. |
40 | 40 |
|
41 |
| -**Resource limits** - set limits on resource consumption globally and per workload. |
| 41 | +**Logs** - stream logs to any log management tool or use the pre-built CloudWatch integration. |
| 42 | + |
| 43 | +<br> |
| 44 | + |
| 45 | +## Built for AWS |
| 46 | + |
| 47 | +**EKS** - Cortex runs on top of EKS to scale workloads reliably and cost-effectively. |
| 48 | + |
| 49 | +**VPC** - deploy clusters into a VPC on your AWS account to keep your data private. |
| 50 | + |
| 51 | +**IAM** - integrate with IAM for authentication and authorization workflows. |
0 commit comments