Updated aws cache type to t2.micro (#1067)

This commit is contained in:
Sam Collins 2017-03-04 20:37:26 +00:00 committed by Daniel Roy Greenfeld
parent 04146d580e
commit d307d47995
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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