Skip to content

Commit

Permalink
Added capacity rebalancing field
Browse files Browse the repository at this point in the history
  • Loading branch information
rennokki committed Aug 17, 2021
1 parent 62dabb6 commit 33c9490
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .ebextensions/00_custom.config
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
# Here you can define custom parameters for the created AWS resources.
# Each resource will contain details from the docs.

# For more details regarind other resources,
# For more details regarding other resources,
# check the following link: https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/customize-containers-format-resources-eb.html

Resources:
# https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html
# Available Properties: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html
# [Property] Capacity Rebalacing: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html
AWSEBAutoScalingGroup:
Type: "AWS::AutoScaling::AutoScalingGroup"
Properties:
Tags: [{ "Key": "Laravel", "PropagateAtLaunch": True, "Value": "Yes" }]

# CapacityRebalance: True

# Classic Load Balancer: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html
# AWSEBLoadBalancer:
# Type: "AWS::ElasticLoadBalancing::LoadBalancer"
Expand Down

0 comments on commit 33c9490

Please sign in to comment.