apptension / saas-boilerplate

SaaS Boilerplate - Open Source and free SaaS stack that lets you build SaaS products faster in React, Django and AWS. Focus on essential business logic instead of coding repeatable features!
https://apptension.com/saas-boilerplate
MIT License
2.14k stars 236 forks source link

Error deploying Redis Cluster #621

Open rickycousins opened 3 hours ago

rickycousins commented 3 hours ago

Describe the bug

On running pnpm saas infra deploy I get the following error:

saas-dev-MainStack | 16/43 | 11:50:25 | CREATE_FAILED | AWS::ElastiCache::CacheCluster | MainRedisCluster/CacheCluster (MainRedisClusterCacheCluster1B65F4FB) Cache Subnet Group saas-dev-main-redis does not exist. (Service: AmazonElastiCache; Status Code: 400; Error Code: CacheSubnetGroupNotFoundFault; Request ID: 20abb506-802c-4fdf-a063-60e04deb017b; Proxy: null)

Steps to reproduce

Run pnpm saas infra deploy on a fresh account

System Info

Tested on dev environment

Logs

Click to expand! ```shell genesis-dev-MainStack | 16/43 | 11:50:25 | CREATE_FAILED | AWS::ElastiCache::CacheCluster | MainRedisCluster/CacheCluster (MainRedisClusterCacheCluster1B65F4FB) Cache Subnet Group genesis-dev-main-redis does not exist. (Service: AmazonElastiCache; Status Code: 400; Error Code: CacheSubnetGroupNotFoundFault; Request ID: 20abb506-802c-4fdf-a063-60e04deb017b; Proxy: null) ```

Validations

rickycousins commented 2 hours ago

Added a PR https://github.com/apptension/saas-boilerplate/pull/622