You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Configure a local EB CLI repository with the PHP platform. Choose a [supported region](http://docs.aws.amazon.com/general/latest/gr/rande.html#elasticbeanstalk_region) that is close to you.
2. Configure SSH. Create a key that Elastic Beanstalk will assign to the EC2 instances in your environment to allow you to connect to them later. You can also choose an existing key pair if you have the private key locally.
56
66
57
-
~/wordpress-beanstalk$ eb ssh --setup
67
+
~/wordpress-beanstalk$ eb init
68
+
Do you want to set up SSH for your instances?
69
+
(y/n): y
70
+
71
+
Select a keypair.
72
+
1) [ Create new KeyPair ]
73
+
(default is 1): 1
74
+
75
+
Type a keypair name.
76
+
(Default is aws-eb): beanstalk-wordpress
58
77
59
78
3. Create an Elastic Beanstalk environment with a MySQL database.
Platform: 64bit Amazon Linux 2016.09 v2.2.0 running PHP 7.0
90
+
Tier: WebServer-Standard
91
+
CNAME: UNKNOWN
92
+
Updated: 2016-11-01 12:20:27.730000+00:00
93
+
Printing Status:
94
+
INFO: createEnvironment is starting.
62
95
63
96
## Networking configuration
64
97
Modify the configuration files in the .ebextensions folder with the IDs of your [default VPC and subnets](https://console.aws.amazon.com/vpc/home#subnets:filter=default), and [your public IP address](https://www.google.com/search?q=what+is+my+ip).
0 commit comments