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

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

Run with Naftiko Engineering Platform#Action=CreateInstanceProfile

What You Can Do

GET
Getcreateinstanceprofile

Creates a new instance profile. For information about instance profiles, see Using roles for applications on Amazon EC2 in the IAM User

/v1/action-createinstanceprofile
POST
Postcreateinstanceprofile

Creates a new instance profile. For information about instance profiles, see Using roles for applications on Amazon EC2 in the IAM User

/v1/action-createinstanceprofile

MCP Tools

p-creates-new-instance-profile

Creates a new instance profile. For information about instance profiles, see Using roles for applications on Amazon EC2 in the IAM User

read-only idempotent
p-creates-new-instance-profile-2

Creates a new instance profile. For information about instance profiles, see Using roles for applications on Amazon EC2 in the IAM User

Capability Spec

aws-iam-action-createinstanceprofile.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=CreateInstanceProfile'
  description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=CreateInstanceProfile. 2 operations.
    Lead operation: #Action=CreateInstanceProfile. Self-contained Naftiko capability covering one Engineering Platform business
    surface.'
  tags:
  - Engineering Platform
  - '#Action=CreateInstanceProfile'
  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-createinstanceprofile
    baseUri: https://iam.amazonaws.com
    description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=CreateInstanceProfile business
      capability. Self-contained, no shared references.'
    resources:
    - name: '#Action=CreateInstanceProfile'
      path: /#Action=CreateInstanceProfile
      operations:
      - name: getcreateinstanceprofile
        method: GET
        description: '<p> Creates a new instance profile. For information about instance profiles, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use_switch-role-ec2.html">Using
          roles for applications on Amazon EC2</a> in the <i>IAM User '
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: InstanceProfileName
          in: query
          type: string
          description: <p>The name of the instance profile to create.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex
            pattern</a>) a string o
          required: true
        - name: Path
          in: query
          type: string
          description: <p> The path to the instance profile. For more information about paths, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IA
        - name: Tags
          in: query
          type: array
          description: <p>A list of tags that you want to attach to the newly created IAM instance profile. Each tag consists
            of a key name and an associated value. For more informati
        - name: Action
          in: query
          type: string
          required: true
        - name: Version
          in: query
          type: string
          required: true
      - name: postcreateinstanceprofile
        method: POST
        description: '<p> Creates a new instance profile. For information about instance profiles, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use_switch-role-ec2.html">Using
          roles for applications on Amazon EC2</a> in the <i>IAM User '
        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-createinstanceprofile-rest
    port: 8080
    description: 'REST adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=CreateInstanceProfile.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.'
    resources:
    - path: /v1/action-createinstanceprofile
      name: action-createinstanceprofile
      description: 'REST surface for #Action=CreateInstanceProfile.'
      operations:
      - method: GET
        name: getcreateinstanceprofile
        description: '<p> Creates a new instance profile. For information about instance profiles, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use_switch-role-ec2.html">Using
          roles for applications on Amazon EC2</a> in the <i>IAM User '
        call: aws-iam-action-createinstanceprofile.getcreateinstanceprofile
        with:
          InstanceProfileName: rest.InstanceProfileName
          Path: rest.Path
          Tags: rest.Tags
          Action: rest.Action
          Version: rest.Version
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: postcreateinstanceprofile
        description: '<p> Creates a new instance profile. For information about instance profiles, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use_switch-role-ec2.html">Using
          roles for applications on Amazon EC2</a> in the <i>IAM User '
        call: aws-iam-action-createinstanceprofile.postcreateinstanceprofile
        with:
          Action: rest.Action
          Version: rest.Version
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: aws-iam-action-createinstanceprofile-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=CreateInstanceProfile.
      One tool per consumed operation, routed inline through this capability''s consumes block.'
    tools:
    - name: p-creates-new-instance-profile
      description: '<p> Creates a new instance profile. For information about instance profiles, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use_switch-role-ec2.html">Using
        roles for applications on Amazon EC2</a> in the <i>IAM User '
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: aws-iam-action-createinstanceprofile.getcreateinstanceprofile
      with:
        InstanceProfileName: tools.InstanceProfileName
        Path: tools.Path
        Tags: tools.Tags
        Action: tools.Action
        Version: tools.Version
      outputParameters:
      - type: object
        mapping: $.
    - name: p-creates-new-instance-profile-2
      description: '<p> Creates a new instance profile. For information about instance profiles, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use_switch-role-ec2.html">Using
        roles for applications on Amazon EC2</a> in the <i>IAM User '
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: aws-iam-action-createinstanceprofile.postcreateinstanceprofile
      with:
        Action: tools.Action
        Version: tools.Version
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.