DataDog / cloudformation-template

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

Update AWS quickstart cloudformation template to pass in aws_partition to v1 AWS API Create #100

Closed sabiurr closed 2 months ago

sabiurr commented 2 months ago

What does this PR do?

Update AWS quickstart cloudformation template to pass in aws_partition to v1 AWS API Create

This is to fix issue for role based accounts in gov cloud as we previously defaulted using the commercial partition. This change will pass in the partition associated with the account so should fix account creation for gov AWS accounts

Motivation

This is to fix issue for role based accounts in gov cloud as we previously defaulted using the commercial partition. This change will pass in the partition associated with the account so should fix account creation for gov AWS accounts

Testing Guidelines

Tested with commercial accounts (sandbox). We currently don't have a gov AWS sandbox account so couldn't verify that