ECS and AWS Fargate: How to proceed after creating a cluster and task

0

Enter image description here

Enter image description here

Enter image description here

Enter image description here

Enter image description here

There was an error deploying cs50financeservice Resource handler returned message: "Error occurred during operation 'ECS Deployment Circuit Breaker was triggered'." (RequestToken: 18117225-53b0-3189-70ff-8c3df0ff98e4, HandlerErrorCode: GeneralServiceException)

profile picture
asked 5 months ago792 views
4 Answers
0

Hello.

After you create a task definition, you can start the task within your cluster.
https://docs.aws.amazon.com/AmazonECS/latest/developerguide/standalone-task-create.html

Additionally, by creating an ECS service, you can set up AutoScaling to scale automatically.
https://docs.aws.amazon.com/AmazonECS/latest/developerguide/getting-started-fargate.html#create-linux-service
https://repost.aws/knowledge-center/ecs-fargate-service-auto-scaling

profile picture
EXPERT
answered 5 months ago
0
Task stopped at: 2024-05-09T06:49:08.402Z
InternalError: failed to create container model: failed to normalize image reference "https://hub.docker.com/repository/docker/digitalsplendid/rajeev". Launch a new task to retry.

https://www.canva.com/design/DAGEtpaco18/9vTkMwLZ38bfXEyVq1e8bA/edit?utm_content=DAGEtpaco18&utm_campaign=designshare&utm_medium=link2&utm_source=sharebutton

profile picture
answered 5 months ago
0

The url that I am submitting is public and not private.

profile picture
answered 5 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions