DataDog / cloudformation-template

Easily set up the Datadog AWS integration using CloudFormation
Apache License 2.0
34 stars 42 forks source link

Modify permission EC2::GetTransitGatewayPrefixListPreferences #117

Closed perzycharles closed 1 month ago

perzycharles commented 1 month ago

What does this PR do?

Modify permission ec2:GetTransitGatewayPrefixListPreferences to ec2:GetTransitGatewayPrefixListReferences

A similar PR: https://github.com/DataDog/cloudformation-template/pull/110

Motivation

A customer reported that the following error occurred after installing AWS integration with cloudformation.

Datadog is not authorized to perform action ec2:GetTransitGatewayPrefixListReferences

https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonec2.html

https://docs.datadoghq.com/integrations/amazon_web_services/#aws-integration-iam-policy

What inspired you to submit this pull request?

Testing Guidelines

How did you test this pull request?

Additional Notes

Anything else we should know when reviewing?