AWS solutions documentation change
Summary
Updated terminology from 'solution' to 'guidance' and adjusted documentation links. No technical changes to network architecture or security controls.
Security assessment
Changes are purely terminological (solution -> guidance) and link updates. No modifications to security controls like ALB protocols, VPC design, or bastion host usage that would indicate security fixes or new security documentation.
Diff
diff --git a/solutions/latest/scalable-analytics-using-apache-druid-on-aws/network-infrastructure.md b/solutions/latest/scalable-analytics-using-apache-druid-on-aws/network-infrastructure.md index 67fc4b810..ea07e80c4 100644 --- a//solutions/latest/scalable-analytics-using-apache-druid-on-aws/network-infrastructure.md +++ b//solutions/latest/scalable-analytics-using-apache-druid-on-aws/network-infrastructure.md @@ -3 +3 @@ -[Documentation](/index.html)[Scalable Analytics Using Apache Druid on AWS](https://aws.amazon.com/solutions/implementations/scalable-analytics-using-apache-druid-on-aws)[Implementation Guide](solution-overview.html) +[Documentation](/index.html)[Guidance for Scalable Analytics Using Apache Druid on AWS](https://aws.amazon.com/solutions/guidance/scalable-analytics-using-apache-druid-on-aws)[Implementation Guide](solution-overview.html) @@ -7 +7 @@ -By default, the solution provisions a new Virtual Private Cloud (VPC) consisting of three types of subnets: public, private, and isolated. The subnet type is determined by how you configure routing for your subnets. To read more, refer to the [Subnet types for Amazon VPC](https://docs.aws.amazon.com/vpc/latest/userguide/configure-subnets.html#subnet-types) section. +By default, the guidance provisions a new Virtual Private Cloud (VPC) consisting of three types of subnets: public, private, and isolated. The subnet type is determined by how you configure routing for your subnets. To read more, refer to the [Subnet types for Amazon VPC](https://docs.aws.amazon.com/vpc/latest/userguide/configure-subnets.html#subnet-types) section. @@ -11 +11 @@ Within this configuration, the Druid EC2 instances operate within the private su -The Druid query instances are accessible via an Application Load Balancer (ALB) that exposes only HTTP and HTTPS protocols. An additional bastion host can be deployed to facilitate access to the instances located within the private subnet or the database in the isolated subnet. Additionally, you can deploy the solution within an existing VPC if needed. +The Druid query instances are accessible via an Application Load Balancer (ALB) that exposes only HTTP and HTTPS protocols. An additional bastion host can be deployed to facilitate access to the instances located within the private subnet or the database in the isolated subnet. Additionally, you can deploy the guidance within an existing VPC if needed.