Zero-click AWS installation failed

After successfully getting a local install working, I decided to try and launch the Zero-click AWS installation using the provided walk-through video and prior experience with local install. Everything was seemingly running fine, and then I got this error and the entire webUI terminal crashed and I can no longer access it. I’ll try reloading an entirely new EC2 instance and just trying again to see if that fixes it. In the meantime, any ideas why this may have occurred? Am I correct to assume that the IAM work fine? Was I suppose to run before going through local launch?:

pip install --upgrade "tutor[full]"

This is the terminal error I got, problem seems to be mongoDB:

2024/04/12 21:20:25 Waiting for http://elasticsearch:9200: Get "http://elasticsearch:9200": dial tcp 172.18.0.15:9200: connect: connection refused.
2024/04/12 21:20:30 Waiting for http://elasticsearch:9200: Get "http://elasticsearch:9200": dial tcp: lookup elasticsearch on 127.0.0.11:53: server misbehaving.
2024/04/12 21:20:35 Waiting for http://elasticsearch:9200: Get "http://elasticsearch:9200": dial tcp: lookup elasticsearch on 127.0.0.11:53: server misbehaving.
2024/04/12 21:20:40 Waiting for http://elasticsearch:9200: Get "http://elasticsearch:9200": dial tcp: lookup elasticsearch on 127.0.0.11:53: server misbehaving.
2024/04/12 21:20:45 Waiting for http://elasticsearch:9200: Get "http://elasticsearch:9200": dial tcp: lookup elasticsearch on 127.0.0.11:53: server misbehaving.
2024/04/12 21:20:50 Waiting for http://elasticsearch:9200: Get "http://elasticsearch:9200": dial tcp: lookup elasticsearch on 127.0.0.11:53: server misbehaving.
2024/04/12 21:20:55 Waiting for http://elasticsearch:9200: Get "http://elasticsearch:9200": dial tcp: lookup elasticsearch on 127.0.0.11:53: server misbehaving.
2024/04/12 21:21:00 Waiting for http://elasticsearch:9200: Get "http://elasticsearch:9200": dial tcp: lookup elasticsearch on 127.0.0.11:53: server misbehaving.
2024/04/12 21:21:05 Waiting for http://elasticsearch:9200: Get "http://elasticsearch:9200": dial tcp: lookup elasticsearch on 127.0.0.11:53: server misbehaving.
2024/04/12 21:21:10 Waiting for http://elasticsearch:9200: Get "http://elasticsearch:9200": context deadline exceeded.
2024/04/12 21:21:10 Failed to wait: timed out: http://elasticsearch:9200.
Error: Command failed with status 123: docker compose -f /home/tutor/.local/share/tutor/env/local/docker-compose.yml -f /home/tutor/.local/share/tutor/env/local/docker-compose.prod.yml --project-name tutor_local -f /home/tutor/.local/share/tutor/env/local/docker-compose.jobs.yml run --rm forum-job sh -e -c bundle exec rake search:initialize
bundle exec rake search:rebuild_indices

Any insight is greatly appreciated!

Thanks,
Ryan