AWS elasticbeanstalk documentation change
Summary
Updated multiple 'AWS CloudFormation' references to 'CloudFormation' in resource configuration docs
Security assessment
Branding/naming convention updates. No modifications to security configurations or resource policies.
Diff
diff --git a/elasticbeanstalk/latest/dg/environment-resources.md b/elasticbeanstalk/latest/dg/environment-resources.md index 947cc320a..50c17c3b5 100644 --- a//elasticbeanstalk/latest/dg/environment-resources.md +++ b//elasticbeanstalk/latest/dg/environment-resources.md @@ -9 +9 @@ You may want to customize your environment resources that are part of your Elast -You can use the `Resources` key in a [configuration file](./ebextensions.html) to create and customize AWS resources in your environment. Resources defined in configuration files are added to the AWS CloudFormation template used to launch your environment. All AWS CloudFormation [resources types](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html) are supported. +You can use the `Resources` key in a [configuration file](./ebextensions.html) to create and customize AWS resources in your environment. Resources defined in configuration files are added to the CloudFormation template used to launch your environment. All CloudFormation [resources types](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html) are supported. @@ -81 +81 @@ For `[AWS::IAM::Role](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserG -`{ "Ref" : "hooktopic" }` gets the ARN of the Amazon SNS topic created earlier in the configuration file. The value returned by `Ref` varies per resource type and can be found in the AWS CloudFormation User Guide [topic for the AWS::SNS::Topic resource type](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#d0e62250). +`{ "Ref" : "hooktopic" }` gets the ARN of the Amazon SNS topic created earlier in the configuration file. The value returned by `Ref` varies per resource type and can be found in the CloudFormation User Guide [topic for the AWS::SNS::Topic resource type](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#d0e62250).