If you are working in CircleCi trying to deploy AWS stack and you get an error message that says “Invalid template path”. Here is the solution: Move your template file from inside .circleci folder to the same folder level as .circleci
Category: Tech problems and Solutions
Terraform not creating AWS Oracle DB due to Password Error
“Problem” – Error: Error creating DB Instance: InvalidParameterValue: The parameter MasterUserPassword is not a valid password.
“Solution” is to change the special field to false. Just removing the special field input doesn’t work because the default value for the special field is true.
VSCode not starting in Ubuntu
Problem: Suddenly VSCode won’t open in Ubuntu WSL when you type “code .”
Solution: Not sure what solved the problem, but things I tried before it started working again.