Phase 2: OCAP Automation and S3
Overview
In this section, we're going to write some scripts building off OCAP, plus introduce the python scripts to handle the stopping of OCAP and the upload to S3.
What You'll Learn
This phase covers automating OCAP and setting up cloud storage:
- S3 Setup - Create and configure an S3 bucket for storing recordings
- IAM Roles and AWS Tools - Configure IAM permissions and install AWS tools
- OCAP Scripts - Create scripts for running, stopping, and uploading OCAP recordings
- Task Scheduler - Automate OCAP to start on unlock and stop/upload on lock
Expected Outcome
By the end of this phase, you should have:
- An S3 bucket configured for storing OCAP recordings
- IAM roles configured for EC2 to access S3
- Scripts to run, stop, and upload OCAP recordings
- Task Scheduler automation to trigger OCAP on workstation unlock/lock
Let's get started with S3 Setup →