You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: modules/computation/README.md
+1
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ To read more, see [the Metaflow docs](https://docs.metaflow.org/metaflow-on-aws/
21
21
| <aname="input_compute_environment_min_vcpus"></a> [compute\_environment\_min\_vcpus](#input\_compute\_environment\_min\_vcpus)| Minimum VCPUs for Batch Compute Environment [0-16] for EC2 Batch Compute Environment (ignored for Fargate) |`number`| n/a | yes |
22
22
| <aname="input_compute_environment_spot_bid_percentage"></a> [compute\_environment\_spot\_bid\_percentage](#input\_compute\_environment\_spot\_bid\_percentage)| The maximum percentage of on-demand EC2 instance price to bid for spot instances when using the 'spot' AWS Batch Compute Type. |`number`|`100`| no |
23
23
| <aname="input_compute_environment_user_data_base64"></a> [compute\_environment\_user\_data\_base64](#input\_compute\_environment\_user\_data\_base64)| Base64 hash of the user data to use for Batch Compute Environment EC2 instances. |`string`|`null`| no |
24
+
| <aname="input_database_password_secret_manager_arn"></a> [database\_password\_secret\_manager\_arn](#input\_database\_password\_secret\_manager\_arn)| The arn of the database password stored in AWS secrets manager |`string`| n/a | yes |
24
25
| <aname="input_ecs_cluster_id"></a> [ecs\_cluster\_id](#input\_ecs\_cluster\_id)| The ID of an existing ECS cluster to run services on. If no cluster ID is specfied, a new cluster will be created. |`string`|`null`| no |
25
26
| <aname="input_iam_partition"></a> [iam\_partition](#input\_iam\_partition)| IAM Partition (Select aws-us-gov for AWS GovCloud, otherwise leave as is) |`string`|`"aws"`| no |
26
27
| <aname="input_metaflow_vpc_id"></a> [metaflow\_vpc\_id](#input\_metaflow\_vpc\_id)| ID of the Metaflow VPC this SageMaker notebook instance is to be deployed in |`string`| n/a | yes |
Copy file name to clipboardexpand all lines: modules/datastore/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ To read more, see [the Metaflow docs](https://docs.metaflow.org/metaflow-on-aws/
38
38
|------|-------------|
39
39
| <aname="output_METAFLOW_DATASTORE_SYSROOT_S3"></a> [METAFLOW\_DATASTORE\_SYSROOT\_S3](#output\_METAFLOW\_DATASTORE\_SYSROOT\_S3)| Amazon S3 URL for Metaflow DataStore |
40
40
| <aname="output_METAFLOW_DATATOOLS_S3ROOT"></a> [METAFLOW\_DATATOOLS\_S3ROOT](#output\_METAFLOW\_DATATOOLS\_S3ROOT)| Amazon S3 URL for Metaflow DataTools |
41
-
| <aname="output_database_password"></a> [database\_password](#output\_database\_password)| The database password |
41
+
| <aname="output_database_password_secret_manager_arn"></a> [database\_password\_secret\_manager\_arn](#output\_database\_password\_secret\_manager\_arn)| The arn of the database password stored in AWS secrets manager|
42
42
| <aname="output_database_username"></a> [database\_username](#output\_database\_username)| The database username |
43
43
| <aname="output_datastore_s3_bucket_kms_key_arn"></a> [datastore\_s3\_bucket\_kms\_key\_arn](#output\_datastore\_s3\_bucket\_kms\_key\_arn)| The ARN of the KMS key used to encrypt the Metaflow datastore S3 bucket |
44
44
| <aname="output_rds_master_instance_endpoint"></a> [rds\_master\_instance\_endpoint](#output\_rds\_master\_instance\_endpoint)| The database connection endpoint in address:port format |
| <aname="input_access_list_cidr_blocks"></a> [access\_list\_cidr\_blocks](#input\_access\_list\_cidr\_blocks)| List of CIDRs we want to grant access to our Metaflow Metadata Service. Usually this is our VPN's CIDR blocks. |`list(string)`| n/a | yes |
19
19
| <aname="input_api_basic_auth"></a> [api\_basic\_auth](#input\_api\_basic\_auth)| Enable basic auth for API Gateway? (requires key export) |`bool`|`true`| no |
| <aname="input_database_password_secret_manager_arn"></a> [database\_password\_secret\_manager\_arn](#input\_database\_password\_secret\_manager\_arn)| The arn of the database password stored in AWS secrets manager|`string`| n/a | yes |
| <aname="input_datastore_s3_bucket_kms_key_arn"></a> [datastore\_s3\_bucket\_kms\_key\_arn](#input\_datastore\_s3\_bucket\_kms\_key\_arn)| The ARN of the KMS key used to encrypt the Metaflow datastore S3 bucket |`string`| n/a | yes |
23
23
| <aname="input_ecs_cluster_id"></a> [ecs\_cluster\_id](#input\_ecs\_cluster\_id)| The ID of an existing ECS cluster to run services on. If no cluster ID is specfied, a new cluster will be created. |`string`|`null`| no |
| <aname="input_iam_partition"></a> [iam\_partition](#input\_iam\_partition)| IAM Partition (Select aws-us-gov for AWS GovCloud, otherwise leave as is) |`string`|`"aws"`| no |
17
17
| <aname="input_resource_prefix"></a> [resource\_prefix](#input\_resource\_prefix)| Prefix given to all AWS resources to differentiate between applications |`string`| n/a | yes |
18
18
| <aname="input_resource_suffix"></a> [resource\_suffix](#input\_resource\_suffix)| Suffix given to all AWS resources to differentiate between environment and workspace |`string`| n/a | yes |
0 commit comments