Security Benefits of Using Infrastructure-as-Code | Singapore Government Developer Portal
Have feedback? Please

Security Benefits of Using Infrastructure-as-Code

22 Jul 2021

Infrastructure-as-Code (IaC) is the process of provisioning and managing resources in public clouds using text files that describe infrastructure resource configurations. It is a key feature of the Container Stack (CStack), a cloud-based container hosting platform and one of the Runtime components within the Base Layer of the Singapore Government Tech Stack. Essentially, implementing IaC automates the management of an application’s tech stack and replaces manual effort required for resource management. Some examples of IaC tools include Terraform, Puppet, Ansible and Chef.

This article explains the importance of IaC by discussing its benefits and how it augments defence against risks.

Security_benefits_img01

IaC is part of the Government Trust-based Architecture Framework, and its implementation fulfils the framework’s principle, Optimise with Automation & Orchestration, which aims to achieve the following:

• Fully automated process workflows which provide Continuous Integration and Continuous Delivery (CI/CD) of services built on repeatable compliance baselines.

• Agility to accommodate change requests throughout the DevSecOps process. Key security components to securing IaC require its integration with a trusted CI/CD pipeline that checks for misconfigurations, non-compliance and security risks before code runtime.

Security_benefits_img02

HOW IaC AUGMENTS DEFENCE AGAINST RISKS

These are some examples of how implementing IaC can mitigate risks associated with the application development process.

Security_benefits_img03

Security_benefits_img04

Security_benefits_img05

In summary, IaC helps improve developer productivity and prevents misconfigurations and other cloud-related risks. It is recommended to use IaC templates to bake in security controls and automate the consistent configuration baselines for hosting of workloads on cloud platforms.