Created
July 4, 2016 19:40
-
-
Save juniorb2ss/4cca76b628c160de4b082b36530fd5fe to your computer and use it in GitHub Desktop.
Newrelic Elasticbeanstalk
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
packages: | |
yum: | |
newrelic-php5: [] | |
php56-imap: [] | |
rpm: | |
newrelic: http://yum.newrelic.com/pub/newrelic/el5/x86_64/newrelic-repo-5-3.noarch.rpm | |
commands: | |
configure_new_relic: | |
command: newrelic-install install | |
env: | |
NR_INSTALL_SILENT: true | |
NR_INSTALL_KEY: {yourLicense} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment