1つ以上の管理対象インスタンスでコマンドを実行します。 詳細は次のリンクを参照してください。 https://docs.aws.amazon.com/ja_jp/cli/latest/reference/ssm/send-command.html
aws ssm send-command --document-name "AWS-RunShellScript" --comment "listing services" --instance-ids "i- |
AWS CLI(2) : http://aws-memo.blogspot.com/2018/06/aws-cli_14.html |
aws ssm send-command --document-name AWS-RunShellScript |
EC2でSTONITH : http://bcblog.sios.jp/ec2-stonith/ |
aws ssm send-command --document-name "AWS-RunPowerShellScript" --parameters ' |
【AWS】SSM Agentを再起動する : http://blog.interstellar.co.jp/2018/01/awsssm-agent.html |
aws ssm send-command \ |
Patching Spectre and Meltdown is Easy with AWS Systems Manager | Skeddly : http://blog.skeddly.com/2018/01/patching-spectre-and-meltdown-is-easy-with-ssm.html |
aws ssm send-command --instance-ids i-0640ff2f366174074 --document-name "AWS-RunShellScript" --comment "IP config" --parameters commands=ifconfig |
Blue21: EC2(CentOS6) で RunCommand を試す : http://blue21neo.blogspot.com/2017/01/ec2centos6-runcommand.html |
aws ssm send-command --instance-ids |
Using ssm send-command with a Script named "NUnit ... : http://community.atlassian.com/t5/Bamboo-questions/Using-ssm-send-command-with-a-Script-named-quot-NUnit-Runner/qaq-p/714882 |
aws ssm send-command --output text --document-name AWS-RunShellScript --instance-ids i-xxxxxxxxxxxxxxxxx --parameters commands= |
2017-02-13 : http://d.hatena.ne.jp/asannou/20170213 |
aws ssm send-command \ |
踏み台サーバ不要?EC2 Run Commandだけでインスタンス管理するためのシェルスクリプトを書いてみた | Developers.IO : http://dev.classmethod.jp/cloud/aws/manage-instance-by-ec2-run-command-only/ |
aws ssm send-command --document-name "AWS-RunPowerShellScript" --parameters commands=["echo helloWorld"] --targets "Key=instanceids |
send-command — AWS CLI 1.16.13 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/ssm/send-command.html |
aws ssm send-command --document-name |
Unable to make ssm send-command work 揃 Issue #3502 揃 aws/aws-cli 揃 GitHub : http://github.com/aws/aws-cli/issues/3502 |
aws ssm send-command --document-name "AWS-RunRemoteScript" --document-version "\ |
EC2 Run Command (Linux)のRunRemoteScriptを使ってみた。 | ハックノート : http://hacknote.jp/archives/37312/ |
aws ssm send-command \ |
CloudWatch Agent を CLI で EC2 に導入 - vague memory : http://htnosm.hatenablog.com/entry/2017/12/18/090000 |
aws ssm send-command \\\n --document-name \"AWS-RunShellScript\" \\\n --instance-ids \"i-00000000000000000\" \\\n --parameters ' |
How to work with AWS Simple System Manager on CoreOS : http://medium.com/levops/how-to-work-with-aws-simple-system-manager-on-coreos-4741853dfd50 |
aws ssm send-command --max-errors 5 .. |
EC2 Systems Manager – Configure & Manage EC2 and On-Premises Systems | Noise : http://noise.getoto.net/2016/12/23/ec2-systems-manager-configure-manage-ec2-and-on-premises-systems/ |
aws ssm send-command --document-name |
Ditch SSH - Using SSM to control your AWS Instances : http://product.reverb.com/ditch-ssh-using-ssm-to-control-your-aws-instances-31d8f9ed117e |
aws ssm send-command \u003cspan class=\ |
[JAWS-UG CLI] Amazon EC2 Systems Manager 入門 (2) コマンドの実行 : http://qiita.com/domokun70cm/items/6706ca29fa89fcfb1426 |
aws ssm send-command --instance-ids |
aws cli - Parameter parsing when using AWS SSM send-command from Terraform - Server Fault : http://serverfault.com/questions/776393/parameter-parsing-when-using-aws-ssm-send-command-from-terraform |
aws ssm send-command --document-name "AWS-ConfigureCloudWatch" |
powershell - Syntax error on aws ssm send-command --parameters option - Stack Overflow : http://stackoverflow.com/questions/48893992/syntax-error-on-aws-ssm-send-command-parameters-option |
aws ssm send-command --document-name "RunThorTask" --instance-ids "i-12345abcde67890fg" --parameters ' |
AWS SSM を使って、Thor タスクを実行する - Misoca開発者ブログ : http://tech.misoca.jp/entry/2017/07/07/120000 |
aws ssm send-command with EC2 tag |
Run Commands through EC2 Systems Manager - The IT Hollow : http://theithollow.com/2017/07/17/run-commands-ec2-systems-manager/ |
aws ssm send-command --document-name "custom" --instance-ids "i-d79df35a" --parameters ' |
Amazon EC2 Simple Systems Manager - AWSomeBlog : http://www.awsomeblog.com/amazon-ec2-simple-systems-manager/ |
aws ssm send-command --instance-ids "i-0698042a954420857" --document-name "AWS-RunShellScript" --comment "Demo run shell script on Linux Instance" --parameters commands=whoami --output text --query "Command.CommandId") |
AWS : Simple Systems Manager (SSM) - 2018 : http://www.bogotobogo.com/DevOps/AWS/aws-SSM.php |
aws ssm send-command --targets "Key=tag:Patch Group |
Windows servers patching with AWS EC2 Systems Manager | We Are Cloudar : http://www.cloudar.be/awsblog/windows-servers-patching-with-aws-ec2-systems-manager/ |
aws ssm send-command --document-name "Test-Document-Scollier-Delete" --instance-ids "i-9f4ba703" --region us-east-1 |
Notes on tech, mostly... : Testing out AWS ssm : http://www.colliernotes.com/2016/05/testing-out-aws-ssm.html |
aws ssm send-command --instance-ids |
Ilya Baldin | ExoGENI : http://www.exogeni.net/author/ibaldin/ |
aws ssm send-command --document-name "AWS-RunShellScript" --comment "listing services" --instance-ids "Instance-ID" --parameters commands="service --status-all" --region us-west-2 --output text |
How to run commands remotely on ec2 instances - Just Do Cloud : http://www.justdocloud.com/2018/04/01/run-commands-remotely-ec2-instances/ |
aws ssm send-command --document-name |
SSM Parameter store use within Runcommand : aws : http://www.reddit.com/r/aws/comments/95k7gt/ssm_parameter_store_use_within_runcommand/ |
aws ssm send-command --document-name |
AWS Data Provider for SAP : http://www.scalingbits.com/book/export/html/526 |
aws ssm send-command --instance-ids " |
Integrating SUSE Linux Enterprise Instances With Amazon EC2 Systems Manager - SUSE Communities : http://www.suse.com/c/integrating-suse-linux-enterprise-instances-amazon-ec2-systems-manager/ |
aws ssm send-command --profile trinimbus --region us-east-1 --document-name "ExampleChangeHTTPDPassword" --targets "Key=tag:Role |
Customizing EC2 Systems Manager Run Commands - TriNimbus : http://www.trinimbus.com/blog/customizing-ec2-systems-manager-run-commands/ |
aws ssm send-command --document-name |
東京リージョンでEC2 Run Command (Linux)を使ってみました | AWSやシステム・アプリ開発の最新情報をお届け|クロスパワーブログ : http://xp-cloud.jp/blog/2016/01/27/1248/ |
aws ssm send-command --document-name |
ruby SDKでEC2 Run Commandを試してみる - やーまんぶろぐ : http://yamano3201.hatenablog.jp/entry/2016/09/16/202654 |