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

Error invoking scheduled task Error instantiating bean of type [io.micronaut.configuration.lettuce.health.RedisHealthIndicator]

I have the following problem when running this schedule. @Singleton public class TaskScheduler { private static final Logger LOG = LoggerFactory.getLogger(TaskScheduler.class); @Inject private BuildLayerJob buildLayerJob; @Scheduled(fixedDelay = "30s", initialDelay = "30s") public void loadRegistriesDescriptions(){ try { LOG.info("Cargando lista de registries…

VIEW QUESTION
Back To Top
Search