ALB の設定を aws cli で確認する

aws
ALB の設定を aws cli で確認する

tech
cannot be deleted because it is currently associated with another service
NLB を削除できない。API Gateway で VPI links で NLB を登録していたが、先にその設定を解除(削除)する必要がある。

aws
The overall deployment failed because too many individual instances failed deployment, too few healthy instances are available for deployment, or some instances in your deployment group are experiencing problems.
CodeDeploy で Step 3 で失敗することがある。The overall deployment failed because too many individual instances failed deployment の対処。

aws
x-ray の p50, p90, p95 (パーセンタイル)とは
パーセンタイルパーセントと、パーセンタイルを比べるとわかりやすい。一般的な パーセントの場合は、率をあらわす。50パーセントは全体に対し、半分がという意味になる。一方でパーセンタイルは似たようでちょっと違う。全体を 100個に区切り、小さい方順にソートして 何番目にあるかを表現されている。

aws
CloudWatch の Dimensions を確認する
CLoudWatch で aws cloudwatch list-metrics --namespace AWS/ApiGateway --metric-name Count

aws
An error occurred (InvalidParameterException) when calling the PutSubscriptionFilter operation: Could not execute the lambda function. Make sure you have given CloudWatch Logs permission to execute your function.
An error occurred (InvalidParameterException) when calling the PutSubscriptionFilter operation: Could not execute the lambda function. Make sure you have given CloudWatch Logs permission to execute your function.

docker
entrypoint の設定された docker の中に入る
概要docker では entrypoint が設定されていると、docker の中に入るために 起動シェルを変更したとしてもentrypoint の引数として認識されてしまう事がある。entrypoint を変更する事で、コンテナ内に入る事が可能になる。```

tech
Valid Login :: A test suite with a single test for valid login.
robot framework を実施しようとしてエラーになった。 `Valid Login :: A test suite with a single test for valid login. ` その対策についてまとめる。

aws
amazon linux2 に python3 を instlal する
amazon linux2 に python3 instlal する

GCP
GCPで利用する鍵を変更する
GCP で key を有効化する手順についてよく忘れるのでメモ。