QuestionQ19

Setup/configuring Adobe Commerce Cloud

A developer is working on an Adobe Commerce Cloud project and needs to obtain connection data for the environment’s deployed services. The developer has all required permissions to do so.

Which two actions can the developer take to retrieve the connection credentials?

Choose two
  • A Run the magento-cloud relationships CLI command.
  • B Get the data from the Project Web Interface dedicated section.
  • C Execute ece-tools env:config:show services command.
  • D Connect to server via SSH and read $_ENV[‘SERVICES’] variable.
Explanation

Adobe Commerce Cloud stores deployed-service endpoint and credential information in service relationships. magento-cloud relationships displays the relationship data, and ece-tools env:config:show services displays the configured service relationships. These details can include the host, port, username, and password. The applicable environment variable is MAGENTO_CLOUD_RELATIONSHIPS, not SERVICES.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!