-
Notifications
You must be signed in to change notification settings - Fork 3
/
env.yaml.production
77 lines (77 loc) · 2.28 KB
/
env.yaml.production
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
AWSConfigurationTemplateVersion: 1.1.0.0
Platform:
PlatformArn: arn:aws:elasticbeanstalk:eu-west-1::platform/Docker running on 64bit Amazon Linux/2.16.7
OptionSettings:
aws:elasticbeanstalk:command:
DeploymentPolicy: RollingWithAdditionalBatch
BatchSizeType: Percentage
BatchSize: '50'
aws:autoscaling:updatepolicy:rollingupdate:
RollingUpdateType: Health
RollingUpdateEnabled: true
aws:elasticbeanstalk:hostmanager:
LogPublicationControl: true
aws:elasticbeanstalk:environment:
ServiceRole: aws-elasticbeanstalk-service-role
EnvironmentType: LoadBalanced
LoadBalancerType: classic
aws:elasticbeanstalk:environment:proxy:
ProxyServer: nginx
aws:elasticbeanstalk:application:environment:
CONFIG_PROFILE: production
aws:elasticbeanstalk:healthreporting:system:
SystemType: enhanced
aws:ec2:vpc:
ELBScheme: public
aws:elb:loadbalancer:
CrossZone: true
aws:elb:listener:80:
ListenerProtocol: HTTP
InstancePort: '80'
InstanceProtocol: HTTP
ListenerEnabled: true
aws:elb:policies:
ConnectionDrainingEnabled: true
ConnectionDrainingTimeout: '20'
ConnectionSettingIdleTimeout: '60'
aws:elb:healthcheck:
Timeout: '10'
Interval: '30'
UnhealthyThreshold: '2'
HealthyThreshold: '3'
aws:elasticbeanstalk:application:
Application Healthcheck URL: /users/1
aws:autoscaling:launchconfiguration:
IamInstanceProfile: aws-elasticbeanstalk-ec2-role
InstanceType: c5.large
MonitoringInterval: 1 minute
aws:autoscaling:asg:
MinSize: '2'
MaxSize: '10'
Cooldown: '300'
aws:autoscaling:trigger:
MeasureName: CPUUtilization
Statistic: Average
Unit: Percent
Period: '1'
BreachDuration: '3'
UpperThreshold: '60'
UpperBreachScaleIncrement: '2'
LowerThreshold: '30'
LowerBreachScaleIncrement: '-2'
aws:rds:dbinstance:
DBEngine: postgres
DBEngineVersion: 9.6.21
DBInstanceClass: db.m5.large
DBAllocatedStorage: '50'
MultiAZDatabase: true
DBDeletionPolicy: Snapshot
DBUser: postgres
DBPassword: IbHHZwBD11rB
EnvironmentTier:
Type: Standard
Name: WebServer
Extensions:
RDS.EBConsoleSnippet:
Order: null
SourceLocation: https://s3.eu-west-1.amazonaws.com/elasticbeanstalk-env-resources-eu-west-1/eb_snippets/rds/rds.json