Assign elastic ip to ec2 instance
|
03-16-2015, 11:18 PM
(This post was last modified: 03-18-2015 04:25 PM by suraj.)
Post: #1
|
|||
|
|||
Assign elastic ip to ec2 instance
I have a Webpagetest private instance (ec2 instance) running on AWS.
Which is able to start and stop the test agents as needed. I want to assign the elastic IP to these test agents once server starts them to access our internal server. Is there a way to assign an elastic ip address to the agent started by private instance ? |
|||
08-12-2015, 10:49 PM
Post: #2
|
|||
|
|||
RE: Assign elastic ip to ec2 instance
I have the same issue. I took a look at the code and it does not seem to be possible.
Is there another way to test internal servers? |
|||
08-12-2015, 11:52 PM
Post: #3
|
|||
|
|||
RE: Assign elastic ip to ec2 instance
I solved this problem using custom ruby scripts.
I used aws cli to get the running instance and assign elastic ip to it. i don't know if pmeenan have solved this now. |
|||
08-13-2015, 12:04 AM
Post: #4
|
|||
|
|||
RE: Assign elastic ip to ec2 instance
So you run webpagetest and then for each agent you give it an EIP? Could you give us more info?
|
|||
08-13-2015, 12:20 AM
Post: #5
|
|||
|
|||
RE: Assign elastic ip to ec2 instance
https://aws.amazon.com/cli/
refer this doc, it is very helpful. |
|||
08-13-2015, 01:05 AM
Post: #6
|
|||
|
|||
RE: Assign elastic ip to ec2 instance
Ah, cool I will give it a go but it would be great to be done from webpagetest
|
|||
08-13-2015, 02:28 AM
(This post was last modified: 08-13-2015 02:30 AM by suraj.)
Post: #7
|
|||
|
|||
RE: Assign elastic ip to ec2 instance
yes, i was also expecting this, but did not get reply from webpagetest so i had to choose the option of writing custom scripts.
|
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)