AWS TGW 처리 비용 문의

0

AWS Transit gateway 을 사용하는 경우 데이터 처리 비용이 별도 있다고 알고 있습니다. 혹시 TGW 에서 블랙홀 처리를 하는 경우에도 데이터 처리 비용이 드나요?

sben
asked a year ago229 views
1 Answer
0
Accepted Answer

TGW 는 알고 계신바와 같이 연결요금 외에 처리된 데이터 GB 당 비용이 발생합니다. (https://aws.amazon.com/ko/transit-gateway/pricing/ )

블랙홀 처리를 하는 경우에도 데이터 처리 요금은 여전히 소스 VPC 계정에 청구됩니다. 블랙홀 처리 이전에 우선 트래픽이 TGW로 들어오고 TGW가 처리하면서 패킷이 블랙홀이 될 것인지 아니면 경로가 일치하지 않는지 실제로 체크하기 때문입니다.

TGW에 의해 처리된 패킷에 대해서는 TGW cloudwatch metrics (PacketDropCountBlackhole, PacketDropCountNoRoute) 등으로 추적할 수 있으며, 관련 metiric 에 대해서는 https://docs.aws.amazon.com/ko_kr/vpc/latest/tgw/transit-gateway-cloudwatch-metrics.html 를 참고하시기 바랍니다.

AWS
lecter
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions