Command option Sample:aws iam list-instance-profiles-for-role

Search command sample in the internet.It is the result.

Lists the instance profiles that have the specified associated IAMrole.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/iam/list-instance-profiles-for-role.html

aws iam list-instance-profiles-for-role --role-name Test-Role
    list-instance-profiles — AWS CLI 1.16.7 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/iam/list-instance-profiles-for-role.html
aws iam list-instance-profiles-for-role --role-name Demos \
    euca-demo/demo-10-run-cli-elb-asg-user-data-awscli.md at master 揃 eucalyptus/euca-demo 揃 GitHub : http://github.com/eucalyptus/euca-demo/blob/master/demos/demo-10-cli-elb-asg-user-data/docs/demo-10-run-cli-elb-asg-user-data-awscli.md
aws iam list-instance-profiles-for-role --role-name YOUR_ROLE_NAME

    amazon web services - instance profile association stuck in associating state - Stack Overflow : http://stackoverflow.com/questions/45952831/instance-profile-association-stuck-in-associating-state
aws iam list-instance-profiles-for-role --role-name role-name
    AWS Identity and Access Management User Guide : http://studylib.net/doc/8360964/aws-identity-and-access-management-user-guide

aws のオプション一覧