Skip to content

Commit

Permalink
removed iam generation w launch instance
Browse files Browse the repository at this point in the history
  • Loading branch information
okankoAMZ committed Sep 21, 2023
1 parent 0aff915 commit 57726f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packaging/uniformBuild/aws_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,9 @@ func CreateInstanceCmd(client *ec2.Client, image *types.Image, name string) type
},
},
},
IamInstanceProfile: &types.IamInstanceProfileSpecification{
Arn: aws.String(BUILD_ARN),
},
//IamInstanceProfile: &types.IamInstanceProfileSpecification{
// Arn: aws.String(BUILD_ARN),
//},
}

result, err := MakeInstance(context.TODO(), client, input)
Expand Down

0 comments on commit 57726f5

Please sign in to comment.