> For the complete documentation index, see [llms.txt](https://launchnodes.gitbook.io/csm-with-staking-ui/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://launchnodes.gitbook.io/csm-with-staking-ui/updating-frontend-image.md).

# Updating Frontend Image

* Open your [AWS console](https://aws.amazon.com/console) and login into your account.&#x20;
* Open Elastic Container Service(ECS) from the console.&#x20;
* Click on your created cluster.&#x20;
* You will be able to see services which are already running inside your cluster. There will be 3 services already running inside your cluster one is the gateway related service(you are likely to have named this the Validator-G*ateway-S*ervice or something similar), second one is the backend related service(you are likely to have named this the Backend-service) and the third one is the frontend related service(you are likely to have named this the Frontend-service)
* Click on Frontend-service and move to "Configuration and Networking" tab.&#x20;
* 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&#x20;

```
public.ecr.aws/n2u0q7l0/stakinguifrontend:csm-v1.0.6
```

* Scroll down and click on create. Now new revision is created.
* Go back to validator cluster, select 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.
