Optimizing CLI script further
- Bash Cheatsheet Refer Here
- Refer Here for the changes done
- We have added positional parameters
- We have created security group if it doesnot exist with the help of
- bash
- jmespath
- Try creating rds if it doesnot exists
- Refer Here for the changes