Aaron Garrett

Results 8 comments of Aaron Garrett

Pass: ``` AWSTemplateFormatVersion: "2010-09-09" Resources: rS3FullFolderName: Type: AWS::IAM::Role Properties: RoleName: s3_full_folder_name Description: Testing use of folder name PermissionsBoundary: "permissionboundary" MaxSessionDuration: 36000 Policies: - PolicyName: s3_full_folder_name_check PolicyDocument: Version: 2012-10-17 Statement: -...

Sorry, been busy. The rule is there. That is the problem. It seems totally unrelated. All of those IAM s3 policy rules are the ones that are erroring out.

This is a duplicate of a previous issue, but I got too busy and forgot to check on it. The comment on that was that the rules did not appear...

Alright. I could not figure out how to reopen the issue. It is the correct rule, I have just updated the names since the error occurred in an attempt to...

Here is another one that just failed today. Here is the code in the CloudFormation template: ``` rDMSPhysicianPolicyReadWrite: Type: "AWS::IAM::ManagedPolicy" Properties: ManagedPolicyName: "dms-physicianresearch-rw" PolicyDocument: Version: '2012-10-17' Statement: - Effect: Allow...

Following up to see if there's any update.

Following up again as I keep running into this issue and it is causing some issues in my use case.

I will try that in my next release and let you know. Thank you for clarifying. To make sure I'm understanding correctly --> by using "some Resource...." I am confusing...