⬆️Updating Backend 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 Backend-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/stakinguibackend:v1.0.7
  • Scroll down and click on create.

  • Go back to validator cluster, check the box beside Backend-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.

If you notice that your validator isn’t showing as running on the UI, but you can see attestations on Beaconcha, please don’t start or restart the validator manually. Instead, reach out to us so we can investigate and ensure everything is running smoothly.

Last updated