상세 컨텐츠

본문 제목

Routing Policy on AWS

Cloud/AWS

by 리카르돌 2021. 10. 18. 18:23

본문

  • Simple routing policy
    – Use for a single resource that performs a given function for your domain, for example, a web server that serves content for the example.com website.
    "도메인에 대해 특정 기능을 수행하는 하나의 리소스만 있는 경우 (예: example.com 웹 사이트의 콘텐츠를 제공하는 하나의 웹 서버) 에 사용합니다. "
  • Failover routing policy 
    – Use when you want to configure active-passive failover.
    액티브-패시브 장애 조치를 구성하려는 경우에 사용

  • Geolocation routing policy 
    – Use when you want to route traffic based on the location of your users.
      사용자의 위치에 기반하여 트래픽을 라우팅하려는 경우에 사용

  • Geoproximity routing policy 
    – Use when you want to route traffic based on the location of your resources and, optionally, shift traffic from resources in one location to resources in another.
    리소스의 위치를 기반으로 트래픽을 라우팅하고 필요에 따라 한 위치의 리소스에서 다른 위치의 리소스로 트래픽을 보내려는 경우에 사용

  • Latency routing policy 
    – Use when you have resources in multiple AWS Regions and you want to route traffic to the Region that provides the best latency with less round-trip time.
    여러 자원이 있을 때 사용합니다.AWS리전에 트래픽을 라우팅하고 왕복 시간이 짧은 리전을 사용하여 최상의 지연 시간을 제공하는 리전으로 라우팅

  • Multivalue answer routing policy 
    – Use when you want Route 53 to respond to DNS queries with up to eight healthy records selected at random.
    Route 53 가 무작위적으로 선택된 최대 8개의 정상 레코드로 DNS 쿼리에 응답하게 하려는 경우에 사용합니다.

  • Weighted routing policy 
    – Use to route traffic to multiple resources in proportions that you specify.
    사용자가 지정하는 비율에 따라 여러 리소스로 트래픽을 라우팅

'Cloud > AWS' 카테고리의 다른 글

RDS encrypted snapshot copy to another aws account  (0) 2022.06.29
Kinesis Data Firehose  (0) 2021.10.18
AWS API Gateway  (0) 2021.10.17
Storage - S3  (0) 2021.10.16
Real Time Data Load Test - Kinesis Firehose  (0) 2019.08.29

관련글 더보기

댓글 영역