Questions tagged as 'ec2'

1
answer

AWS - 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 can handle the load. Therefore, the client requested me to keep the second instance off and start it only when the...
asked by 17.06.2018 / 04:26
0
answers

Is it possible to rename an AWS CloudWatch log?

I have several applications running on aws and each application generates a log when it runs. In CloudWach I get this message:    2018/05 / 25T07.33.27 - 356ef447-0e31-49fd-937b-c5f3974ec1d5 You can change the log for:    APPXXX - 2018...
asked by 25.05.2018 / 14:17
0
answers

DatagramSocket not receiving in the receive method AWS AMAZON EC2

Good evening guys, I have a problem with my code, I'm trying to do the following application. A client - server connection that makes a video stream. It turns out that the code works if I test from one machine to another on a local network....
asked by 15.04.2018 / 00:22
0
answers

FTP External access Amazon ec2 Windows Server

I have an instance of Windows Server 2016 t2.micro, in amazon ec2. I installed IIS with FTP support. I followed this guide to put my ftp accessible externally: link But without effect, in filezilla I get up to "arrive" at the IP address...
asked by 08.12.2017 / 18:13
1
answer

SSL from locaweb on EC2 machine

Hello! I have locaweb services for mail server and domain registration, but my site is in an instance of EC2 (Amazon). I would like to implement HTTPS on my server ... for this, I need an SSL certificate, correct? Locaweb offers this service...
asked by 19.07.2017 / 20:46
0
answers

Place a site with laravel on AWS EC2

I'm new to this kind of environment, I'm having to put an online website on the Amazon Web Service EC2 but I'm not getting it. I have tried to change the document 000-default.conf to the /www/public folder which is the public fo...
asked by 08.01.2017 / 19:58
0
answers

Problem with .htaccess on amazon EC2

I'm migrating a site to Amazon EC2 (ubuntu with apache, php and mysql) and I'm having problems with link routes. My .htaccess file is basically like this: RewriteEngine On Options +FollowSymLinks RewriteRule ^fale-conosco/?$ faleconos...
asked by 07.10.2016 / 16:39
1
answer

Install OpenSSL on AWS EC2 [closed]

I'm trying to install SSL on an AWS EC2 Linux server. And I'm in trouble right from the start. I'm trying to install OpenSSL first. I downloaded and unzipped the link version, but now I do not know which file to use for installation ! A...
asked by 02.02.2016 / 10:27
1
answer

How to upload a Flask server in 0.0.0.0:80 on a Linux Ubuntu 16.04 with python3 on an AWS EC2?

I need to run a Flask server on an EC2 instance. For this we need to solve these two steps: Open this port on EC2 Make Flask run in 0.0.0.0:80 The first step is ok. The door is open to interet: ForthesecondstepI'mfollowingthis video...
asked by 28.11.2018 / 04:57
1
answer

How to access a DB in an AWS EC2 instance, 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? Locally I can use Datagrip and PgAdmin t...
asked by 20.12.2018 / 18:25