Slide 25
Slide 25 text
© 2022, Amazon Web Services, Inc. or its affiliates. All rights reserved.
設定例 (Amazon ECS の例)
• AWS X-Ray デーモンの Docker コンテナをサイドカーとして設定
...
{
"name": "xray-daemon",
"image": "amazon/aws-xray-daemon",
"cpu": 32,
"memoryReservation": 256,
"portMappings" : [
{
"hostPort": 0,
"containerPort": 2000,
"protocol": "udp"
}
],
}
...
AWS X-Ray API
AWS X-Ray デーモンコンテナ
アプリケーションコンテナ
AWS X-Ray SDK
Amazon ECS タスク
アプリケーション
タスク定義内の Container Definition の例