AWS Cloudformation: how to manage relationship between configtemplate and environment?
问题 I have a configtemplate which describes things I want in my environment. For example: OptionSettings: - Namespace: aws:autoscaling:asg OptionName: MinSize Value: 1 I use this in my environment (templatename): appEnvironment: Type: AWS::ElasticBeanstalk::Environment Properties: EnvironmentName: xx ApplicationName: xx TemplateName: !Ref appConfiguration VersionLabel: xx It works well. But now I need to add a new optionsetting which contains the URL of the environment: - Namespace: aws