Questions tagged as 'ec2'

1
answer

Configure domain on Amazon with Route 53 [closed]

I started using AWS recently in the free version and bought a domain in Go Daddy, after I uploaded my instance I tried to configure the domain with that tutorial Basically I allocated an IP with Elastic IP and configured it in Route 53 as d...
asked by 06.08.2015 / 17:09
2
answers

Use 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 AWS services and I had a big question: Can I install Node.js in the same instance of PHP (apache) or should I create an instance for Node separatel...
asked by 10.11.2016 / 17:28
1
answer

Release external access on sql server 2014

I have a machine in amazon, and the sql server is installed but I can not access from outside the server. I would like to know if there is any configuration other than to release the protocol in the Security group.     
asked by 11.08.2014 / 18:31
3
answers

How to access an EC2 instance after losing the Key Pair?

I lost my Access Key Pair to an EC2 server, how do I retrieve it? Is there a way to generate a new Key Pair and add it to an existing instance?     
asked by 18.03.2014 / 06:08
2
answers

Deploy windows service for ec2

Currently when I need to do the automated deploy 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 \ awsdeploy.exe For her, I can pass a co...
asked by 22.12.2015 / 00:17
1
answer

AWS EC2 Disk Problem

I use Amazon and I have an EC2 instance running CentOS 6.5. I recently moved the disk from the machine. I did the procedure to shut down the machine to take a snapshot of the old disk and climb in a new one with the bigger space. When I re...
asked by 26.10.2015 / 21:09
0
answers

Strategies to turn off instances linked to Amazon Elastic Beanstalk

I'm looking for alternatives to turn off managed applications via Elastic Beanstalk for a few hours daily in an effort to reduce costs with AWS. My current setting is: Load balancing EB with auto scaling of at least 1 and at most 2 instan...
asked by 03.10.2018 / 16:12
1
answer

Magento: use multiple stores with a single instance

I think of putting together an EC2 / AWS instance with some stores using Magento. Doubt: would it be possible to create distinct stores with users, clients and other data separated from each other, ie having a single core and instances of this c...
asked by 29.08.2016 / 20:07
1
answer

Problem using CODEIGNITER on Nginx server

My site was hosted on UOLHOST and worked perfectly with the following .htaccess RewriteEngine on RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond $1 !^(index\.php|images|robots\.txt) RewriteRul...
asked by 26.12.2015 / 00:37
1
answer

Delete Virtual Machine Permanently Amazon (EC2 AWS)

I need to delete a virtual machine instance on the AWS console. However, whenever I do the process of selecting the instance and changing its status to "terminate", a new instance is generated automatically. How do I terminate one instance witho...
asked by 15.10.2018 / 19:38