Riyaz Walikar

Results 5 issues of Riyaz Walikar

The following create operations fail with `Error creating DB Instance: InvalidParameterCombination: Cannot find version 9.6 for postgres` error. - `./cloudgoat.py create codebuild_secrets` - `./cloudgoat.py create rce_web_app`

Currently AWS limits number of VPCs to 5. Creating any 5 scenarios that require a VPC exhausts this limit and all `create` commands fail with a `error creating EC2 VPC:...

enhancement

added new aws and google cloud links. fixed some markdown formatting.

### What does this PR do? - Fixed variable name typos - Added a check for configmaps as devs tend to store creds in them all the time - Added...

Needed to add the hash of the assembly to `sys.trusted_assemblies` on `Microsoft SQL Server 2019 (RTM) - 15.0.2000.5 (X64)` Ran the following before `CREATE ASSEMBLY` ``` EXEC sp_add_trusted_assembly 0x35acf108139cdb825538daee61f8b6b07c29d03678a4f6b0a5dae41a2198cf64cefdb1346c38b537480eba426e5f892e8c8c13397d4066d4325bf587d09d0937,N'HttpDb, version=0.0.0.0,...