Describe the bug
Redis stack script in arc-auth yields error during deployment.
getting error: Error: creating ElastiCache Replication Group (arc-poc): InvalidParameterValue: The account does not have any default subnets.
To Reproduce
Steps to reproduce the behavior:
- Navigate to packages/arc-auth/cdk.
- In the terminal run
cdktf deploy redis.
- Approve the resources that will be created.
- See error
Expected behavior
The redis stack should be deployed and all the resources in the stack should be created on aws without any error.
Screenshots

Describe the bug
Redis stack script in arc-auth yields error during deployment.
getting error: Error: creating ElastiCache Replication Group (arc-poc): InvalidParameterValue: The account does not have any default subnets.
To Reproduce
Steps to reproduce the behavior:
cdktf deploy redis.Expected behavior
The redis stack should be deployed and all the resources in the stack should be created on aws without any error.
Screenshots
