dcv_session_manager_infrastructure/dcv_session_manager_infrastructure_stack.py [271:277]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            )
        )
        # Allow to the EF node to download the required files from S3
        role_ef.add_to_policy(
            iam.PolicyStatement(
                effect=iam.Effect.ALLOW,
                actions=[
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



dcv_session_manager_infrastructure/dcv_session_manager_infrastructure_stack.py [306:312]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            )
        )
        # Allow the EF node to modify the loadbalancer
        role_ef.add_to_policy(
            iam.PolicyStatement(
                effect=iam.Effect.ALLOW,
                actions=[
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



