library
turbot/aws
Get Involved
Version
Pipeline: Create Instance Profile
Creates a new instance profile.
Run the pipeline
To run this pipeline from your terminal:
flowpipe pipeline run aws.pipeline.create_iam_instance_profile \ --arg 'instance_profile_name=<string>'
Use this pipeline
To call this pipeline from your pipeline, use a step:
step "pipeline" "step_name" { pipeline = aws.pipeline.create_iam_instance_profile args = { instance_profile_name = <string> }}
Params
Name | Type | Required | Description | Default |
---|---|---|---|---|
conn | connection.aws | Yes | Name of AWS connection to use. If not provided, the default AWS connection will be used. | connection.aws.default |
instance_profile_name | string | Yes | The name of the instance profile to create. | - |
Outputs
Name | Description |
---|---|
instance_profile | A structure containing details about the new instance profile. |