コマンドオプションサンプル:aws iam remove-role-from-instance-profile

コマンドサンプルを検索した結果です。

指定されたIAMロールを指定されたEC2インスタンスプロファイルから削除します。 詳細は次のリンクを参照してください。 https://docs.aws.amazon.com/ja_jp/cli/latest/reference/iam/remove-role-from-instance-profile.html

aws iam remove-role-from-instance-profile --role-name aws-role-for-delete --instance-profile-name aws-role-for-delete
    AWS CLIでサービスの各種コマンドを動かしてみる(IAM編3: ロール) | Developers.IO : http://dev.classmethod.jp/cloud/aws/awscli-iam-3-role/
aws iam remove-role-from-instance-profile --instance-profile-name ExampleInstanceProfile --role-name Test-Role
    remove-role-from-instance-profile — AWS CLI 1.16.7 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/iam/remove-role-from-instance-profile.html
aws iam remove-role-from-instance-profile --instance-profile-name
    Can't delete IAM role because policies are attached 揃 Issue #2761 揃 hashicorp/terraform 揃 GitHub : http://github.com/hashicorp/terraform/issues/2761
aws iam remove-role-from-instance-profile --instance-profile-name hogefuga --role-name foobar
    aws cli で IAM Instance Profile をつくってEC2に適用する - DRYな備忘録 : http://otiai10.hatenablog.com/entry/2018/06/04/183211
aws iam remove-role-from-instance-profile \u003cspan class=\
    [JAWS-UG CLI] Amazon EC2 Systems Manager 入門 (6) リソースの削除 : http://qiita.com/domokun70cm/items/86689d8448bec6c0e09c
aws iam remove-role-from-instance-profile --instance-profile-name in
    AWS Identity and Access Management User Guide : http://studylib.net/doc/8360964/aws-identity-and-access-management-user-guide
aws iam remove-role-from-instance-profile --instance-profile ecsInstanceProfile \
    Single Instance ECS Setup - Rainer Hahnekamp : http://www.rainerhahnekamp.com/en/single-instance-ecs-setup/

aws のオプション一覧