Skip to content

Commit e91faa7

Browse files
authored
Merge pull request #5249 from segmentio/sarahrudy-patch-6-1
Update FAQ: AWS Account ID for EventBridge destination
2 parents 4dfbe73 + 1e5c4a2 commit e91faa7

File tree

1 file changed

+7
-4
lines changed
  • src/connections/destinations/catalog/amazon-eventbridge

1 file changed

+7
-4
lines changed

src/connections/destinations/catalog/amazon-eventbridge/index.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ The Event Source will be denoted by your Segment Source ID, which you can find i
2020

2121
We'll forward all the messages in the source (pending any Destination Filters you've enabled) to the Segment Partner Event Source we create for you in EventBridge.
2222

23+
> info "Create a separate Segment source for testing"
24+
> Segment recommends that you create a separate Segment source for testing if you use a test Account ID, because you cannot change the test Account ID to a production Account ID at a later date.
25+
2326
## Page
2427
If you're not familiar with the Segment Specs, take a look to understand what the [Page method](/docs/connections/spec/page/) does. An example call would look like:
2528
```javascript
@@ -45,9 +48,9 @@ analytics.track("User Registered", {
4548
});
4649
```
4750

48-
## FAQ
51+
## FAQs
4952

50-
### Can I change my Account ID?
51-
Currently you can only set up one Account ID per source, and once it is set it cannot be changed.
53+
### Can I change my AWS Account ID?
54+
You are only able to configure one AWS Account ID per source. Once you've configured your Amazon EventBridge destination with an AWS Account ID, it is not possible to modify it. If you do need to change the AWS Account ID for any reason, you will need to create a new Segment source and configure a new destination.
5255

53-
We recommend that you create a separate Segment source for testing if you use a test Account ID, because you cannot change it to a production Account ID at a later date.
56+
As an alternative, you can use a [Repeater destination](/docs/connections/destinations/catalog/repeater/) to your existing source, which repeats the events through the new source you create. This new source can then be connected to a new EventBridge destination which can be configured with a new Account ID in the settings.

0 commit comments

Comments
 (0)