Skip to content

Getting around amazee.io Cloud#

Here are some useful links for navigating amazee.io Cloud.

Cloud Dashboard#

The cloud dashboard is available at https://dashboard.amazeeio.cloud/.

This is how you can view and manage your organizations, projects, or environments. You can also update your user account and your access keys here.

If you're an organization owner, you'll be able to manage projects, users, groups, and notifications. This gives you the ability to easily control who in your organization can access your projects. See Lagoon Organization for more information.

If you're a general user, you'll only have access to projects you've been granted access to, and perform actions based on the role you've been assigned. See Lagoon RBAC for more information.

Logging Dashboard#

Anyone that has access to a project will have access to the logging dashboard to view and search logs.

The logging dashboard is available at https://logs.amazeeio.cloud/.

This is an Elasticsearch service, this means any standard Elasticsearch type query capability is available. For more information on logging see Logging.

amazee.io Cloud API#

The API for amazee.io Cloud is accessible at https://api.amazeeio.cloud/graphql. We recommend that users use the Lagoon CLI where possible to interact with the API, see Lagoon CLI