Creating a New Batch Job Type For The 2SL Job Execution Framework
ACM.438 Deploy a 2SL Job Execution Environment — Step 1 — The job container and a script to run it
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚙️ Part of my series on Automating Cybersecurity Metrics. The Code.
🔒 Related Stories: AWS Security | Application Security | Batch Jobs
💻 Free Content on Jobs in Cybersecurity | ✉️ Sign up for the Email List
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In the last post, I explained what a job execution environment is for the 2nd Sight Lab Job Execution Framework.
In the next series of posts I’m going to build out that environment piece by piece. In the end you’ll have a job that you can execute using the 2nd Sight Lab Job Execution Framework to create a new environment for future jobs.
The difference with this job is that we haven’t yet created our job execution environment, so the job will pull credentials from CloudShell. As mentioned I don’t recommend using CloudShell for the reasons outlined in a prior post, but I don’t…