Balman Rawat

Results 16 issues of Balman Rawat

**Summary** I think the Readme should only contain the services that are not supported so that it will become easier to verify.

eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee

### Scenario When I was running the **aws-nuke** in my AWS CodeBuild project, AWS nuking process was constantly being killed by the CodeBuild during **data gathering phase** where **aws-nuke** scans...

kind/enhancement
status/help-wanted

I have been running the **aws-nuke** from my machine using permanent AWS credentials but as I transitioned from my machine to AWS Codebuild I have to use the temporary Credentials...

status/waiting-reponse

**Summary** If we deploy massive amount of the CloudFormation stacks concurrently then we might encounter rate throttle limits like below: ![image](https://user-images.githubusercontent.com/8892649/230540262-c59e0069-0c9b-4ac9-b1f6-af52833b3e52.png) **Acceptance Criteria:** In the scope of this issue we...

Right now the sample configuration looks sth like shown below where we are not sure if we can make use of **defaults** and **override any specific** configuration from individual flow....

**Summary** Example Compose file: ```yaml Description: Sample CloudFormation Compose file Vars: ENV_NAME: cfn-compose ENV_TYPE: nonproduction SUBNET_ID: "subnet-033274e18559e7bde" VPC_ID: "vpc-0001e3b703212c9cb" Flows: SecurityGroup: Order: 0 Description: Creates Security Group Stacks: - template_file:...

**Summary** The number of concurrent go routines spun at the moment is directly related with number of flows being sent in the configuration. Example below configuration **spins two go routines**...

**Summary** Right now to run the **cfnc** command either you need to install `Golang` and compile or install the compiled **cfnc** binary. Both of them might not be the right...

The installation instructions at Readme should include: - brew for macos - script for linux - script for windows