ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 57 - AD0-E716 discussion

Report
Export

A developer is working on an Adobe Commerce Cloud project and wants to get connection data for the environment's deployed services. The developer has all of the necessary permissions to do this.

Which two options would the developer take to get the connection credentials? (Choose Two.)

A.
Run the magento-cloud relationships CLI Command.
Answers
A.
Run the magento-cloud relationships CLI Command.
B.
Get the data from the Project Web Interface dedicated section.
Answers
B.
Get the data from the Project Web Interface dedicated section.
C.
Execute ece-tools env:config:show services Command.
Answers
C.
Execute ece-tools env:config:show services Command.
D.
Connect to server via SSH and read $_ENV['services'] variable.
Answers
D.
Connect to server via SSH and read $_ENV['services'] variable.
Suggested answer: A, D

Explanation:

Two options to get the connection credentials for the environment's deployed services are to run the magento-cloud relationships CLI command and to connect to the server via SSH and read $_ENV['services'] variable. The magento-cloud relationships CLI command displays information about the relationships between an environment and its services, such as database, cache, search, etc. The developer can use this command to get the connection data for each service in JSON format.Alternatively, the developer can connect to the server via SSH and read the $_ENV['services'] variable, which contains the same information as the CLI command output. Verified

Reference: [Magento 2.4 DevDocs]3

asked 02/10/2024
Heidar Heidari nia
33 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first