Relative Content

Tag Archive for terraform-provider-awsamazon-elasticachepulumipulumi-python

Pulumi/Terraform refresh of aws elasticache:ReplicationGroup takes 30s each time

I’ve created AWS Elasticache Redis cluster of one node using Replication group object as described here https://www.pulumi.com/registry/packages/aws/api-docs/elasticache/replicationgroup/ . Below is my code that creates one primary node in cluster mode disabled.
Each time I run pulumi refresh it’s stuck for exactly 30 seconds refreshing aws:elasticache:ReplicationGroup, that looks like timeout or something like that, but not as expected behavior.