mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-25 11:04:04 +03:00
Updated aws cache type to t2.micro (#1067)
This commit is contained in:
parent
04146d580e
commit
d307d47995
|
@ -24,7 +24,7 @@ Resources:
|
||||||
CacheNodeType:
|
CacheNodeType:
|
||||||
Fn::GetOptionSetting:
|
Fn::GetOptionSetting:
|
||||||
OptionName : "CacheNodeType"
|
OptionName : "CacheNodeType"
|
||||||
DefaultValue : "cache.t1.micro"
|
DefaultValue : "cache.t2.micro"
|
||||||
NumCacheNodes:
|
NumCacheNodes:
|
||||||
Fn::GetOptionSetting:
|
Fn::GetOptionSetting:
|
||||||
OptionName : "NumCacheNodes"
|
OptionName : "NumCacheNodes"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
option_settings:
|
option_settings:
|
||||||
"aws:elasticbeanstalk:customoption":
|
"aws:elasticbeanstalk:customoption":
|
||||||
CacheNodeType : cache.t1.micro
|
CacheNodeType : cache.t2.micro
|
||||||
NumCacheNodes : 1
|
NumCacheNodes : 1
|
||||||
Engine : redis
|
Engine : redis
|
||||||
CachePort : 6379
|
CachePort : 6379
|
||||||
|
|
Loading…
Reference in New Issue
Block a user