2 Answers
- Newest
- Most votes
- Most comments
0
Wordpress is pretty bad at multiple image upload - it's using lots of RAM doing this and will lock up the instance if multiple uploads are done in parallel because of the memory exhaustion.
You'll need to see how to tune up its memory usage, there are many things that can be attempted depending on your case.
answered 3 years ago
Relevant content
- asked a year ago
- asked 5 months ago
- AWS OFFICIALUpdated 6 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago

You can offload the upload images to Amzaon S3 https://docs.aws.amazon.com/lightsail/latest/userguide/amazon-lightsail-connecting-wordpress-to-amazon-s3.html