4.7 scripting and automation · TXT

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/17

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 3:09 PM on 8/14/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

18 Terms

1
New cards

Scripting/automation benefits

Speed, consistency (no typos), 24/7 operation without human intervention, faster response than manual processes, frees staff for higher-value work.

2
New cards

Baseline enforcement via automation

Scripts can automatically deploy patches or configurations, ensuring every system gets identical, correct security settings.

3
New cards

Infrastructure configuration automation

Scripts building standardized configurations (routers, firewalls) so new deployments are consistent and include all required security controls by default.

4
New cards

Elastic security scaling

When cloud infrastructure scales up or down, security components must scale alongside it; scripts need to account for firewalls and security devices, not just servers and databases.

5
New cards

Continuous monitoring + auto-remediation

Scripts can watch for conditions, like low disk space, and automatically fix them without waiting for human detection.

6
New cards

Onboarding/offboarding automation

Automatically creating accounts, assigning groups, and granting standard access when an employee joins, and reversing this on departure.

7
New cards

Guardrails

Automated verification that checks input or actions before they execute, preventing mistakes like accidentally deleting the wrong directory.

8
New cards

Guardrails vs task automation

Guardrails are a preventive/verification layer that checks a human's action before it executes, not automation that performs a task itself.

9
New cards

Security group monitoring automation

Automated alerts when membership changes in sensitive groups, e.g. someone added to the administrator group.

10
New cards

Ticket automation

Converting help desk emails into tickets automatically, with automatic assignment based on content.

11
New cards

Automated escalation

Scripts attempt to resolve an issue automatically first; if unsuccessful, they escalate to an on-call technician.

12
New cards

Scheduled service enable/disable

Automating time-bound activation or deactivation of a service without manual intervention.

13
New cards

API-driven automation

Scripts communicating directly with a device's API to make changes programmatically, instead of manual GUI interaction.

14
New cards

Automation risk: complexity/testing burden

Scripts must be thoroughly tested since they interact with multiple systems; errors can propagate.

15
New cards

Automation risk: cost of creation

Scripts require developer time and expertise to build, not free.

16
New cards

Automation risk: single point of failure

If the script itself breaks, everything relying on it breaks too.

17
New cards

Technical debt

Using automation to repeatedly treat symptoms instead of fixing root causes, allowing hidden underlying problems to accumulate unaddressed.

18
New cards

Automation risk: ongoing maintenance

Scripts need updates as underlying systems, OSes, or scripting languages change; they are not build-once-done-forever.