Please enable JavaScript.
Coggle requires JavaScript to display documents.
Automation - Coggle Diagram
Automation
risks for manual process
does not scale
for a large corporate application, there are not enough people to manually sail the ship
no version control
In case of emergency, it’s helpful to roll back the production stack to a previous version
lack to audit trails
for many compliance and security situations. It’s dangerous to allow people to manually control and edit your environment.
-
-
-
Automation Deployment
You can create an entire infrastructure automatically by using AWS CloudFormation, but there are still some important questions to ask.
Download the newest version of your web app? How do you revert a change if something goes wrong? What if you have 100 servers that run three different apps
AWS System Management:
a set of capabilitities that enable automated configuration and ongoing management of systems at scale in aws, but extends into your on-premises data center,
is a management service that helps you automatically collect software inventory, apply OS patches, create system images, and configure Windows and Linux operating systems.
-
-