Explain how “infrastructure of code” is processed or executed in aws?
Answer Posted / Prashant Jaiswal
Infrastructure as Code (IaC) allows developers to manage and provision AWS resources using code rather than through the AWS Management Console. Tools like AWS CloudFormation, Terraform, and Ansible enable users to define their infrastructure using templates written in JSON, YAML, or other languages. These templates are then used by the IaC tools to create, update, and delete AWS resources.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers