skip to Main Content

Redis – The parameter CacheSubnetGroupName must be provided and must not be blank

I use the module, https://github.com/cloudposse/terraform-aws-elasticache-redis to provision elasticache redis. Below are the errors when I run terraform apply. I have no clue of these errors. Terraform version: v0.13.5 module.redis.aws_elasticache_parameter_group.default[0]: Creating... module.redis.aws_elasticache_subnet_group.default[0]: Creating... Error: Error creating CacheSubnetGroup: InvalidParameterValue: The parameter CacheSubnetGroupName…

VIEW QUESTION

Installing memcached on Amazon Linux

I am trying to use memcached for PHP on a Amazon Linux EC2 instance. In my PHP script when I call $mc = new Memcached(); the following error gets thrown in /var/log/php-fpm/www-error.log: [06-Sep-2020 00:49:44 UTC] PHP Fatal error: Uncaught Error:…

VIEW QUESTION
Back To Top
Search