YouTube / TikTok フォローで AWS・Azure・GCP の試験バウチャーが当たるキャンペーン実施中

AWSDOP-C02完全無料・解説つき

DevOps エンジニア プロフェッショナル問題演習

丁寧な解説とともに、自分のペースで挑戦できます。間違えた問題は自動で復習リストに追加されます。

現在の分野: 構成管理と IaC
72
問題数
1
分野
1 / 72構成管理と IaC

A company has a mobile application that makes HTTP API calls to an Application Load Balancer (ALB). The ALB routes requests to an AWS Lambda function. Many different versions of the application are in use at any given time, including versions that are in testing by a subset of users. The version of the application is defined in the user-agent header that is sent with all requests to the API. After a series of recent changes to the API, the company has observed issues with the application. The company needs to gather a metric for each API operation by response code for each version of the application that is in use. A DevOps engineer has modified the Lambda function to extract the API operation name, version information from the user-agent header and response code. Which additional set of actions should the DevOps engineer take to gather the required metrics? ある企業には、Application Load Balancer (ALB) に対して HTTP API 呼び出しを行うモバイル アプリケーションがあります。 ALB はリクエストを AWS Lambda 関数にルーティングします。ユーザーの一部によってテスト中のバージョンも含め、アプリケーションのさまざまなバージョンが常に使用されています。アプリケーションのバージョンは、API へのすべてのリクエストとともに送信されるユーザー エージェント ヘッダーで定義されます。最近 API に一連の変更を加えた後、同社はアプリケーションに問題があることを確認しました。企業は、使用中のアプリケーションの各バージョンの応答コードによって、各 API 操作のメトリクスを収集する必要があります。 DevOps エンジニアは、ユーザー エージェント ヘッダーと応答コードから API オペレーション名、バージョン情報を抽出するように Lambda 関数を変更しました。必要なメトリクスを収集するために、DevOps エンジニアはどの追加のアクションを実行する必要がありますか?

次のうち、正しいものを1つ選んでください。

00