- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
Supported OS
Pulumi is a modern infrastructure as code platform that enables cloud engineering teams to define, deploy, and manage cloud resources on any cloud using their favorite programming languages.
The Pulumi integration is used to provision any of the cloud resources available in Datadog. This integration must be configured with credentials to deploy and update resources in Datadog.
Note: You need to set AWS IAM Permissions for the integration to make changes. You can find steps on setting AWS IAM Permissions in our AWS Integration documentation.
The Pulumi Datadog integration uses the Datadog SDK to manage and provision resources.
Once obtained, there are two ways to set your Datadog authorization tokens for Pulumi:
Set the environment variables DATADOG_API_KEY
and DATADOG_APP_KEY
:
export DATADOG_API_KEY=XXXXXXXXXXXXXX && export DATADOG_APP_KEY=YYYYYYYYYYYYYY
Or, set them using configuration if you prefer that they be stored alongside your Pulumi stack for easier multi-user access:
pulumi config set datadog:apiKey XXXXXXXXXXXXXX --secret && pulumi config set datadog:appKey YYYYYYYYYYYYYY --secret
Note: Pass --secret
when setting datadog:apiKey
and datadog:appKey
so that they are properly encrypted.
Run pulumi new
to initialize a project directory for your infrastructure stack and follow the API documentation to define new metrics, monitors, dashboards, or other resources.
Once you have defined your cloud resources in code, run pulumi up
to create the new resources defined in your Pulumi program.
Pulumi does not include any metrics.
Pulumi does not include any service checks.
Pulumi does not include any events.
Need help? Contact Datadog support.