AWS elasticbeanstalk documentation change
Summary
Changed 'AWS CloudFormation' to 'CloudFormation' in security group modification instructions
Security assessment
Minor terminology update. The warning about private key security and HTTPS configuration remains unaffected.
Diff
diff --git a/elasticbeanstalk/latest/dg/https-singleinstance-nodejs.md b/elasticbeanstalk/latest/dg/https-singleinstance-nodejs.md index 16582ac31..a392ff0b7 100644 --- a//elasticbeanstalk/latest/dg/https-singleinstance-nodejs.md +++ b//elasticbeanstalk/latest/dg/https-singleinstance-nodejs.md @@ -113 +113 @@ Avoid committing a configuration file that contains your private key to source c -In a single instance environment, you must also modify the instance's security group to allow traffic on port 443. The following configuration file retrieves the security group's ID using an AWS CloudFormation [function](./ebextensions-functions.html) and adds a rule to it. +In a single instance environment, you must also modify the instance's security group to allow traffic on port 443. The following configuration file retrieves the security group's ID using an CloudFormation [function](./ebextensions-functions.html) and adds a rule to it.