{
  "id": "policy/cloudfront-georestriction-blocked-request",
  "signature": "AccessDenied: The request could not be satisfied. CloudFront attempted to establish a connection with the origin, but the request was blocked by the geo-restriction policy.",
  "signature_zh": "AccessDenied：请求无法被满足。CloudFront 尝试与源站建立连接，但请求被地理限制策略阻止。",
  "regex": "AccessDenied.*CloudFront.*geo-restriction",
  "domain": "policy",
  "category": "network_error",
  "subcategory": null,
  "root_cause": "CloudFront distribution has a geo-restriction (whitelist or blacklist) configured, and the client's IP address originates from a country that is either not whitelisted or is blacklisted.",
  "root_cause_type": "generic",
  "root_cause_zh": "CloudFront 分配配置了地理限制（白名单或黑名单），客户端的 IP 地址来自未在白名单中或被列入黑名单的国家。",
  "versions": [
    {
      "version": "AWS CloudFront",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    },
    {
      "version": "CloudFront geo-restriction feature",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    }
  ],
  "os_specific": {},
  "dead_ends": [
    {
      "action": "",
      "why_fails": "The geo-restriction is based on IP address, not client-side data; clearing cache has no effect.",
      "fail_rate": 0.9,
      "condition": "",
      "sources": []
    },
    {
      "action": "",
      "why_fails": "This works temporarily but violates the policy intent and may cause other issues (e.g., latency, compliance).",
      "fail_rate": 0.5,
      "condition": "",
      "sources": []
    }
  ],
  "workarounds": [
    {
      "action": "Update the CloudFront distribution's geo-restriction configuration to include the client's country in the whitelist or remove it from the blacklist.",
      "success_rate": 0.85,
      "how": "Update the CloudFront distribution's geo-restriction configuration to include the client's country in the whitelist or remove it from the blacklist.",
      "condition": "",
      "sources": []
    },
    {
      "action": "Use CloudFront Functions or Lambda@Edge to implement a custom geo-allowlist with more granular control.",
      "success_rate": 0.8,
      "how": "Use CloudFront Functions or Lambda@Edge to implement a custom geo-allowlist with more granular control.",
      "condition": "",
      "sources": []
    }
  ],
  "workarounds_zh": [
    "更新 CloudFront 分配的地理限制配置，将客户端国家加入白名单或从黑名单中移除。",
    "使用 CloudFront Functions 或 Lambda@Edge 实现自定义地理白名单，提供更精细的控制。"
  ],
  "transition_graph": {
    "leads_to": [],
    "preceded_by": [],
    "frequently_confused_with": []
  },
  "official_doc_url": "https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/georestrictions.html",
  "official_doc_section": null,
  "error_code": "403",
  "verification_tier": "ai_generated",
  "confidence": 0.86,
  "fix_success_rate": 0.8,
  "resolvable": "true",
  "first_seen": "2024-01-12",
  "last_confirmed": "2024-06-01",
  "last_updated": "2024-06-01",
  "evidence_count": 1,
  "tags": [],
  "locale": "en",
  "aliases": []
}