Cookbook to reflect usage of the Cloudformation templates to suit different use cases.
In general, there are different use cases under which these templates can be used. A few of these are supported and detailed below:
- Complete Cloud Video Editing Env with FSx
- This includes VPC, AD, EC2 cloud edit host with FSx filesystem
- Complete Cloud Video Editing Env with Storage Gateway
- This includes VPC, AD, EC2 cloud edit host with FileGateway
- Additional Edit Host(s)
- Allows for creation of an additional edit host (in the same AD, VPC)
- Integrate with existing env. - Edit host + FSx
- Uses the existing AD, VPC and creates a new EC2 Edit Host and FSx filesystem
- Integrate with existing env. - Edit host + SGW
- Uses the existing AD, VPC and creates a new EC2 Edit Host and Storage Gateway (File Gateway type) host
This is essentially a complete Cloud Editing env. Will create:
- A stand-alone VPC across 2 AZs
- A Managed AD domain with an Admin user account
- A single edit host (G4 series) with Teradici installed and NVIDIA Grid drivers configured
- A FSx for Windows filesystem for use in the edit host
- Launch a region-specific stack.
- Launch us-east-1 Stack
- Launch us-west-2 Stack
- Consult the CloudFormation Parameters README for more details on the parameters.
-
Define Make variables for your setup. Run
./configure
accordingly. -
Edit the parameter file
ci/cloud-video-editing-master-with-FSX.json
and change the parameters as needed. More details on parameters can be found here . -
Run the script for creating the cloudformation stack
make create-stack
This is essentially a complete Cloud Editing env. Will create:
- A stand-alone VPC across 2 AZs
- A Managed AD domain with an Admin user account
- A single edit host (G4 series) with Teradici installed and NVIDIA Grid drivers configured
- A Storage Gateway host (File Gateway type) for use in the edit host
- Launch a region-specific stack.
- Launch us-east-1 Stack
- Launch us-west-2 Stack
- Consult the CloudFormation Parameters README for more details on the parameters.
-
Define Make variables for your setup. Run
./configure
accordingly. -
Edit the parameter file
ci/cloud-video-editing-master-with-SGW.json
and change the parameters as needed. More details on parameters can be found here . -
Run the script for creating the cloudformation stack
make create-stack
This assumes a Cloud Editing Stack has already been created and is available for use. Assumes an existing VPC and AD Domain. Creates:
- Single EC2-based edit host
- within the same VPC, and,
- member of the AD domain
- Launch a region-specific stack.
- Launch us-east-1 Stack
- Launch us-west-2 Stack
- Consult the CloudFormation Parameters README for more details on the parameters.
-
Define Make variables for your setup. Run
./configure
accordingly. -
Update the edit host parameter file
ci/cloud-video-editing-edit-host.json
with relevant parameters from the existing stack. More details on parameters can be found here . -
Run the script for creating a single additional host
make create-stack
This assumes an existing VPC and AD Domain. Creates:
-
Single EC2-based edit host
- within the same VPC, and,
- member of the AD domain
-
FSX based file system
- within the same VPC, and,
- member of the AD domain
- Each individual edit host will need to map the network drive individually
- Launch a region-specific stack.
- Launch us-east-1 Stack
- Launch us-west-2 Stack
- Consult the CloudFormation Parameters README for more details on the parameters.
-
Define Make variables for your setup. Run
./configure
accordingly. -
Edit the edit host parameter file
ci/cloud-video-editing-FSX-with-existing-AD.json
. More details on parameters can be found here . -
Run the script for creating a single additional host + FSX filesystem:
make create-stack
This assumes an existing VPC and AD Domain. Creates:
-
Single EC2-based edit host
- within the same VPC, and,
- member of the AD domain
-
SGW based file system
- within the same VPC, and,
- member of the AD domain
- Each individual edit host will need to map the network drive individually
- Launch a region-specific stack.
- Launch us-east-1 Stack
- Launch us-west-2 Stack
- Consult the CloudFormation Parameters README for more details on the parameters.
-
Define Make variables for your setup. Run
./configure
accordingly. -
Edit the edit host parameter file
ci/cloud-video-editing-SGW-with-existing-AD.json
. More details on parameters can be found here . -
Run the script for creating a single additional host + Storage Gateway:
make create-stack
-
Connect using RDP and enter the Teradici license key using the system tray
-
Login using the PCOIP client on your desktop with Domain Admin Password
-
On login, the network drive to the underlying storage system selected will be mapped automatically.