You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Created new ECS "task definition" (using IDGoesHere.dkr.ecr.us-east-1.amazonaws.com/cryptgeon:latest as the "Image URI")
Created new ECS Cluster
Created a new task within the cluster
The task errored out: Error 101
thread 'main' panicked at 'canont reach redis', src/main.rs:28:9
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
[2023-08-25T13:46:52Z ERROR cryptgeon] cannot reach redis
The text was updated successfully, but these errors were encountered:
Would it be possible for you to include documentation that explains how to upload the docker image to ECR?
Alternatively, could you upload (and maintain) a repo. within the public ECR gallery?
Here's what I attempted:
sudo docker build -t cryptgeon .
aws ecr get-login-password --region us-east-1 | docker login --username AWS --password-stdin IDGoesHere.dkr.ecr.us-east-1.amazonaws.com
docker push IDGoesHere.dkr.ecr.us-east-1.amazonaws.com/cryptgeon:latest
IDGoesHere.dkr.ecr.us-east-1.amazonaws.com/cryptgeon:latest
as the "Image URI")thread 'main' panicked at 'canont reach redis', src/main.rs:28:9
note: run with
RUST_BACKTRACE=1
environment variable to display a backtrace[2023-08-25T13:46:52Z ERROR cryptgeon] cannot reach redis
The text was updated successfully, but these errors were encountered: