0

I kept a faulty ec2 instance to standby in ASG, now want to remove it, without bringing it into InService state.

Is there a way where I can remove the instance directly without bringing instance to InService.


| Standby --> Termination |

Sumit Murari
  • 1,597
  • 3
  • 28
  • 43

1 Answers1

2

AFAIK, The instance state transition must go through InService stage and you return the instance to service by exiting the standby state.

enter image description here

S.N
  • 4,910
  • 5
  • 31
  • 51