#cloudformation | AWS CloudFormation (3)
Infrastructure as Code to provision and maintain AWS resources.
CloudFormation vs Engineers: How to protect your CloudFormation managed AWS account from human intervention
To eliminate human error as much as possible I advised you to follow the idea of Infrastructure as Code implemented by AWS CloudFormation. Changes to your infrastructure like launching a new virtual server or making changes to a firewall configuration a...
Read moreUnderstanding Infrastructure as Code
Infrastructure as Code describes the idea of using a high level programming language to control IT systems. In software development, tools like automated tests, code repositories and build servers are increasing quality of software engineering. If your ...
Read moreInteracting with AWS to turn system diagrams into reality
Generally speaking, you can host any application on AWS. If you interact with AWS, you will always make calls to the API. The API is the interface between you and AWS as figure 1 demonstrates. Figure 1 Tools to interact with the AWS API You will now get...
Read more