1,576
edits
Changes
→Task 3: Elastic Beanstalk
== Configure more options ==
=== Software ===
Document root: '''/wordpress'''
Environment properties
DB_HOST: ''your RDS database URL''
DB_NAME: ''initial database name''
DB_USER: '''admin'''
DB_PASSWORD: ''your auto-generated database password''
AUTH_KEY: ''(use gathered info from previous step)''
SECURE_AUTH_KEY: ''(use gathered info from previous step)''
LOGGED_IN_KEY: ''(use gathered info from previous step)''
NONCE_KEY: ''(use gathered info from previous step)''
AUTH_SALT: ''(use gathered info from previous step)''
SECURE_AUTH_SALT: ''(use gathered info from previous step)''
LOGGED_IN_SALT: ''(use gathered info from previous step)''
NONCE_SALT: ''(use gathered info from previous step)''
# Security > Service role: '''LabRole'''
# Security > EC2 key pair: '''vockey'''