Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2022 10:04 AM
@Brad Sheridan To do that you have to add the aws_attributes tag within a cluster configuration and there you have the ability to add an instance_profile_arn like so:
"clusters": [
{
"label": "default",
"aws_attributes": {
"instance_profile_arn": "<REDACTED>"
},
I hope this helps!