AWS acm documentation change
Summary
Replaced all 'ELB' references with 'Elastic Load Balancing' and updated service descriptions
Security assessment
Branding/nomenclature update. Security content about TLS/ACM integration remains equivalent with no new features.
Diff
diff --git a/acm/latest/userguide/acm-services.md b/acm/latest/userguide/acm-services.md index 81036435c..36cbdc631 100644 --- a//acm/latest/userguide/acm-services.md +++ b//acm/latest/userguide/acm-services.md @@ -15 +15 @@ ACM certificates are supported by the following services: -**ELB** +**Elastic Load Balancing** @@ -18 +18 @@ ACM certificates are supported by the following services: -ELB automatically distributes your incoming application traffic across multiple Amazon EC2 instances. It detects unhealthy instances and reroutes traffic to healthy instances until the unhealthy instances have been restored. ELB automatically scales its request handling capacity in response to incoming traffic. For more information about load balancing, see the [Elastic Load Balancing User Guide](https://docs.aws.amazon.com/elasticloadbalancing/latest/userguide/). +Elastic Load Balancing automatically distributes your incoming application traffic across multiple Amazon EC2 instances. It detects unhealthy instances and reroutes traffic to healthy instances until the unhealthy instances have been restored. Elastic Load Balancing automatically scales its request handling capacity in response to incoming traffic. For more information about load balancing, see the [Elastic Load Balancing User Guide](https://docs.aws.amazon.com/elasticloadbalancing/latest/userguide/). @@ -20 +20 @@ ELB automatically distributes your incoming application traffic across multiple -In general, to serve secure content over SSL/TLS, load balancers require that SSL/TLS certificates be installed on either the load balancer or the back-end Amazon EC2 instance. ACM is integrated with ELB to deploy ACM certificates on the load balancer. For more information, see [ Create an Application Load Balancer](https://docs.aws.amazon.com/elasticloadbalancing/latest/application/create-application-load-balancer.html) +In general, to serve secure content over SSL/TLS, load balancers require that SSL/TLS certificates be installed on either the load balancer or the back-end Amazon EC2 instance. ACM is integrated with Elastic Load Balancing to deploy ACM certificates on the load balancer. For more information, see [ Create an Application Load Balancer](https://docs.aws.amazon.com/elasticloadbalancing/latest/application/create-application-load-balancer.html) @@ -80 +80 @@ You cannot associate ACM certificates with an EC2 instance that is not connected -CloudFormation helps you model and set up your Amazon Web Services resources. You create a template that describes the AWS resources that you want to use, such as ELB or API Gateway. Then CloudFormation takes care of provisioning and configuring those resources for you. You don't need to individually create and configure AWS resources and figure out what's dependent on what; CloudFormation handles all of that. ACM certificates are included as a template resource, which means that CloudFormation can request ACM certificates that you can use with AWS services to enable secure connections. In addition, ACM certificates are included with many of the AWS resources that you can set up with CloudFormation. +CloudFormation helps you model and set up your Amazon Web Services resources. You create a template that describes the AWS resources that you want to use, such as Elastic Load Balancing or API Gateway. Then CloudFormation takes care of provisioning and configuring those resources for you. You don't need to individually create and configure AWS resources and figure out what's dependent on what; CloudFormation handles all of that. ACM certificates are included as a template resource, which means that CloudFormation can request ACM certificates that you can use with AWS services to enable secure connections. In addition, ACM certificates are included with many of the AWS resources that you can set up with CloudFormation.