DataDog / cloudformation-template

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

AWS integration #1

Closed tianchu closed 4 years ago

tianchu commented 4 years ago

Instead of asking customers to follow a dozen of manual steps, provide them a cloudformation stack with one-click installation. The template creates following resources in customer's AWS accounts.

Try it out: https://console.aws.amazon.com/cloudformation/home#/stacks/create/review?stackName=datadog&templateURL=https://datadog-cloudformation-template.s3.amazonaws.com/aws/main.yaml&param_DdSite=datadoghq.com&param_ExternalId=123456

Note, the DdApiKey parameter is a secret and therefore it cannot be embedded in the quick launch URL, and user does have to manually paste its value for security reasons.

PR to create the datadog-cloudformation-template bucket https://github.com/DataDog/cloudops/pull/16436.