- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
",t};e.buildCustomizationMenuUi=t;function n(e){let t='
",t}function s(e){let n=e.filter.currentValue||e.filter.defaultValue,t='${e.filter.label}
`,e.filter.options.forEach(s=>{let o=s.id===n;t+=``}),t+="${e.filter.label}
`,t+=`Datadog provides FIPS-compliant monitoring for AWS Lambda functions through the use of FIPS-certified cryptographic modules and specially designed Lambda extension layers.
Datadog’s FIPS compliance for AWS Lambda is implemented through two main components:
FIPS-Compliant Lambda Extension:
Runtime Libraries Support:
DD_LAMBDA_FIPS_MODE
environment variable.DD_LAMBDA_FIPS_MODE
defaults to true
in GovCloud and false
otherwise.lambda_metric
from datadog_lambda.metric
sendDistributionMetric
from datadog-lambda-js
Metric()
from ddlambda
Datadog provides separate Lambda extension layers for FIPS compliance in both x86 and ARM architectures:
arn:aws-us-gov:lambda:<AWS_REGION>:002406178527:layer:Datadog-Extension-FIPS:78
arn:aws-us-gov:lambda:<AWS_REGION>:002406178527:layer:Datadog-Extension-ARM-FIPS:78
Replace <AWS_REGION>
with a valid AWS GovCloud region such as us-gov-west-1
.
arn:aws:lambda:<AWS_REGION>:464622532012:layer:Datadog-Extension-FIPS:78
arn:aws:lambda:<AWS_REGION>:464622532012:layer:Datadog-Extension-ARM-FIPS:78
Replace <AWS_REGION>
with a valid AWS region such as us-east-1
.
For Python, JavaScript, and Go Lambda functions, FIPS compliance is controlled using the DD_LAMBDA_FIPS_MODE
environment variable:
DD_LAMBDA_FIPS_MODE
defaults to true
.DD_LAMBDA_FIPS_MODE
defaults to false
.When FIPS mode is enabled:
Ruby, .NET, and Java runtime libraries do not require the DD_LAMBDA_FIPS_MODE
environment variable as these runtimes do not:
To use FIPS-compliant monitoring for your AWS Lambda functions:
Select the FIPS-compliant extension layer:
Configure environment variables:
DD_LAMBDA_FIPS_MODE
is enabled by default.DD_LAMBDA_FIPS_MODE=true
to enable FIPS mode.DD_SITE
to ddog-gov.com
to send data to the US1-FED site.Follow the standard installation instructions:
For detailed installation instructions specific to your language runtime and deployment method, see the installation documentation.
End-to-end FIPS Compliance: For complete FIPS compliance, the FIPS-compliant Lambda components must be used to send telemetry to the US1-FED region (ddog-gov.com
). While the Lambda components themselves implement FIPS-compliant cryptography regardless of the destination, only the US1-FED site has FIPS-compliant intake endpoints.
Customer Responsibility: You, the Datadog customer, are responsible for:
FIPS Compliance Scope: FIPS compliance only applies to communication between the Datadog Lambda components and Datadog’s intake API endpoints. Other forms of communication originating from or terminating at your Lambda functions are not made FIPS-compliant by this solution.
Version Requirements: Use the latest versions of the Datadog Lambda extension and libraries to ensure full functionality and up-to-date security.