cdk deployを実行すると以下のようなエラーが発生します
クラウド側の設定に問題があるのか?
インフラコードに問題があるのか?
PC - クラウド間の通信に問題あるのか?
切り分け方法ご教示願います。
error pulling image configuration: Get https://dd.cloudfront.net/b9?Expires=19&Signature=U-: dial tcp: lookup dd.cloudfront.net on xxx.xx.xx.x:53: read udp xxx.xx.xx.x:48660->xxx.xx.xx.x:53: i/o timeout [100%] fail: docker build --tag cdkasset-de5 . exited with error code 1: error pulling image configuration: Get https://dd.cloudfront.net/b9?Expires=19&Signature=U-&Key-Pair-Id=K62: dial tcp: lookup bnd.cloudfront.net on xxx.xx.xx.x:53: read udp xxx.xx.xx.x:48660->xxx.xx.xx.x:53: i/o timeout ❌ lambda-stack failed: Error: Failed to publish one or more assets. See the error messages above for more information. at Object.publishAssets (C:\Users\AppData\Roaming\npm\node_modules\aws-cdk\lib\util\asset-publishing.ts:25:11) at processTicksAndRejections (internal/process/task_queues.js:97:5) at Object.deployStack (C:\Users\AppData\Roaming\npm\node_modules\aws-cdk\lib\api\deploy-stack.ts:231:3) at CdkToolkit.deploy (C:\Users\AppData\Roaming\npm\node_modules\aws-cdk\lib\cdk-toolkit.ts:180:24) at initCommandLine (C:\Users\AppData\Roaming\npm\node_modules\aws-cdk\bin\cdk.ts:202:9) Failed to publish one or more assets. See the error messages above for more information.
dockerFile
1FROM public.ecr.aws/lambda/python:3.8 2 3COPY handler/lambda_handler.py requirements.txt ./ 4 5RUN python3.8 -m pip install -r requirements.txt 6 7CMD ["lambda_handler.lambda_handler"]
git hubからpullするときって
ローカルでローカルリポジトリを作るとか
git hubのクレデンシャル情報を保持するとか必要でしょうか
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。