• EnglishEspañol日本語한국어Português
  • Inicia sesiónComenzar ahora

Te ofrecemos esta traducción automática para facilitar la lectura.

In the event of any inconsistency between the English version and the translated version, the English versionwill take priority. Please visit this page for more information.

Crea una propuesta

Instalación de AWS Elastic Beanstalk para PHP

AWS Elastic Beanstalk es un servicio dinámico que permite un fácil despliegue y escalabilidad para su aplicación PHP. Siga estas instrucciones para instalar AWS con el agente PHP de New Relic.

Sugerencia

Para obtener más información sobre el uso de las herramientas de Amazon con New Relic, consulte Usuario de Amazon Web Services (AWS).

Requisitos

Antes de instalar el agente PHP de New Relic, asegúrese de tener una cuenta de Amazon Web Services compatible. Además, para cualquier instalación de New Relic, necesitará su New Relic . Esta es una cadena hexadecimal de 40 caracteres que New Relic proporciona cuando se registra para obtener su cuenta.

Instalacion

Para instalar el agente PHP de New Relic en AWS Elastic Beanstalk:

  1. En la carpeta .ebextensions dentro de su aplicación Elastic BeanStalk, cree un nuevo archivo llamado newrelic.config.

  2. Agregue el siguiente contenido al archivo:

    packages:
    yum:
    newrelic-php5: []
    rpm:
    newrelic: INSERT_LINK_TO_REPO
    commands:
    configure_new_relic:
    command: newrelic-install install
    env:
    NR_INSTALL_SILENT: true
    NR_INSTALL_KEY: INSERT_LICENSE_KEY
  3. Reemplace INSERT_LINK_TO_REPO con la URL del repositorio adecuada.

    • Para sistemas de 32 bits, utilice http://yum.newrelic.com/pub/newrelic/el5/i386/newrelic-repo-5-3.noarch.rpm
    • Para sistemas de 64 bits, utilice http://yum.newrelic.com/pub/newrelic/el5/x86_64/newrelic-repo-5-3.noarch.rpm
  4. Reemplaza INSERT_LICENSE_KEY con tu New Relic .

  5. Envíe su aplicación a Elastic BeanStalk:

Después de una configuración exitosa, pueden pasar hasta quince minutos antes de que la métrica comience a aparecer en New Relic. Para ver su página APM Summary : vaya a one.newrelic.com > All capabilities > APM & services > (select your app).

Copyright © 2024 New Relic Inc.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.