Hej,
I have reserved a Linux and a Windows instances in Amazon EC2. I would like to access between each other through SSH. I have installed cygwin (with openssh package) in the Windows instance but I would like to know how shoud I configure it for accessing to the Linux instance and also being accessed from it?
Thanks in advance ;)
I have an Amazon EC2 micro instance. I believe that this is 1 core (or 2 for periodic bursts) with 4 CPU's. I'm getting confused with the terminology (ECU vs CPU vs Core) but really I would like to see how busy each CPU is. When I look at top it seems to be showing me just the cores. I want to see if my process is be spread out across the…
Good day,
I would just like to know if you guys have any idea what could be the possible cause for a sudden disconnection of clients and 100% cpu utilization in our amazon server. This problem just started 2 days ago and in both occasion it happened at 7 plus in the morning gmt+8. What we usually do is just reset the socket for it to…
I have some Windows servers hosted on Amazon EC2. Some run Windows Server 2003 and other run Windows Server 2008. These are EBS-backed instances. Most of the instances also have some additional EBS-volumes attached.
We want to schedule a daily snapshot of the windows machines (and also the attached EBS-volumes) to S3 so that we have…
Maybe I'm missing the point, but I'd like to setup simple VPN access with software VPN to access my private network on Amazon VPC. I thought OpenVPN would be a great solution for this, and I thought it might make sense to put this on the NAT instance that comes with VPC so I don't have to spend money on another instance. Is there any…
I've been working with Windows Azure and Amazon Web Services EC2 for a good many months now (almost getting to the years range) and I've seen something over and over that seems troubling.
With AWS & Linux I commonly get instance startup times with EC2 around the 1-3 minute range.
With AWS & Windows OS on an EC2 instance it…
I'm running an ec2 instance on ubuntu running lamp stack. I configured my httpd.conf file to support wildcard sub-domain but it didn't work.
My httpd.conf file
NameVirtualHost *
<VirtualHost *>
DocumentRoot /www/example
ServerName example.com
ServerAlias *.example.com
</VirtualHost>
I tried all…
I have set up my websites as directories directly under /var/www/html/ and they are working just fine (the websites are mapped to virtual hosts). So, this is mainly out of curiosity for the moment.
Furthermore, being able to customise this might bring some benefits in the future e.g. branding the elastic IPs my computer…
I am interested in working with Amazon Elastic Beantalk to deploy my new site. A few things that I need to know and can't get an answer to:
1) How can I maintain IIS settings of all deployed and future deployed machines?
2) If I can maintain, what happens if I change the settings on one server, will it automatically set…
I've been running Linux servers on Amazon EC2 for a while now; the experience has been great. I've recently needed to bring up a Windows server to run some Windows-only software that our product needs to use, and am running into a problem figuring out how to install the software, which is only available on DVD.
With…
Ever since I started using Amazon's S3 service I've been struggling to find a good solution for simple file management, without having to write my own app to browse my buckets, upload and delete files, etc.
The best I've found so far to do this is S3Fox. But it's far from perfect, it has problems deleting files and…
My domain name hosted on Route 53 DNS.
Amazon has a guide to do 301 redirection for www. To naked domain by point www. version to a S3 static website with 301 setted up.
My question is, how can I have *.domain.com all have 301 redirec to naked domain name.
I guess either:
Some way to get all wildcard subdomains…
Earlier this year we released a reporting tool that reports on the differences in E-Business Suite database objects between one release and another. That's a very useful reference, but EBS defaults are delivered as seed data within the database objects themselves. What about the differences in this seed data…
ADVISOR WEBCAST: EBS Workflow Overview &
Best Practices - US
PRODUCT FAMILY: ATG - Workflow
February 17, 2011 at 17:00 UK / 18:00 CET /
09:00 am Pacific / 10:00 am Mountain / 12:00 Eastern
This 1.5-hour session is recommended for technical and functional Users who
are interested to…
I have started a new Windows server instance on Amazon EC2.
The security group has the following rules:
Ports Protocol Source
22 tcp 0.0.0.0/0
80 tcp 0.0.0.0/0
443 tcp 0.0.0.0/0
3389 tcp 0.0.0.0/0
53 udp 0.0.0.0/0
-1 icmp 0.0.0.0/0
I am able to ping the public DNS server of the machine and i can connect to…
See the following upcoming webcasts for June, July and August 2012.
Flag Doc ID 740966.1 as a favourite, to keep up to date with latest advisor schedule.
Additionally, see Doc ID 740964.1 for access to all archived advisor webcasts
Oracle E-Business Suite
Oracle…
I have 5 web servers (Apache/mod_perl) behind Amazon EC2 Elastic Load Balancing, when I deploy codes to the web servers, I am doing this..
For each machine, shutdown the Apache
Update the code
Start over the server and proceed to the next server
I think when my server is shutdown, ELB will not…
I have an instance running on Amazon EC2 that I turned into a webserver.
Now I have been looking at cloudwatch, but I do not know if it is the correct tool for the job. Basically I want to get informed when the server is down, for whatever reason.
Maybe the server got hacked, or the server shut…
I am launching an Amazon EC2 instance (Windows Server 2012), and on startup (though User Data field), it runs this powershell script:
<powershell>
NET CONFIG SERVER /AUTODISCONNECT:-1
# clear all prior connections
net use * /delete /y > C:\delLog.txt 2>&1
# mount…
We have a legacy web application that is running in our data center on premises located in Houston. We have a developed a new .net 4 based web application in order to provide new features to customers. The new web application is hosted in amazon aws ec2 environment (N. Virginia region us-east-1b…
We have an app that is going to store and serve up a decent amount of data in S3 to a global audience where latency should be minimized. So, we've been doing tests with Amazon CloudFront and have seen favorable results.
However, we need a thin middleware layer (to do security etc.) and we'd…
I have a VPN with public and private subnets; I am considering only public subnet for now.
The node 10.0.0.23, I can ssh into it. Let's say I want to connect to MySQL on the node using its private address:
ubuntu@ip-10-0-0-23:/$ mysql -u root -h 10.0.0.23
ERROR 2003 (HY000): Can't connect…
I've followed Amazon's steps and list what I've done. I've created 6 subnets (4 private SN1: 10.50.1.0/24, SN2: 10.50.2.0/24, SN3: 10.50.3.0/24, SN4: 10.50.4.0/24) and 2 public (SN5: 10.50.101.0/24 and SN6: 10.50.102.0/24)
-I have a Bastion host and a NAT instance on SN5 and assigned…
Everything what is not shipped as Oracle standard may be called customization. And very often we differentiate between setup and customization, although setup can also be required when working with customizations.This highlights one of the first challenges, because someone needs to…