⬆️Updating Frontend Image

  • Open your AWS console and login into your account.

  • Open Elastic Container Service(ECS) from the console.

  • Click on your created cluster.

  • You will be able to see services which are already running inside your cluster. There will be 4 services already running inside your cluster. Click on Frontend-service and move to Configuration and Networking tab.

  • Click on the Task definition.

  • On top right, you will find Create new revision button. Select Create new revision with JSON .

  • In the JSON file, replace image

public.ecr.aws/n2u0q7l0/stakinguifrontend:v1.0.8
  • Scroll down and click on create.

  • Go back to validator cluster, check the box beside Frontend-service and click on update service.

  • In the update page, tick the force new deployment box and select the latest revision.

  • Scroll down and click on update.

Last updated