Skip to content

Latest commit

 

History

History
54 lines (40 loc) · 3.03 KB

File metadata and controls

54 lines (40 loc) · 3.03 KB

Observability Pattern for Nginx

This module provides an automated experience around Observability for Nginx workloads. It provides the following resources:

  • AWS Distro For OpenTelemetry Operator and Collector
  • AWS Managed Grafana Dashboard and data source
  • Alerts and recording rules with AWS Managed Service for Prometheus

Requirements

Name Version
terraform >= 1.0.0
aws >= 3.72
kubernetes >= 2.10

Providers

Name Version
aws >= 3.72

Modules

Name Source Version
helm_addon ../helm-addon n/a

Resources

Name Type
aws_partition.current data source

Inputs

Name Description Type Default Required
addon_context Input configuration for the addon
object({
aws_caller_identity_account_id = string
aws_caller_identity_arn = string
aws_eks_cluster_endpoint = string
aws_partition_id = string
aws_region_name = string
eks_cluster_id = string
eks_oidc_issuer_url = string
eks_oidc_provider_arn = string
irsa_iam_permissions_boundary = string
irsa_iam_role_path = string
tags = map(string)
})
n/a yes
amazon_prometheus_workspace_endpoint Amazon Managed Prometheus Workspace Endpoint string null no
amazon_prometheus_workspace_region Amazon Managed Prometheus Workspace's Region string null no
helm_config Helm Config for Prometheus any {} no

Outputs

Name Description
irsa_arn IAM role ARN for the service account
irsa_name IAM role name for the service account
release_metadata Map of attributes of the Helm release metadata
service_account Name of Kubernetes service account