Skip to content

Commit 547bf17

Browse files
Merge pull request #5278 from segmentio/ip-address-include
Add IP Allowlist include
2 parents d53fe3d + 25dd6f8 commit 547bf17

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

src/_includes/content/ip-allowlist.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
When data leaves Segment's servers to go to various destinations (not including warehouses), Segment uses Amazon Web Services (AWS) and utilizes many different machines in order to send requests.
2+
3+
The IP addresses that are used to send these requests can be found [here](https://ip-ranges.amazonaws.com/ip-ranges.json){:target="_blank"}. If you want to allowlist these specific IP addresses, you need to allowlist all of the IP addresses from your workspace's location range. Below are the ranges:
4+
* For a US workspace: `AWS us-west-2`
5+
* For an EU workspace: `AWS eu-west-1 `

src/connections/destinations/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,3 +172,8 @@ You can see the current destination endpoint API success rates and final deliver
172172

173173
> warning ""
174174
> If you submitted [`suppress_only` requests](https://segment.com/docs/privacy/user-deletion-and-suppression/#suppressed-users), Segment still retains historical events for those users, which can be replayed. If you do not want historical events replayed for suppressed users, submit `suppress_and_delete` requests instead.
175+
176+
177+
### IP Allowlist
178+
179+
{% include content/ip-allowlist.md %}

src/connections/functions/destination-functions.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,3 +428,7 @@ The [Event Delivery tab](/docs/connections/event-delivery/) continues to show me
428428
A function's use depends on the number of times it's invoked, and the amount of time it takes to execute. When you enable batching, Segment invokes your function _once per batch_ rather than once per event. The volume of events flowing through the function determines the number of batches, which determines the number of invocations.
429429

430430
If you're sending your batch to an external service, the execution time of the function depends on the end-to-end latency of that service's batch endpoint, which may be higher than an endpoint that receives a single event.
431+
432+
##### Which IP addresses should be allowlisted?
433+
434+
{% include content/ip-allowlist.md %}

0 commit comments

Comments
 (0)