Skip to content

Commit d795b6e

Browse files
authored
doc: update docs based on latest changes (#7)
1 parent 04a49fb commit d795b6e

File tree

1 file changed

+1
-2
lines changed
  • aws/terraform/modules/metaflow/modules/metadata-service

1 file changed

+1
-2
lines changed

aws/terraform/modules/metaflow/modules/metadata-service/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ The Metadata Services exposes an API that our local computers interact with. Thi
44
the Metadata Service to send to our Datastore for storage. Additionally, this is how we will request remote AWS
55
Batch Jobs to be started as well as how we interrogate the Datastore for historical flow information.
66

7-
This implementation only accepts traffic originating from IP addresses defined by the variable
8-
`access_list_cidr_blocks`. Services internal to AWS can access the load balancer used by the API.
7+
If the `access_list_cidr_blocks` variable is set, only traffic originating from the specified IP addresses will be accepted. Services internal to AWS can directly access the load balancer used by the API.
98

109
To read more, see [the Metaflow docs](https://docs.metaflow.org/metaflow-on-aws/metaflow-on-aws#metadata)

0 commit comments

Comments
 (0)