Skip to content

Commit e65a2ba

Browse files
perzycharlesge0Aja
andauthored
Correct AWS PrivateLink support (#1046)
* correct privatelink wording * add more links --------- Co-authored-by: Georgi <georgi.ajaeiya@datadoghq.com>
1 parent 59a387b commit e65a2ba

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

aws/logs_monitoring/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ You can run the Forwarder in a VPC private subnet and send data to Datadog over
349349
3. When installing the Forwarder with the CloudFormation template:
350350
1. Set `DdUseVPC` to `true`.
351351
2. Set `VPCSecurityGroupIds` and `VPCSubnetIds` based on your VPC settings.
352-
3. Set `DdFetchLambdaTags`, `DdFetchStepFunctionsTags`, and `DdFetchS3Tags` to `false`, because AWS Resource Groups Tagging API doesn't support PrivateLink.
352+
3. If you set any of `DdFetchLambdaTags`, `DdFetchStepFunctionsTags`, or `DdFetchS3Tags` to `true`, add the [AWS Resource Groups Tagging API endpoint][26] to your VPC. If you set `DdFetchLogGroupTags` to `true`, add the [Amazon CloudWatch Logs endpoint][26] to your VPC. Check [this link][27] for further information on how to create required Datadog endpoints, and [this link][28] for creating AWS services endpoints.
353353

354354
### AWS VPC and proxy support
355355

@@ -859,3 +859,6 @@ Additional helpful documentation, links, and articles:
859859
[23]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html
860860
[24]: https://docs.datadoghq.com/logs/log_configuration/processors/?tab=ui#log-date-remapper
861861
[25]: https://github.com/DataDog/datadog-serverless-functions/blob/master/aws/logs_monitoring/CHANGELOG.md
862+
[26]: https://docs.aws.amazon.com/vpc/latest/privatelink/aws-services-privatelink-support.html
863+
[27]: https://docs.datadoghq.com/agent/guide/private-link/?tab=crossregionprivatelinkendpoints#create-your-vpc-endpoint
864+
[28]: https://docs.aws.amazon.com/vpc/latest/privatelink/create-interface-endpoint.html#create-interface-endpoint

0 commit comments

Comments
 (0)