Architect's Log

I'm a Cloud Architect. I'm highly motivated to reduce toils with driving DevOps.

AWS Tools for PowerShell

【AWS Tools for Powershell】Data Pipelineの名前からパイプラインIDを取得する

動機 パイプラインIDはパイプラインを再作成(削除して作成)すると変わるので、パイプライン名から動的に取得したい。

【AWS Tools for PowerShell】Write-S3Objectで`The bucket you are attempting to access must be addressed using the specified endpoint.`のエラー

現象 Write-S3ObjectでThe bucket you are attempting to access must be addressed using the specified endpoint.のエラーが発生する。 > Write-S3Object -BucketName test_bucket -File test_file.txt -Key test_file.txt -ProfileName profile Write-S3O…