Skip to content

Commit

Permalink
Update the IAM permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
athiruma committed Sep 24, 2024
1 parent 59b46d5 commit 43a1d0d
Show file tree
Hide file tree
Showing 18 changed files with 20 additions and 373 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@
],
"Resource": "*"
},
{
"Sid": "ElasticFileSystem",
"Effect": "Allow",
"Action": [
"elasticfilesystem:DescribeFileSystems",
"elasticfilesystem:DescribeMountTargets",
"elasticfilesystem:DeleteMountTarget",
"elasticfilesystem:DeleteFileSystem"
],
"Resource": "*"
},
{
"Sid": "EC2AccountLevel",
"Effect": "Allow",
Expand Down
Binary file modified iam/clouds/aws/CloudGovernanceInfra/CloudGovernanceInfra.tar
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,15 @@
"rds:DescribeDBInstances"
],
"Resource": "*"
},
{
"Sid": "ElasticFileSystem",
"Effect": "Allow",
"Action": [
"elasticfilesystem:DescribeFileSystems",
"elasticfilesystem:DescribeMountTargets"
],
"Resource": "*"
}
]
}
10 changes: 0 additions & 10 deletions iam/clouds/aws/create_bucket.sh

This file was deleted.

14 changes: 0 additions & 14 deletions iam/clouds/aws/delete/CloudGovernanceDeleteCostExplorerPolicy

This file was deleted.

84 changes: 0 additions & 84 deletions iam/clouds/aws/delete/CloudGovernanceEC2Policy

This file was deleted.

16 changes: 0 additions & 16 deletions iam/clouds/aws/delete/CloudGovernanceELBPolicy

This file was deleted.

31 changes: 0 additions & 31 deletions iam/clouds/aws/delete/CloudGovernanceIAMPolicy

This file was deleted.

11 changes: 0 additions & 11 deletions iam/clouds/aws/delete/CloudGovernancePricePolicy

This file was deleted.

23 changes: 0 additions & 23 deletions iam/clouds/aws/delete/CloudGovernanceS3Policy

This file was deleted.

14 changes: 0 additions & 14 deletions iam/clouds/aws/delete/CloudGovernanceTrailPolicy

This file was deleted.

14 changes: 0 additions & 14 deletions iam/clouds/aws/not_delete/CloudGovernanceCostExplorerPolicy

This file was deleted.

59 changes: 0 additions & 59 deletions iam/clouds/aws/not_delete/CloudGovernanceEC2Policy

This file was deleted.

21 changes: 0 additions & 21 deletions iam/clouds/aws/not_delete/CloudGovernanceELBPolicy

This file was deleted.

31 changes: 0 additions & 31 deletions iam/clouds/aws/not_delete/CloudGovernanceIAMPolicy

This file was deleted.

11 changes: 0 additions & 11 deletions iam/clouds/aws/not_delete/CloudGovernancePricePolicy

This file was deleted.

Loading

0 comments on commit 43a1d0d

Please sign in to comment.