Updated aws cache type to t2.micro

This commit is contained in:
Sam Collins 2017-03-04 10:38:59 +00:00
parent 04146d580e
commit a1f6206dd8
No known key found for this signature in database
GPG Key ID: 233C5943C800FE30
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ Resources:
CacheNodeType:
Fn::GetOptionSetting:
OptionName : "CacheNodeType"
DefaultValue : "cache.t1.micro"
DefaultValue : "cache.t2.micro"
NumCacheNodes:
Fn::GetOptionSetting:
OptionName : "NumCacheNodes"

View File

@ -1,6 +1,6 @@
option_settings:
"aws:elasticbeanstalk:customoption":
CacheNodeType : cache.t1.micro
CacheNodeType : cache.t2.micro
NumCacheNodes : 1
Engine : redis
CachePort : 6379