amazon-guardduty-tester icon indicating copy to clipboard operation
amazon-guardduty-tester copied to clipboard

guardduty-tester.template fails due to`BastionAutoScalingGroup`

Open ken5scal opened this issue 6 years ago • 2 comments

Running the template, I encountered a failure in CloudFormation-Stack because it failed to create BastionAutoScalingGroup. The error was Received 0 SUCCESS signal(s) out of 1. Unable to satisfy 100% MinSuccessfulInstancesPercent requirement.

I tried to build the stack with the following parameters under the region ap-northeast-1:

VPCCIDR:  172.16.0.16/28
RemoteAccessCIDR: 0.0.0.0/0
PublicSubnetCIDR:172.16.0.0/28
PrivateSubnetCIDR: 172.16.0.16/28
AvailabilityZones: ap-northeast-1a

ken5scal avatar Jul 07 '18 08:07 ken5scal

I recreated the stack, and it seems the AutoScalingGroup has created w/o problem; however for some reason, the stack thinks it's failed and executes rollback.

image

ken5scal avatar Jul 07 '18 09:07 ken5scal

I turned off protection from delete option and re-created the stack. It still fails but creates an instance RedTeam. However, I found that the instance has nothing in it required for running a test such as guadduty_tester.sh, nmap and so on.

ken5scal avatar Jul 07 '18 15:07 ken5scal

Closing this issue due to age.

scottbward avatar Aug 29 '23 18:08 scottbward