> ## Documentation Index
> Fetch the complete documentation index at: https://docs.appsignal.com/llms.txt
> Use this file to discover all available pages before exploring further.

# AWS magic dashboards

AppSignal maakt automatisch magic dashboards aan voor AWS-diensten wanneer het hun metrics detecteert. Elke AWS-dienst krijgt zijn eigen dashboard met vooraf opgebouwde grafieken, zodat u nuttige monitoring van uw AWS-infrastructuur krijgt zonder dashboards vanaf nul te hoeven bouwen.

Deze dashboards verschijnen in **Dashboards** gegroepeerd onder **AWS**, met een apart dashboard voor elke dienst (bijvoorbeeld `AWS/Lambda`, `AWS/RDS` of `AWS/SQS`). De metrics die deze voeden komen momenteel binnen via [CloudWatch Metric Streams](/metrics/cloudwatch-overview).

## Hoe AWS-dashboards worden aangemaakt

Wanneer AppSignal metrics van een AWS-dienst ontvangt, matcht het de metric-namen tegen zijn lijst met ondersteunde diensten. Als er een match is, maakt AppSignal een dashboard aan voor die dienst in uw app. Elke grafiek gebruikt wildcard tagfilters om alle resources van een bepaald type als aparte lijnen te tonen. Bijvoorbeeld, de Lambda Errors-grafiek toont een lijn voor elke functie, getagd op `FunctionName`. U kunt het overzicht beperken met de tagfilters in de grafiekopties.

## Setup

Om AWS-metrics in AppSignal te beginnen ontvangen, stelt u een CloudWatch Metric Stream in die gegevens via Amazon Data Firehose naar het HTTP-endpoint van AppSignal stuurt. Er zijn twee manieren om dit te doen:

* [Console-setup](/metrics/cloudwatch) — maak elke resource handmatig aan in de AWS Console.
* [CloudFormation](/metrics/cloudwatch-cloudformation) — deploy één enkel template dat alle vereiste resources in één stap aanmaakt.

Zie het [AWS CloudWatch metrics-overzicht](/metrics/cloudwatch-overview) voor details over metric-naamgeving, tags, filtering, multi-regio-setups en troubleshooting.

### Beta-dashboards

Dashboards gemarkeerd met een **beta**-label zijn recent toegevoegd en kunnen wijzigingen ondergaan in hun grafiek-layout en metrics op basis van feedback. Zodra een dashboard stabiel is, wordt het beta-label verwijderd. Als u feedback heeft over een dashboard, [laat het ons weten](mailto:support@appsignal.com).

## Dashboardontwerp

Elk AWS-dashboard is ontworpen om u snel te helpen veelvoorkomende operationele vragen te beantwoorden:

1. **Is er iets stuk?** Health-indicatoren en foutfrequenties verschijnen als eerste, zodat een snelle blik op de bovenkant van het dashboard u vertelt of er iets aandacht behoeft.
2. **Waarom is het traag of mislukt het?** Performance-metrics zoals latency, queue depth en throttle-aantallen helpen u de oorzaak te beperken.
3. **Moet ik schalen?** CPU-, geheugen- en capaciteitsmetrics tonen of u resourcelimieten nadert.

Grafieken zijn geordend op urgentie van het signaal, niet op resourcetype. Health- en stabiliteitsmetrics komen eerst, gevolgd door resource pressure, dan operationele context zoals netwerkdoorvoer en storage-I/O.

Grafiekbeschrijvingen leggen uit welke waarden een probleem aanduiden en wat eraan te doen, in plaats van de metric-naam te herhalen. Bijvoorbeeld, een Lambda Throttles-grafiek vertelt u dat niet-nul waarden betekenen dat verzoeken worden gedropt, en suggereert het verhogen van reserved concurrency.

## Ondersteunde diensten

De volgende secties sommen alle AWS-diensten op met magic dashboards, gegroepeerd per categorie. Elke sectie bevat de dienst, zijn CloudWatch-namespace (gebruikt voor [het filteren van te streamen metrics](/metrics/cloudwatch-cloudformation#filter-specific-aws-services)) en de grafieken in zijn dashboard.

## Compute

### EC2

**Namespace:** `AWS/EC2`

Monitor de prestaties van Amazon EC2-instances inclusief CPU-, netwerk-, disk- en EBS-metrics.

Grafieken:

* CPU Utilization
* Network In vs Out
* Network Packets In vs Out
* Disk Read vs Write Ops
* Disk Read vs Write Bytes
* EBS Read vs Write Ops
* EBS Read vs Write Bytes
* Status Checks
* CPU Credit Balance vs Usage

### Lambda

**Namespace:** `AWS/Lambda`

Monitor AWS Lambda-functie-invocations, errors, throttles, duration en concurrency.

Grafieken:

* Errors
* Throttles
* Dead Letter Errors vs Destination Delivery Failures
* Invocations
* Duration
* ConcurrentExecutions vs UnreservedConcurrentExecutions
* ClaimedAccountConcurrency
* AsyncEventsReceived vs AsyncEventsDropped
* AsyncEventAge
* Iterator Age

### ECS

**Namespace:** `AWS/ECS`

Monitor Amazon ECS service-level CPU, memory utilization en task counts.

Grafieken:

* CPU Utilization
* Memory Utilization
* Running vs Desired Task Count
* Pending Task Count

### EKS Nodes

**Namespace:** `ContainerInsights`

Monitor EKS node-level CPU-, geheugen-, filesystem- en netwerkmetrics over het cluster.

Grafieken:

* Node CPU Utilization
* Node Memory Utilization
* Node Filesystem Utilization
* Node Network Traffic
* Running Pods per Node
* Running Containers per Node
* Cluster Node Count

### EKS Pods

**Namespace:** `ContainerInsights`

Monitor EKS pod-level CPU-, geheugen-, netwerk- en container restart-metrics.

Grafieken:

* Container Restarts
* Pod CPU Utilization
* Pod Memory Utilization
* Pod Network Rx vs Tx

### Auto Scaling

**Namespace:** `AWS/AutoScaling`

Monitor Auto Scaling group capacity, instance-lifecycle-states en scaling-activiteit.

Grafieken:

* Scaling Overview
* Instance Lifecycle
* Total Instances

### App Runner

**Namespace:** `AWS/AppRunner`

Monitor AWS App Runner-serviceprestaties inclusief requests, latency, HTTP-statuscodes en resource-utilization.

Grafieken:

* HTTP 2xx vs 4xx vs 5xx
* Requests
* Request Latency
* CPU Utilization
* Memory Utilization
* Active Instances
* Concurrency

## Databases

### RDS

**Namespace:** `AWS/RDS`

Monitor de prestaties van Amazon RDS-database-instances inclusief CPU, connections, opslag, I/O en replicatiemetrics.

Grafieken:

* Replica Lag
* CPU Utilization
* Freeable Memory
* Free Storage Space
* Database Connections
* Read IOPS vs Write IOPS
* Read Latency vs Write Latency
* Read Throughput vs Write Throughput
* Disk Queue Depth
* Swap Usage
* Network Receive vs Transmit Throughput
* Burst Balance

### Aurora

**Namespace:** `AWS/RDS`

Monitor Amazon Aurora-cluster-specifieke metrics inclusief replica lag, volume I/O, serverless capacity en backup storage.

Grafieken:

* Aurora Replica Lag
* Aurora Replica Lag (Max vs Min)
* CPU Utilization
* Database Connections
* Freeable Memory
* Buffer Cache Hit Ratio
* Volume Read vs Write IOPs
* Volume Bytes Used
* Serverless Database Capacity
* Backup Storage Used

### DynamoDB

**Namespace:** `AWS/DynamoDB`

Monitor de tabel-prestaties van Amazon DynamoDB inclusief capaciteitsconsumptie, throttling, latency en errors.

Grafieken:

* Read vs Write Throttle Events
* System Errors vs User Errors
* Consumed Read vs Write Capacity
* Provisioned Read vs Write Capacity
* Successful Request Latency
* Conditional Check Failed Requests
* Returned Item Count
* Time To Live Deleted Item Count
* Replication Latency
* Transaction Conflict

### ElastiCache Redis

**Namespace:** `AWS/ElastiCache`

Monitor de prestaties van Amazon ElastiCache Redis-clusters inclusief cache hits/misses, CPU, geheugen, connections en replicatie.

Grafieken:

* Cache Hits vs Misses
* Cache Hit Rate
* Engine CPU Utilization
* Current Connections
* Evictions
* Bytes Used for Cache
* Database Memory Usage Percentage
* Freeable Memory
* Network In vs Out
* Replication Lag
* Current Items
* Commands: Get vs Set
* Host CPU Utilization
* Memory Fragmentation Ratio

### ElastiCache Memcached

**Namespace:** `AWS/ElastiCache`

Monitor de prestaties van Amazon ElastiCache Memcached-clusters inclusief get/set-commando's, hit rates, CPU, geheugen en connections.

Grafieken:

* Get Hits vs Misses
* Commands: Get vs Set
* CPU Utilization
* Current Connections
* Evictions
* Bytes Used for Cache Items vs Freeable Memory
* Network In vs Out
* Current Items

### OpenSearch

**Namespace:** `AWS/ES`

Monitor OpenSearch-cluster-health, resource-utilization, zoek- en indexeringsprestaties en HTTP-responscodes.

Grafieken:

* Cluster Status
* Nodes
* CPU Utilization
* Free Storage Space
* JVM Memory Pressure
* Search vs Indexing Latency
* Search vs Indexing Rate
* HTTP Response Codes
* Threadpool Search
* Threadpool Write
* Cluster Index Writes Blocked
* Automated Snapshot Failure
* Master CPU vs JVM Memory Pressure

### Redshift

**Namespace:** `AWS/Redshift`

Monitor Redshift-cluster-health, CPU, schijfgebruik, query-prestaties en I/O-doorvoer.

Grafieken:

* Health Status
* CPU Utilization
* Disk Space Used
* Database Connections
* Query Throughput
* Read vs Write Latency
* Read vs Write IOPS
* Network Throughput

### DocumentDB

**Namespace:** `AWS/DocDB`

Monitor de prestaties van Amazon DocumentDB-clusters inclusief CPU, connections, IOPS, latency, geheugen en opslag.

Grafieken:

* CPU Utilization
* Database Connections
* Read vs Write IOPS
* Read vs Write Latency
* Freeable Memory
* Volume Bytes Used
* Buffer Cache Hit Ratio
* Replica Lag

## Netwerken en content delivery

### ALB (Application Load Balancer)

**Namespace:** `AWS/ApplicationELB`

Monitor Application Load Balancer-request counts, response times, HTTP-statuscodes, host health en connection-metrics.

Grafieken:

* HTTP ELB 4xx vs 5xx
* Healthy vs Unhealthy Hosts
* Target Connection Errors
* Rejected Connections
* Request Count
* Target Response Time
* HTTP Target 2xx vs 3xx vs 4xx vs 5xx
* Active vs New Connections
* Processed Bytes
* Consumed LCUs

### Classic ELB

**Namespace:** `AWS/ELB`

Monitor Classic Elastic Load Balancer-request counts, latency, HTTP-statuscodes, host health en queue-metrics.

Grafieken:

* HTTP ELB 4xx vs 5xx
* Healthy vs Unhealthy Hosts
* Backend Connection Errors
* Request Count
* Latency
* HTTP Backend 2xx vs 3xx vs 4xx vs 5xx
* Surge Queue Length vs Spillover Count

### CloudFront

**Namespace:** `AWS/CloudFront`

Monitor Amazon CloudFront-distributie-request counts, data transfer, error rates en cache hit rates.

Grafieken:

* Total Error Rate
* 4xx vs 5xx Error Rate
* Requests
* Bytes Downloaded vs Uploaded
* Cache Hit Rate
* Origin Latency

### NLB (Network Load Balancer)

**Namespace:** `AWS/NetworkELB`

Monitor Network Load Balancer-target-health, connection flow, doorvoer, TCP resets en TLS errors.

Grafieken:

* Target Health
* TLS Negotiation Errors
* Active Connections
* New Connections
* Processed Bytes
* TCP Resets
* Consumed LCUs

### NAT Gateway

**Namespace:** `AWS/NATGateway`

Monitor NAT Gateway-doorvoer, connections, poort-allocatie-errors en packet drops.

Grafieken:

* Errors and Drops
* Byte Throughput
* Packet Throughput
* Connections
* Peak Utilization

### Route 53

**Namespace:** `AWS/Route53`

Monitor Route 53-health-check-status, endpoint-latency en DNS-queryvolume.

Grafieken:

* Health Check Status
* Health Check Percentage Healthy
* Endpoint Latency
* DNS Query Volume

### API Gateway

**Namespace:** `AWS/ApiGateway`

Monitor Amazon API Gateway-request counts, latency en error rates.

Grafieken:

* 4XX Errors
* 5XX Errors
* Request Count
* Latency vs Integration Latency
* Cache Hit vs Miss

## Opslag

### S3

**Namespace:** `AWS/S3`

Monitor Amazon S3-bucket-opslaggrootte, objectaantallen, request-metrics, errors en latency.

Grafieken:

* 4xx vs 5xx Errors
* Bucket Size
* Number of Objects
* All Requests
* Request Types
* First Byte Latency vs Total Request Latency
* Bytes Downloaded vs Uploaded

### EBS

**Namespace:** `AWS/EBS`

Monitor EBS-volume-doorvoer, IOPS, queue length, latency en burst credit balance.

Grafieken:

* Volume Status Check
* Read vs Write Bytes
* Read vs Write Ops
* Queue Length
* Read vs Write Time
* Idle Time
* Burst Balance

### EFS

**Namespace:** `AWS/EFS`

Monitor EFS-doorvoer, I/O-limieten, burst credits, client-connections en opslaggebruik.

Grafieken:

* Throughput
* Permitted Throughput
* I/O Limit
* Burst Credit Balance
* Client Connections
* Storage

## Messaging en streaming

### SQS

**Namespace:** `AWS/SQS`

Monitor Amazon SQS-queue-berichtendoorvoer, queue depth, berichtenleeftijd en berichtgrootte.

Grafieken:

* Age of Oldest Message
* Queue Depth (Visible vs Not Visible vs Delayed)
* Messages Sent vs Received vs Deleted
* Sent Message Size
* Empty Receives

### SNS

**Namespace:** `AWS/SNS`

Monitor Amazon SNS-topic-berichtenpublicatie, delivery, filtering en berichtgrootte.

Grafieken:

* Notifications Delivered vs Failed
* Messages Published
* Notifications Filtered Out
* Publish Size

### EventBridge

**Namespace:** `AWS/Events`

Monitor Amazon EventBridge event-matching, rule-invocations, failures, dead-letter delivery en latency.

Grafieken:

* Failed Invocations
* Dead Letter Invocations
* Throttled Rules
* Matched Events vs Triggered Rules
* Invocations
* Ingestion to Invocation Start Latency

### Kinesis Data Streams

**Namespace:** `AWS/Kinesis`

Monitor Amazon Kinesis Data Streams-doorvoer, iterator age, put/get-operaties en provisioned throughput-limieten.

Grafieken:

* GetRecords Iterator Age
* Read vs Write Throughput Exceeded
* Incoming Records
* Incoming Bytes
* GetRecords Records vs Bytes
* PutRecord vs PutRecords Success
* PutRecord vs PutRecords Latency
* GetRecords Latency

### Data Firehose

**Namespace:** `AWS/Firehose`

Monitor Firehose delivery stream-ingestie, S3 delivery-doorvoer, data freshness en delivery success.

Grafieken:

* Delivery to S3 - Success
* Delivery to S3 - Data Freshness
* Incoming Bytes
* Incoming Records
* Delivery to S3 - Bytes
* Delivery to S3 - Records

### MSK (Kafka)

**Namespace:** `AWS/Kafka`

Monitor MSK-cluster-health, partition-replicatie, doorvoer en resource-utilization.

Grafieken:

* Cluster Health
* Under-Replicated Partitions
* Under Min ISR Partitions
* Consumer Max Lag
* Throughput
* Messages In
* CPU Usage
* Disk Usage

### MQ ActiveMQ

**Namespace:** `AWS/AmazonMQ`

Monitor Amazon MQ ActiveMQ broker-health inclusief CPU, heap, opslag, connections en berichtendoorvoer.

Grafieken:

* Store Usage
* CPU Utilization
* Heap Usage
* Connections
* Producers vs Consumers
* Total Messages
* Enqueue vs Dequeue
* Network In vs Out

### MQ RabbitMQ

**Namespace:** `AWS/AmazonMQ`

Monitor Amazon MQ RabbitMQ broker-health inclusief CPU, geheugen, disk, connections en berichtendoorvoer.

Grafieken:

* Disk Free vs Limit
* Memory Used vs Limit
* CPU Utilization
* Connections vs Channels
* Publish vs Ack Rate
* Queue Depth
* Consumer Count
* Network In vs Out

## Applicatie-integratie

### Step Functions

**Namespace:** `AWS/States`

Monitor AWS Step Functions state machine-executions, outcomes, throttling en execution duration.

Grafieken:

* Executions Succeeded vs Failed
* Executions Aborted vs Timed Out
* Execution Throttled
* Executions Started
* Execution Time

### AppSync

**Namespace:** `AWS/AppSync`

Monitor de prestaties van AWS AppSync GraphQL API inclusief requests, latency, errors en real-time subscriptions.

Grafieken:

* Client Errors vs Server Errors
* Requests
* Latency
* Tokens Consumed
* WebSocket Connections
* Active Connections vs Subscriptions
* Subscription Messages

## Beveiliging

### WAF

**Namespace:** `AWS/WAFV2`

Monitor WAF-request-filterbeslissingen inclusief allowed, blocked en counted requests.

Grafieken:

* Request Decisions
* Passed Requests

### Cognito

**Namespace:** `AWS/Cognito`

Monitor Cognito user pool-authenticatieactiviteit, token-operaties en API-throttling.

Grafieken:

* Authentication
* Token & Federation
* API Calls vs Throttles

## AI en machine learning

### SageMaker

**Namespace:** `AWS/SageMaker`

Monitor SageMaker endpoint-invocations, errors, latency en resource-utilization.

Grafieken:

* Invocation Errors
* Invocations
* Latency
* CPU Utilization
* Memory Utilization
* Disk Utilization

### Bedrock

**Namespace:** `AWS/Bedrock`

Monitor Amazon Bedrock-model-invocations, latency, errors, throttles en tokenverbruik.

Grafieken:

* Invocation Errors
* Throttles
* Invocations
* Invocation Latency
* Input vs Output Tokens
* Output Images

## Developer-tools

### CodeBuild

**Namespace:** `AWS/CodeBuild`

Monitor CodeBuild project-build counts, success/failure rates en build phase durations.

Grafieken:

* Builds
* Build Duration
* Queue Duration
* Provisioning & Source Download

### CloudWatch Logs

**Namespace:** `AWS/Logs`

Monitor CloudWatch Logs-ingestievolume, log event counts, subscription forwarding en delivery errors.

Grafieken:

* Delivery Errors vs Throttling
* Incoming Data
* Incoming Log Events
* Forwarded Bytes
* Forwarded Log Events

## E-mail

### SES

**Namespace:** `AWS/SES`

Monitor SES e-mail delivery, bounces, klachten en sender reputation rates.

Grafieken:

* Bounces vs Complaints
* Email Sending
* Reputation Rates

## Analytics

### Athena

**Namespace:** `AWS/Athena`

Monitor Athena query-uitvoeringstijden, query-fase-duurs en gescande gegevens.

Grafieken:

* Query Execution Time
* Query Phases
* Data Scanned

### Glue

**Namespace:** `AWS/Glue`

Monitor Glue ETL job duration, task completion, gegevensdoorvoer en JVM heap-gebruik.

Grafieken:

* Job Duration
* Tasks
* Bytes Read
* JVM Heap
* JVM Heap Usage

## Beheer en monitoring

### Billing

**Namespace:** `AWS/Billing`

Monitor geschatte AWS-kosten uitgesplitst per dienst.

Grafieken:

* Estimated Charges

### CloudTrail

**Namespace:** `AWS/CloudTrail`

Monitor CloudTrail API event-volume.

Grafieken:

* Events
