Skip to content

Commit 8532efe

Browse files
committed
comments
1 parent 652f402 commit 8532efe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.ebextensions/dev.config

100755100644
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ 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+
## Run only one instance during install
1819
aws:autoscaling:asg:
1920
MaxSize: 1
21+
## Faster deployments during dev work
2022
aws:autoscaling:updatepolicy:rollingupdate:
2123
RollingUpdateEnabled: "false"
2224
aws:elasticbeanstalk:command:

0 commit comments

Comments
 (0)