#cloudformation | AWS CloudFormation (3)

Infrastructure as Code to provision and maintain AWS resources.

Understanding 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 more

Interacting 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