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 2b2b29a commit 9be829bCopy full SHA for 9be829b
.ebextensions/dev.config
@@ -15,6 +15,17 @@ 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:
25
+ DeploymentPolicy: AllAtOnce
26
+ IgnoreHealthCheck: "true"
27
+ aws:elasticbeanstalk:monitoring:
28
+ Automatically Terminate Unhealthy Instances: "false"
29
30
Resources:
31
## Extend instance security group with SSH rule
0 commit comments