Skip to content
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

docs: Update MLFlow Fargate README with missing parameters #11

Merged
merged 1 commit into from
Feb 27, 2024
Merged
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
7 changes: 5 additions & 2 deletions modules/mlflow/mlflow-fargate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,13 @@ By default, uses EFS for backend storage. Optionally, an RDS instance can be use
- `service-name`: Name of the service.
- `task-cpu-units`: The number of cpu units used by the Fargate task.
- `task-memory-limit-mb`: The amount (in MiB) of memory used by the Fargate task.
- `rds-hostname`: Endpoint address of the RDS instance
- `rds-credentials-secret-arn`: RDS database credentials stored in SecretsManager
- `lb-access-logs-bucket-name`: Name of the bucket to store load balancer access logs
- `lb-access-logs-bucket-prefix`: Prefix for load balancer access logs
- `rds-hostname`: Endpoint address of the RDS instance
- `rds-port`: Port of the RDS instance
- `rds-credentials-secret-arn`: RDS database credentials stored in SecretsManager
- `rds-security-group-id`: Security group of the RDS instance
- needed so that an inbound rule can be created to grant Fargate access to the database

### Sample manifest declaration

Expand Down
Loading