> ## Documentation Index
> Fetch the complete documentation index at: https://hoopdev-docs-improve-idp-sso-pages.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# AWS CloudWatch

> A monitoring and observability service that provides data and actionable insights for AWS, hybrid, and on-premises applications and infrastructure resources.

<ConnectionTemplate
  config={{
"id": "aws-cloudwatch",
"name": "AWS CloudWatch",
"description": "A monitoring and observability service that provides data and actionable insights for AWS, hybrid, and on-premises applications and infrastructure resources.",
"category": "cloud-services",
"icon-name": "aws-cloudwatch",
"tags": [
"aws"
],
"overview": {
"description": "Access AWS CloudWatch logs securely through Hoop.dev with intelligent log analysis, automated data classification, and comprehensive audit trails. Monitor your AWS infrastructure with built-in cost controls and session recording for complete observability governance."
},
"setupGuide": {
"accessMethods": {
  "webapp": true,
  "cli": false,
  "runbooks": true
}
},
"features": {
"tlsTerminationProxy": {
  "native": false,
  "oneOff": true
},
"audit": {
  "native": false,
  "oneOff": true
},
"dataMaskingGoogleDLP": {
  "native": false,
  "oneOff": true
},
"dataMaskingMSPresidio": {
  "native": false,
  "oneOff": true
},
"guardrails": {
  "native": false,
  "oneOff": true
},
"credentialsOffload": {
  "native": false,
  "oneOff": true
},
"interactiveAccess": {
  "native": false,
  "oneOff": false
}
},
"requirements": {
"description": "The AWS credentials require the minimal set of IAM permissions to work:",
"items": [
  "logs:DescribeLogGroups",
  "logs:GetLogEvents",
  "logs:FilterLogEvents"
]
},
"resourceConfiguration": {
"type": "custom",
"subtype": "aws-cloudwatch",
"command": [
  "bash"
],
"credentials": [
  {
    "name": "AWS_ACCESS_KEY_ID",
    "type": "env-var",
    "required": true,
    "description": "The AWS access key ID for CloudWatch Logs access",
    "placeholder": "AKIAIOSFODNN7EXAMPLE"
  },
  {
    "name": "AWS_SECRET_ACCESS_KEY",
    "type": "env-var",
    "required": true,
    "description": "The AWS secret access key for CloudWatch Logs access",
    "placeholder": "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY"
  },
  {
    "name": "AWS_REGION",
    "type": "env-var",
    "required": true,
    "description": "The AWS region where your CloudWatch log groups are located (e.g., us-east-1, eu-west-1)",
    "placeholder": "us-east-1"
  }
]
},
"documentationConfig": {
"path": "quickstart/cloud-services/aws/aws-cloudwatch"
}
}}
/>
