AWS wellarchitected documentation change
Summary
Changed 'AWS CloudFormation' to 'CloudFormation' in infrastructure as code reference
Security assessment
Terminology standardization without altering security context. The security guidance about using IaC tools remains unchanged.
Diff
diff --git a/wellarchitected/latest/sap-lens/best-practice-6-2.md b/wellarchitected/latest/sap-lens/best-practice-6-2.md index f1b5d88a2..5dbf63a3d 100644 --- a//wellarchitected/latest/sap-lens/best-practice-6-2.md +++ b//wellarchitected/latest/sap-lens/best-practice-6-2.md @@ -13 +13 @@ An Amazon Machine Image (AMI) provides the information required to launch an EC2 -AMIs can be either standard images from the operating system vendor or custom images that you build yourself. In both cases, you need to have a consistent approach for ensuring the operating system is secure at launch and maintained in an on-going basis. Using infrastructure as code (IaC) tools such as [AWS CloudFormation](https://aws.amazon.com/cloudformation/) can assist with achieving image security consistency. For HANA-based SAP solutions, the [AWS Launch Wizard](https://aws.amazon.com/launchwizard/) for SAP simplifies the installation process, including pre- and post-installation scripts that can be customized to automate the installation of security components. +AMIs can be either standard images from the operating system vendor or custom images that you build yourself. In both cases, you need to have a consistent approach for ensuring the operating system is secure at launch and maintained in an on-going basis. Using infrastructure as code (IaC) tools such as [CloudFormation](https://aws.amazon.com/cloudformation/) can assist with achieving image security consistency. For HANA-based SAP solutions, the [AWS Launch Wizard](https://aws.amazon.com/launchwizard/) for SAP simplifies the installation process, including pre- and post-installation scripts that can be customized to automate the installation of security components.