We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 652f402 commit 8532efeCopy full SHA for 8532efe
.ebextensions/dev.config
100755
100644
@@ -15,8 +15,10 @@ option_settings:
15
## Prevent Beanstalk from adding SSH ingress to instance SG
16
aws:autoscaling:launchconfiguration:
17
SSHSourceRestriction: tcp, 22, 22, 127.0.0.1/32
18
+ ## Run only one instance during install
19
aws:autoscaling:asg:
20
MaxSize: 1
21
+ ## Faster deployments during dev work
22
aws:autoscaling:updatepolicy:rollingupdate:
23
RollingUpdateEnabled: "false"
24
aws:elasticbeanstalk:command:
0 commit comments