James Funk

Results 3 issues of James Funk

### Checkboxes for prior research - [X] I've gone through [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide) and [API reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest) - [X] I've checked [AWS Forums](https://forums.aws.amazon.com) and [StackOverflow](https://stackoverflow.com/questions/tagged/aws-sdk-js). - [X] I've searched for [previous similar...

bug
p2
queued

I would like to revisit the custom tags idea from #67 . Where I work, our AWS resources are grouped by a tag for billing purposes. The tag key is...

The IAM role `RunsOn-RunsOnServiceRole-` has this entry: ```json { "Condition": { "StringEquals": { "aws:ResourceTag/stack": "RunsOn" } }, "Action": [ "ec2:TerminateInstances" ], "Resource": "arn:aws:ec2:*:*:instance/*", "Effect": "Allow" } ``` And checking [AWS...