リクエストによって返された在庫アイテムのリスト。 詳細は次のリンクを参照してください。 https://docs.aws.amazon.com/ja_jp/cli/latest/reference/ssm/list-inventory-entries.html
aws ssm list-inventory-entries \ |
EC2 Systems Managerで収集できるインベントリーが追加されました | Developers.IO : http://dev.classmethod.jp/cloud/aws/ec2-systems-manager-new-inventory-type/ |
aws ssm list-inventory-entries --instance-id "i-0cb2b964d3e14fd9f" --type-name "Custom:RackInfo" |
list-inventory-entries — AWS CLI 1.16.13 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/ssm/list-inventory-entries.html |
aws ssm list-inventory-entries --instance-id xxx --type-name |
AWS Systems Managerでインベントリを実行して、/home/ec2-user以下にある*.txtファイルを確認、さらにカスタムインベントリで独自メタデータも登録・確認してみる。 - funasaki memo : http://funasaki.hatenablog.com/entry/2018/04/30/211009 |
aws ssm list-inventory-entries --instance-id YOUR_INSTANCE_ID --type-name "Custom:Application" |
GitHub - amimoto-ami/ssm_inventry_resources: Inventory scripts for AMIMOTO AMI intance to AWS EC2 Systems Manager. : http://github.com/amimoto-ami/ssm_inventry_resources |
aws ssm list-inventory-entries \u003cspan class=\ |
[JAWS-UG CLI] Amazon EC2 Systems Manager 入門 (3) StateManager : http://qiita.com/domokun70cm/items/72414ade326b8040c9eb |
aws ssm list-inventory-entries --instance-id |
Ilya Baldin | ExoGENI : http://www.exogeni.net/author/ibaldin/ |