Most voted "ec2" questions
Amazon Elastic Compute Cloud (Amazon EC2) is a web service that provides scalable computing capacity in the cloud. It was developed to facilitate web-scale computing for developers.
Learn more…34 questions
Sort by count of
-
7
votes1
answer1641
viewsSet up domain on Amazon with Route 53
I started using AWS recently in the free version and bought a domain in Go Daddy, after I moved up my instance I tried to configure the domain with this tutorial I basically allotted an IP with…
-
4
votes2
answers399
viewsUsing Node.js and PHP on the same server (Amazon EC2)
My site is made "totally" in PHP and I used Node.js for the real-time chat part. I’m using the services of AWS and I came up with a big question: I can install Node.js in the same PHP instance…
-
3
votes1
answer1251
viewsFree external access in sql server 2014
I have a machine on Amazon, and sql server is installed but I can’t access from outside the server. I wonder if there are any settings besides releasing the protocol in Security group.
-
3
votes0
answers110
viewsStrategies to disconnect instances linked to Amazon Elastic Beanstalk
I’m looking for alternatives to shut down managed applications via Elastic Beanstalk for a few hours daily in order to reduce costs with AWS. My current setting is: EB type "load Balancing" with…
-
2
votes3
answers6522
viewsHow to access an EC2 instance after losing the Key Pair?
I lost my Key Pair from accessing an EC2 server, how do I recover it? Is there any way to generate a new Key Pair and add to an existing instance?
-
2
votes1
answer70
viewsAWS EC2 Disk Problem
I use Amazon and I have an EC2 instance running Centos 6.5. I recently went to change the machine’s disk. I made the procedure of turning off the machine to take a snapshot of the old disk and climb…
-
2
votes2
answers91
viewsWindows Service Deploy for ec2
Currently when I need to make the automated deployment of my web application to Amazon’s EB (Elastic Beanstalk), I use the command line tool below: C: Program Files (x86) AWS Tools Deployment Tool…
-
2
votes1
answer199
viewsHow to make an Amazon EC2 instance listen to the 5000 port via HTTP?
An instance EC2 Ubuntu that has installed Nodejs with an app that responds on port 5000 with the Node command. I started the Nodejs node app.js through the terminal (ssh) and tried to access through…
-
1
votes1
answer42
viewsMagento: use multiple stores with one instance
I think of setting up in an instance EC2/AWS some stores using Magento. Doubt: it would be possible to create distinct stores, with users, customers and other data separate from each other, that is,…
-
1
votes2
answers897
viewsProblem using CODEIGNITER on Nginx server
My site was hosted at UOLHOST and worked perfectly with the following . htaccess RewriteEngine on RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond $1…
-
1
votes0
answers18
viewsDo not terminate instance during processing
I have a processing that occurs in my Offices, however, sometimes the "auto scaling" ends the instance in the middle of the process (which may take). I have already looked in the documentation for a…
-
1
votes0
answers131
viewsProblems with memory buffer pool doMysql
Hello, I have a machine EC2 in AWS radando Ubuntu server. It turns out that the MySql stopped working and does not come back anymore. The log error shows the following: 160919 21:20:21 [Note] Plugin…
-
1
votes0
answers30
viewsError cancelling an image export job in EC2
I created a task to export image and some time after no longer being necessary I wanted to export I wanted to cancel but an error occurs. This command: aws ec2 Cancel-export-task --export-task-id…
-
1
votes1
answer171
views -
0
votes1
answer107
viewsVirtual server EC2 receives requests but cannot access another host
I have a virtual machine on Amazon AWS with Ubuntu where I installed Apache2, PHP5 and Mysql. It was all running well, well configured, my site working very well on it. Until suddenly the virtual…
-
0
votes1
answer515
viewsAmazon EC2 Linux Server without postfix sending email localhost
I set up a Linux instance on Amazon EC2, installed the basics to run a PHP application (Apache + PHP + Mysql). What surprised me was when I did a test using the function mail() PHP, I received in my…
-
0
votes3
answers3672
viewsRelease other Amazon HTTP ports
Hello, I am setting up a server on Amazon where I would like to have multiple sites in the same instance. I set up on the IIS server each site on a port, but the Amazon firewall only allows me to…
-
0
votes1
answer36
viewsError installing git in 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 you’re making that mistake:…
-
0
votes2
answers430
viewsInstall PHP 7 on the AWS EC2 Linux server
I am executing the following command: sudo apt-get install php5 libapache2-mod-php5 php5-mcrypt My intention is to install PHP, but this turning the error: >Lendo listas de pacotes... Pronto…
-
0
votes1
answer174
views -
0
votes0
answers248
viewsPlace a site with Laravel on AWS EC2
Good am new in this type of environment I need to put an online website in Amazon Web Service EC2 but I’m not getting. I tried to change the document 000-default.conf to the folder /www/public which…
-
0
votes1
answer20
viewsAWS - Start Second Instance Via Cloudwatch
Hello, I have a scenario with 2 instances, in a "load balance on iis - Windows Server", but most of the time, only one instance holds the load. Therefore, the client requested me, to keep the second…
-
0
votes0
answers220
viewsProblem with . htaccess on Amazon EC2
I am migrating a site to Amazon EC2 (Ubuntu with apache, php and mysql) and I am having problems with links routes. My file .htaccess is basically like this: RewriteEngine On Options +FollowSymLinks…
-
0
votes0
answers906
viewsFTP External access Amazon ec2 Windows Server
I have an instance of Windows Server 2016 t2.micro on Amazon ec2. I installed IIS with FTP support. I followed this guide to make my ftp accessible externally:…
-
0
votes1
answer60
viewsHow to access a DB in an AWS EC2 port, using Datagrip or Pgadmin locally
I have an instance on AWS EC2 that has a Database on Postgres (not on Amazon RDS). I would like to access it using some tool like Datagrip or Pgadmin on my local computer. Is it possible? How to do?…
-
0
votes1
answer122
viewsDownload Laravel dependencies via Composer in AWS EC2
I cloned an Laravel project on a linux server EC2 and when I will download the dependencies via Build it gives the error Do not run Composer as root/super user! See https://getcomposer.org/root for…
-
0
votes0
answers40
viewsSending a GET request
I am trying to send a GET request to another computer (Win Server R2 2008), from an EC2 AWS (Linux) instance via Curl by command $curl -X GET --header "Authorization: bearer <token>"…
-
0
votes2
answers143
viewsASP 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 making requests to this server, however, logs presented in Cloudwatch indicate multiple GET operations…
-
0
votes1
answer504
viewsHow to upload a Flask server in 0.0.0.0:80 on Ubuntu 16.04 Linux with python3 on an AWS EC2?
I need to run a Flask server in an EC2 instance. For this we need to solve these two steps: Open that door in EC2 Make Flask rotate in 0.0.0.0:80 The first step is ok. The door is open to interet:…
-
0
votes1
answer82
viewsapplication springboot does not connect with mysql in the Docker environment
I’m starting in the container world, and when trying to upload an application developed in Springboot with mysql integration in Docker in an aws ec2, the application does not connect to mysql.…
-
0
votes0
answers14
viewsRstudio Server, with Shiny on AWS
all right? See if you can help me with a question. I use Rshiny for a Dashboard where I work, last month we migrated this application to a virtual machine (aws), installed the Rstudio server and…
-
0
votes0
answers11
viewsAWS - Pipeline when running deletes folders. How do you change this behavior?
Using an EC2 instance, along with codecommit, codebuilder and codedeploy, I have a folder structure at the root that looks like the following: root api (API codes in PHP) backend (PHP administrative…
-
-1
votes1
answer70
viewsVirtualhost AWS Ubuntu
Hello big linux ninjas. I’m working on the AWS ec2 Ubuntu, and I need to create a subdomain. I saw some tutorials but none worked. I created a file on: /etc/apache2/sites-available/ called…
-
-1
votes1
answer214
viewsCORS problem in Spring-Rest API and Ionic3 front-end
I have developed a Back-end Rest application using spring-Rest and front-end in Ionic. I am facing a CORS configuration problem. In Resources methods I used the annotation @CrossOrigin to free all…