library
turbot/aws
OverviewPipelines
0
Triggers
0
Variables
GitHub

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

NameTypeRequiredDescriptionDefault
conn
connection.aws
YesName of AWS connection to use. If not provided, the default AWS connection will be used.connection.aws.default
instance_profile_name
string
YesThe name of the instance profile to create.-

Outputs

NameDescription
instance_profileA structure containing details about the new instance profile.