HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //usr/share/doc/awscli/examples/ec2/disassociate-iam-instance-profile.rst
**To disassociate an IAM instance profile**

This example disassociates an IAM instance profile with the association ID ``iip-assoc-05020b59952902f5f``.

Command::

  aws ec2 disassociate-iam-instance-profile --association-id iip-assoc-05020b59952902f5f

Output::

  {
    "IamInstanceProfileAssociation": {
        "InstanceId": "i-123456789abcde123",
        "State": "disassociating",
        "AssociationId": "iip-assoc-05020b59952902f5f",
        "IamInstanceProfile": {
            "Id": "AIPAI5IVIHMFFYY2DKV5Y",
            "Arn": "arn:aws:iam::123456789012:instance-profile/admin-role"
        }
    }
  }