$ aws organizations register-delegated-administrator \ --account-id 123456789012 \ --service-principal account.amazonaws.com このコマンドは成功時に出力を生成しません. このコマンドの実行後に,アカウント 123456789012 からの認証情報を使用して,-- account-id パラメータで組織内のメンバーアカ...
-name:"CalculateFileUploadLatencies"action:"ExecutePowerShell"loop:for:start:100000end:1000000updateBy:100000inputs:commands:-| $f = new-object System.IO.FileStream c:\temp\test{{loop.index }}.txt, Create, ReadWrite $f.SetLength({{loop.value }}MB) $f.Close()-c:\users\administrator\downl...