Issue was related to timeout, post timeout i was unable to anything from AWS console as the environment was going into “Invalid State”. Though on EB UI/Cloudwath/Cloudformation logs gave nothing related to it, adding timeout config in “.ebextensions/timeout.config” as
option_settings:
- namespace: aws:elasticbeanstalk:command
option_name: Timeout
value: 1000
Resolved the issue.
Reference: Timeout Error
CLICK HERE to find out more related problems solutions.