Questions tagged as 'ec2'

0
answers

Error canceling an image export job on EC2

I created a task for image export and some time after it was no longer needed I wanted to export wanted to cancel but an error occurs. This command: aws ec2 cancel-export-task --export-task-id export-i-fgwr77c4 Return this error: A client...
asked by 02.04.2017 / 00:18
0
answers

Do not end instance during processing [closed]

I have a processing that occurs in my stays, however, sometimes "auto scaling" ends the instance in the middle of the process (which may take a while). I already looked in the documentation for a way to block this at the beginning of the process...
asked by 28.04.2017 / 17:28
0
answers

Problems with memory pool ofMysql memory

Hello, I have a machine EC2 on AWS radando ubuntu server. It turns out the MySql has stopped working and will not come back. The% error% has the following: 160919 21:20:21 [Note] Plugin 'FEDERATED' is disabled. 160919 21:...
asked by 20.09.2016 / 02:29
1
answer

Installing PHP 7 on the Linux AWS EC2 server

I am running the following command: sudo apt-get install php5 libapache2-mod-php5 php5-mcrypt My intention is to install PHP, but this is returning the error: >Lendo listas de pacotes... Pronto >Construindo árvore de dependências...
asked by 08.01.2017 / 17:27
3
answers

Release other HTTP ports Amazon [closed]

Hello, I'm setting up a server on Amazon where I would like to have multiple sites on the same instance. I've set up each site on a single IIS port on the IIS server, but the Amazon firewall only allows me to access port 80 from outside....
asked by 07.03.2016 / 14:18
2
answers

ASP Net Core - Server receives multiple GET requests repeatedly

Hello, I have a server hosted on an EC2 instance, Ubuntu Server on Amazon AWS. No one is performing requests to this server, however, logs displayed in CloudWatch indicate multiple GET operations followed by POST, below are operations that are r...
asked by 09.06.2018 / 06:45
1
answer

Error installing git on EC2 instance with Cent OS 5

I have an ec2 instance newly created using CentOS release 5.11 (Final). One of the first things I tried to do was to install git using: sudo yum install git only that is displaying this error: I already gave the command sud...
asked by 11.11.2016 / 22:53
1
answer

Amazon EC2 Linux server without postfix sending localhost email

I configured a Linux instance in Amazon EC2, I installed the basics to run a PHP application (Apache + PHP + MySQL). What surprised me was when I ran a test using the mail () function of PHP, I usually received it in my email as if it had a...
asked by 24.04.2015 / 08:18
1
answer

Virtual server EC2 receives requests but can not access another host

I have a virtual machine in Amazon AWS with Ubuntu where I installed Apache2, PHP5 and MySql myself. Everything was running well, well configured, my site working very well on it. Until suddenly the virtual machine has stopped accessing other...
asked by 09.05.2014 / 13:49
0
answers

VirtualHost AWS Ubuntu

Hello great linux ninjas. I'm working on AWS ec2 ubuntu, and I need to create a subdomain. I have seen some tutorials but none worked. I created a file in:    / etc / apache2 / sites-available / called admin.conf. In the file I put:...
asked by 31.07.2018 / 17:01