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: aws/terraform/modules/metaflow/modules/metadata-service/README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,6 @@ The Metadata Services exposes an API that our local computers interact with. Thi
4
4
the Metadata Service to send to our Datastore for storage. Additionally, this is how we will request remote AWS
5
5
Batch Jobs to be started as well as how we interrogate the Datastore for historical flow information.
6
6
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.
9
8
10
9
To read more, see [the Metaflow docs](https://docs.metaflow.org/metaflow-on-aws/metaflow-on-aws#metadata)
0 commit comments