Skip to main content

Create your first compute

  1. In the top left of the No_Ops portal, click Compute, then select Create compute on the right.

  2. Give your compute a name and code, along with an optional folder to place it in. Then click Create.


Create your first revision

Specify your container resource options and add any extra resources such as a bucket, database or queue.

What is a revision?

A revision is a version of your compute. You can have multiple revisions of a compute, each with different configurations.

  1. Click Create revision.

  2. Add the image tag of your container (will be pushed to ECR in the Add the CLI to your pipeline step) and configure options such as CPU & memory.

  3. Configs are zero trust by default. If you have services that communicate between each other, you'll have to explicitly specify them.


  1. You're ready to go! Click Save in the bottom right.


Container repositories

note

Each compute requires a separate container repository (ECR) which will store your container images.

Each time a compute is created, you'll notice that a container repository is also created by default:


info

If you want to connect your compute to the outside world, check out adding an edge.

Next step