sumito.tsukada

AWS Directory Service について

AWS では Active Directory / LDAP アプリケーションは大きく3つ存在している。全ての説明は Classmethod 社の記事がわかりやすかったので引用する。

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

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

no image

cannot be deleted because it is currently associated with another service

NLB を削除できない。API Gateway で VPI links で NLB を登録していたが、先にその設定を解除(削除)する必要がある。

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 の対処。

機械学習などで使われる p50, p90, p95 (パーセンタイル)とは

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

CloudWatch の Dimensions を確認する

CLoudWatch で aws cloudwatch list-metrics --namespace AWS/ApiGateway --metric-name Count 

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.

entrypoint の設定された docker の中に入る

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

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. `  その対策についてまとめる。

amazon linux2 に python3 を instlal する

amazon linux2 に python3 instlal する