mirror of
https://github.com/opensupports/opensupports.git
synced 2025-04-08 18:35:06 +02:00
Merge 1b98d7dbbab018931d111093edfcf42236bcb809 into 20720ca4f9175373ee8075fc18ce823707350534
This commit is contained in:
commit
f69e3aa55f
24
iamrole.yml
Normal file
24
iamrole.yml
Normal file
@ -0,0 +1,24 @@
|
||||
Resources:
|
||||
MyIAMRole:
|
||||
Type: AWS::IAM::Role
|
||||
Properties:
|
||||
RoleName:
|
||||
MyCloudFormationRole:
|
||||
AssumeRolePolicyDocument:
|
||||
Version:'2012-10-17'
|
||||
Statement:
|
||||
Effect: Allow
|
||||
Principal:
|
||||
Service:
|
||||
'cloudformation.amazonaws.com'
|
||||
Action:'sts:AssumeRole'
|
||||
Policies:
|
||||
PolicyName: MyPolicy
|
||||
PolicyDocument:
|
||||
Version: '2012-10-17'
|
||||
Statement:
|
||||
Effect:Allow
|
||||
Action:
|
||||
:'s3:CreateBucket'
|
||||
:'s3:PutObject'
|
||||
Resource:'*'
|
Loading…
x
Reference in New Issue
Block a user