1 Answer
- Newest
- Most votes
- Most comments
0
Hi
First, sorry for the inconience caused for your applications, as Engineer i can understand your problem. This is the first time i saw the strage error reported by you, However lets try to debug and i will try to help you as my best.
Regarding Error:
I just tried searching for the Error seems like a Bug, This error indicates that your code is trying to access an element in an array that doesn't exist. In this case, the error is within the **xen-blkfront.c **driver, which handles virtual block devices (storage) on your EC2 instance. I assume because of this your machine is rebooting multiple times.
Best Practices and Recommendations:
- t2.micro instances are known for their "burstable" performance. Such a small instance never recommended for the Production workloads
- You can try to create New machine with larger size than t2.micro, Or try using Simple way with AWS lightsail
- AWS always recommends to use high availability to your applications. https://docs.aws.amazon.com/autoscaling/ec2/userguide/tutorial-ec2-auto-scaling-load-balancer.html
Relevant content
- asked 3 years ago
- Accepted Answerasked 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 7 months ago