# Exploration Summary

* **Route 53**&#x20;
  * **Latency-Based Routing**: Inspect Route 53 records for latency-based routing policies for API Gateway endpoints.
  * **Health Checks**: Review health checks linked to CloudWatch alarms.
  * **Canaries**: Analyze canaries monitoring API Gateway endpoints and creating alarms for Route 53 health checks.
* **API Gateway**
  * **Endpoints and Integration**: Review regional API Gateway endpoints and their integration with backend services.
  * **Caching and Throttling**: Explore caching and throttling configurations.
  * **Logs and Monitoring**: Analyze API Gateway logs in CloudWatch
* **DynamoDB Global Tables**
  * **Replication Settings**: Check replication settings and ensure tables are properly configured across regions.
  * **Replication Status**: Review the health and synchronization status of global tables.
  * **Query Data Consistency**: Analyze data consistency settings (eventual or strong) across regions to meet application requirements.
  * **Latency**: Monitor replication latency between regions to ensure timely data synchronization.
  * **Conflict Resolution**: Inspect mechanisms for resolving simultaneous updates in different regions.
  * **Monitoring**: Review CloudWatch metrics such as replication errors, consumed capacity, and throttling rates.
  * **Backup and Restore**: Verify backup policies and cross-region restore capabilities for disaster recovery.
* **Aurora Global Database**
  * **Global Clusters**: Inspect the global clusters. Review details about primary and secondary region configurations.
  * **Replication Status**: Check the replication status and lag between regions. View associated metrics in the cluster details.
  * **Failover Readiness**: Explore the failover settings and verify the designated failover region.
  * **Reader Endpoints**: Review regional reader endpoints for low-latency reads and ensure their availability.
  * **Monitoring Metrics**: Open **CloudWatch** from the console to monitor replication lag, write IOPS, and other performance metrics.
  * **Data Consistency**: View Aurora's real-time consistency features in the cluster properties.
  * **Backups**: Inspect automated backup and snapshot settings across regions.
* **CloudWatch**
  * **API Gateway**: Monitor key metrics (latency, error rates, request counts) and review logs for performance and troubleshooting insights.
  * **Canaries**: Inspect canary execution results, success rates, and logs to validate endpoint performance and uptime.
  * **Alarms**: Review alarms for API Gateway and canary metrics, ensuring thresholds, notifications, and automated actions are properly configured.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://awsinpractice.itassist.com/aws-exploration/use-cases/multi-region-resiliency-with-active-active-setup/exploration-summary.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
