Skip to content

Commit dd55446

Browse files
committed
dev deployment settings
1 parent ead7cef commit dd55446

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.ebextensions/ssh.config renamed to .ebextensions/dev.config

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@ option_settings:
1515
## Prevent Beanstalk from adding SSH ingress to instance SG
1616
aws:autoscaling:launchconfiguration:
1717
SSHSourceRestriction: tcp, 22, 22, 127.0.0.1/32
18+
aws:autoscaling:asg:
19+
MaxSize: 1
20+
aws:autoscaling:updatepolicy:rollingupdate:
21+
RollingUpdateEnabled: "false"
22+
aws:elasticbeanstalk:command:
23+
DeploymentPolicy: AllAtOnce
24+
IgnoreHealthCheck: "true"
25+
aws:elasticbeanstalk:monitoring:
26+
Automatically Terminate Unhealthy Instances: "false"
1827

1928
Resources:
2029
## Extend instance security group with SSH rule

0 commit comments

Comments
 (0)