Skip to content

Commit

Permalink
update readmes
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Kukushkin <[email protected]>
  • Loading branch information
kukushking committed Feb 27, 2024
1 parent aca3373 commit 825d7c2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@ All modules in this repository adhere to the module structure defined in the the

### SageMaker Modules

| Type | Description |
|-----------------------------------------------------------------------------|-------------------------------------------------|
| [SageMaker Endpoint Module](modules/sagemaker/sagemaker-endpoint/README.md) | Creates SageMaker real-time inference endpoint. |
| [SageMaker Studio Module](modules/sagemaker/sagemaker-studio/README.md) | Creates SageMaker Studio Domain. |
| Type | Description |
|-----------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [SageMaker Endpoint Module](modules/sagemaker/sagemaker-endpoint/README.md) | Creates SageMaker real-time inference endpoint for the specified model package or latest approved model from the model package group |
| [SageMaker Studio Module](modules/sagemaker/sagemaker-studio/README.md) | Provisions secure SageMaker Studio Domain environment, creates example User Profiles for Data Scientist and Lead Data Scientist linked to IAM Roles, and adds lifecycle config |


### Mlflow Modules

| Type | Description |
|-------------------------------------------------------------------------|---------------------------------|
| [Mlflow Image Module](modules/mlflow/mlflow-image/README.md) | Creates Mlflow container image. |
| [Mlflow on AWS Fargate Module](modules/mlflow/mlflow-fargate/README.md) | Runs Mlflow on AWS Fargate. |
| Type | Description |
|-------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [Mlflow Image Module](modules/mlflow/mlflow-image/README.md) | Creates Mlflow Docker container image and pushes the image to Elastic Container Registry |
| [Mlflow on AWS Fargate Module](modules/mlflow/mlflow-fargate/README.md) | Runs Mlflow container on AWS Fargate in a load-balanced Elastic Container Service. Supports Elastic File System and Relational Database Store for metadata persistence, and S3 for artifact store |

### Industry Data Framework (IDF) Modules

Expand Down
6 changes: 3 additions & 3 deletions modules/mlflow/mlflow-fargate/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Mlflow on Fargate module
# Mlflow on AWS Fargate

## Description

This module runs Mlflow on AWS Fargate.
This module runs Mlflow on AWS Fargate as a load-balanced Elastic Container Service.

By default, uses EFS for backend storage. Optionally, an RDS instance can be used for storage.
By default, uses Elastic File System for backend storage and S3 for artifact storage. Optionally, a Relational Database Storage instance can be used for metadata.

### Architecture

Expand Down
4 changes: 2 additions & 2 deletions modules/mlflow/mlflow-image/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Mlflow image module
# Mlflow Image

## Description

This module creates an mlflow container image and pushes to the specified ECR.
This module creates an mlflow container image and pushes to the specified Elastic Container Repository.

## Inputs/Outputs

Expand Down

0 comments on commit 825d7c2

Please sign in to comment.