• /
  • ログイン
  • 無料アカウント

Configure the infrastructure agent on AWS Elastic Beanstalk

Amazon Web Services (AWS) Elastic Beanstalk is a dynamic service that allows easy deployment and scalability for your applications. Follow these instructions to deploy the infrastructure agent to the instances launched with your AWS Elastic Beanstalk applications.

In addition to deploying the infrastructure agent you can also integrate New Relic with AWS and bring Elastic Beanstalk monitoring information into New Relic. If you haven't already done so, follow these instructions for Amazon integrations with infrastructure monitoring.

Requirements

Make sure you have a supported Amazon Web Services account. In addition, for any New Relic installation, you will need your New Relic license key. This is a 40-character hexadecimal string that New Relic provides when you sign up for your account.

Install the infrastructure agent

To install the infrastructure agent on instances launched with AWS Elastic Beanstalk:

  1. In the .ebextensions folder inside your Elastic BeanStalk application, create a new file named newrelic.config.

  2. Based on the operating system, add the following content to the file, replacing YOUR_LICENSE_KEY with your New Relic license key.

  3. Push your app to Elastic BeanStalk:

    • In general, use eb deploy.
    • If you are still using Eb CLI 2.6 , use git aws.push if required.
    • Optional: Use the AWS Console UI.

After a successful setup, it can take up to fifteen minutes before metrics begin to appear in New Relic. View your host's infrastructure pages at one.newrelic.com.

Uninstall the infrastructure agent

To uninstall the agent, remove newrelic.config from .ebextensions, then deploy using the CLI.

その他のヘルプ

さらに支援が必要な場合は、これらのサポートと学習リソースを確認してください:

問題を作成するこのページを編集する
Copyright © 2020 New Relic Inc.