View Your Application

In the previous section, you deployed your image with Amazon ECS. Now let’s check it out!

  1. When complete, click on your deployed service, npm-app-service. NPM APP Service
  2. Click on the Tasks tab. NPM APP Service Tasks
  3. Ensure the Last status shows RUNNING before going to the next step.
  4. Click on the deploy-npm-app task.
  5. On the Details page of the task, locate the Public IP. NPM APP Task Detail
  6. In your browser, go to https://<Public IP> to view your deployed web application.
  7. Click through the self-signed certificate warning. You should see the following web application.

NPM Application

Congratulations! You have used Amazon ECS Fargate to deploy the image that you built with the JFrog Platform.