AWS prescriptive-guidance documentation change
Summary
Updated author affiliation, removed publication date, added introductory paragraph about IaC and EDP combination, merged two paragraphs about IaC and EDP approaches, changed section title from 'Objectives' to 'Targeted business outcomes'.
Security assessment
Changes are editorial improvements and content reorganization. The mention of 'secure' in the new paragraph refers to general system security but doesn't address any specific vulnerability or security feature. No evidence of security incident response.
Diff
diff --git a/prescriptive-guidance/latest/iac-edp-combo-approach/introduction.md b/prescriptive-guidance/latest/iac-edp-combo-approach/introduction.md index dbdfdfdeb..27e583424 100644 --- a//prescriptive-guidance/latest/iac-edp-combo-approach/introduction.md +++ b//prescriptive-guidance/latest/iac-edp-combo-approach/introduction.md @@ -9 +9 @@ -_Ram Kandaswamy, Amazon Web Services (AWS)_ +_Ram Kandaswamy, Amazon Web Services_ @@ -11 +11 @@ _Ram Kandaswamy, Amazon Web Services (AWS)_ -_October 2025_ ([document history](./doc-history.html)) +The [infrastructure as code (IaC)](https://docs.aws.amazon.com/whitepapers/latest/introduction-devops-aws/infrastructure-as-code.html) practice and [event-driven programming (EDP)](https://aws.amazon.com/what-is/eda/) practice (based on an event-driven architecture) are two different approaches to DevOps. Organizations often use some combination of each approach, but this can lead to unintentional consequences that are counterproductive and even harmful to the organization. This guide provides recommendations, best practices, and guidelines for combining IaC practices with EDP practices in the AWS Cloud in a way that's compatible, secure, and mutually beneficial for both IaC and EDP implementations. @@ -13,5 +13 @@ _October 2025_ ([document history](./doc-history.html)) -The [infrastructure as code (IaC)](https://docs.aws.amazon.com//whitepapers/latest/introduction-devops-aws/infrastructure-as-code.html) practice and [event-driven programming (EDP)](https://aws.amazon.com//what-is/eda/) practice (based on an event-driven architecture) are two different approaches to DevOps. Organizations often use some combination of each approach, but this can lead to unintentional consequences that are counterproductive and even harmful to the organization. This guide provides recommendations, best practices, and guidelines for combining IaC practices with EDP practices in the AWS Cloud in a way that's compatible, secure, and mutually beneficial for both IaC and EDP implementations. - -You can use an IaC approach to provision and manage IT infrastructure resources by using code and creating configuration files (typically JSON or YAML files) that define your infrastructure specifications. An IaC approach is usually combined with a version control system such as Git to manage the configuration files. - -EDP is an approach where you develop code to run in response to events that you define. Typically, the code modifies a resource or its properties. +You can use an IaC approach to provision and manage IT infrastructure resources by using code and creating configuration files (typically JSON or YAML files) that define your infrastructure specifications. An IaC approach is usually combined with a version control system such as Git to manage the configuration files. EDP is an approach where you develop code to run in response to events that you define. Typically, the code modifies a resource or its properties. @@ -27 +23 @@ To use the Amazon Web Services Documentation, Javascript must be enabled. Please -Objectives +Targeted business outcomes