Tagged Questions
0
votes
1answer
54 views
Amazon EC2 unable to connect to instance
I had to change keypair on my instance. I have created an EBS AMI image of the original instance and created a new one with the image. I can ping the instance but ssh connection is refused.
One ...
0
votes
1answer
75 views
ec2 instance doesn't start
I have an EBS backed EC2 instance, which doesn't start The system log says:
[ 0.881605] Write protecting the kernel read-only data: 1196k
Loading, please wait...
%GCouldn't get a ...
5
votes
2answers
1k views
Windows Group Policy Startup script is not executed at startup
I have written a .cmd file which calls ten different .exe files. I am able to run this .cmd file locally, on my server, and it works fine.
When I use [gpedit.msc] (Group Policy Editor) for "Computer ...
0
votes
2answers
1k views
Why I cant access my new AWS EC2 instances?
I am new to AWS Ec2. I just launch a instance, uploaded a test.php and test.html, both just display a "Hello world" text.
I copied my public DNS: ec2-XXX-XXX-XXX-XXX.compute.amazonaws.com
But it ...
2
votes
3answers
1k views
Fastest time to get an EC2 instance running
I am considering moving from a VPS to EC2.
EC2 is elastic and so is its pricing; I could boot my instance on demand, then let it shut down if it isn't active by the end of some hourly period.
How ...
8
votes
1answer
2k views
EC2 Startup - How to Tell When Windows Ready?
I am working with Amazon EC2, and I have some Windows AMIs backed with EBS. When I launch a new instance from an EBS snapshot, the EC2Config service prepares the Windows machine for me. I know when ...