standard
turbot/aws_compliance
Get Involved
Version
Pipeline: Create IAM role and policy
Create IAM role and policy.
Run the pipeline
To run this pipeline from your terminal:
flowpipe pipeline run aws_compliance.pipeline.create_iam_role_and_policyUse this pipeline
To call this pipeline from your pipeline, use a step:
step "pipeline" "step_name" { pipeline = aws_compliance.pipeline.create_iam_role_and_policy }Params
| Name | Type | Required | Description | Default |
|---|---|---|---|---|
| conn | connection.aws | Yes | Name of the AWS connection to be used for any authenticated actions. | connection.aws.default |
Outputs
| Name | Description |
|---|---|
| iam_role_arn | IAM Role ARN output. |
Tags
category = Compliance
folder = Internal
mod = aws
service = AWS/VPC