APIs.io Engineering Platform AWS Identity and Access Management — #Action=GetInstanceProfile

APIs.io Engineering Platform AWS Identity and Access Management — #Action=GetInstanceProfile. 2 operations. Lead operation: #Action=GetInstanceProfile. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering Platform#Action=GetInstanceProfile

What You Can Do

GET
Getgetinstanceprofile — Retrieves information about the specified instance profile, including the instance profile's path, GUID, ARN, and role. For more information about instance profiles, see /v1/action-getinstanceprofile
POST
Postgetinstanceprofile — Retrieves information about the specified instance profile, including the instance profile's path, GUID, ARN, and role. For more information about instance profiles, see /v1/action-getinstanceprofile

MCP Tools

retrieves-information-about-specified-instance

Retrieves information about the specified instance profile, including the instance profile's path, GUID, ARN, and role. For more information about instance profiles, see read-only idempotent

retrieves-information-about-specified-instance-2

Retrieves information about the specified instance profile, including the instance profile's path, GUID, ARN, and role. For more information about instance profiles, see read-only

Capability Spec

naftiko: 1.0.0-alpha2
info:
  label: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=GetInstanceProfile'
  description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=GetInstanceProfile. 2 operations.
    Lead operation: #Action=GetInstanceProfile. Self-contained Naftiko capability covering one Engineering Platform business
    surface.'
  tags:
  - Engineering Platform
  - '#Action=GetInstanceProfile'
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ENGINEERING_PLATFORM_API_KEY: ENGINEERING_PLATFORM_API_KEY
capability:
  consumes:
  - type: http
    namespace: aws-iam-action-getinstanceprofile
    baseUri: https://iam.amazonaws.com
    description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=GetInstanceProfile business capability.
      Self-contained, no shared references.'
    resources:
    - name: '#Action=GetInstanceProfile'
      path: /#Action=GetInstanceProfile
      operations:
      - name: getgetinstanceprofile
        method: GET
        description: Retrieves information about the specified instance profile, including the instance profile's path, GUID,
          ARN, and role. For more information about instance profiles, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/AboutInstanc
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: InstanceProfileName
          in: query
          type: string
          description: <p>The name of the instance profile to get information about.</p> <p>This parameter allows (through
            its <a href="http://wikipedia.org/wiki/regex">regex pattern<
          required: true
        - name: Action
          in: query
          type: string
          required: true
        - name: Version
          in: query
          type: string
          required: true
      - name: postgetinstanceprofile
        method: POST
        description: Retrieves information about the specified instance profile, including the instance profile's path, GUID,
          ARN, and role. For more information about instance profiles, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/AboutInstanc
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Action
          in: query
          type: string
          required: true
        - name: Version
          in: query
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.ENGINEERING_PLATFORM_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: aws-iam-action-getinstanceprofile-rest
    port: 8080
    description: 'REST adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=GetInstanceProfile.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.'
    resources:
    - path: /v1/action-getinstanceprofile
      name: action-getinstanceprofile
      description: 'REST surface for #Action=GetInstanceProfile.'
      operations:
      - method: GET
        name: getgetinstanceprofile
        description: Retrieves information about the specified instance profile, including the instance profile's path, GUID,
          ARN, and role. For more information about instance profiles, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/AboutInstanc
        call: aws-iam-action-getinstanceprofile.getgetinstanceprofile
        with:
          InstanceProfileName: rest.InstanceProfileName
          Action: rest.Action
          Version: rest.Version
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: postgetinstanceprofile
        description: Retrieves information about the specified instance profile, including the instance profile's path, GUID,
          ARN, and role. For more information about instance profiles, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/AboutInstanc
        call: aws-iam-action-getinstanceprofile.postgetinstanceprofile
        with:
          Action: rest.Action
          Version: rest.Version
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: aws-iam-action-getinstanceprofile-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=GetInstanceProfile.
      One tool per consumed operation, routed inline through this capability''s consumes block.'
    tools:
    - name: retrieves-information-about-specified-instance
      description: Retrieves information about the specified instance profile, including the instance profile's path, GUID,
        ARN, and role. For more information about instance profiles, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/AboutInstanc
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: aws-iam-action-getinstanceprofile.getgetinstanceprofile
      with:
        InstanceProfileName: tools.InstanceProfileName
        Action: tools.Action
        Version: tools.Version
      outputParameters:
      - type: object
        mapping: $.
    - name: retrieves-information-about-specified-instance-2
      description: Retrieves information about the specified instance profile, including the instance profile's path, GUID,
        ARN, and role. For more information about instance profiles, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/AboutInstanc
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: aws-iam-action-getinstanceprofile.postgetinstanceprofile
      with:
        Action: tools.Action
        Version: tools.Version
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.