deployment: Comment Cloudformation Lambda purpose

pull/707/head
cruizba 2022-03-23 17:22:09 +01:00
parent fa5cd75e3c
commit 05b8da962e
1 changed files with 6 additions and 1 deletions

View File

@ -651,6 +651,9 @@ Resources:
DeleteOnTermination: true
VolumeSize: 200
##########
# Security groups
##########
KMSSecurityGroup:
Type: 'AWS::EC2::SecurityGroup'
Properties:
@ -813,7 +816,9 @@ Resources:
EIP: !Ref PublicElasticIP
##########
# Lambda to Copy original AMI to the deployment region
# Lambda which complements Cloudformation to:
# 1. On create: Copy original AMIs from eu-west-1 to the deployment region
# 2. On Delete: Removes media nodes created by OpenVidu Server PRO
##########
CloudformationLambdaRole:
Type: 'AWS::IAM::Role'