Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. Conditions:
  2. RestrictAWS: !Not [ !Ref 'AWS::Region', '[IGNORE_REGION]']
  3.  
  4. Resources:
  5. CloudwatchLogsGroup:
  6. Type: AWS::Logs::LogGroup
  7. Properties:
  8. ...
  9. ...
  10. ...
  11. ECSEC2Role:
  12. Type: AWS::IAM::Role
  13. Properties:
  14. ...
  15.  
  16. ECSEC2InstanceProfile:
  17. Type: AWS::IAM::InstanceProfile
  18. Properties:
  19. ...
  20. ...
  21. EC2InstanceProfile:
  22. Type: AWS::IAM::InstanceProfile
  23. Properties:
  24. ...
  25. ...
  26. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement