Questions tagged as 'ec2'

4
answers

How to get the user id logged in wordpress

I'm doing a php script and I need to get the user id, I have this code: <?php include_once 'wp-load.php'; echo get_current_user_id(); ?> But it returns 0. It's clear that the script I'm doing outside the Wordpress environm...
asked by 04.09.2018 / 02:40
1
answer

Amazon EC2 error IOError Input / Output every 6 or 12 Hours

When I put my project in Amazon EC2, I happened to interact with my application in a moment the error of errno 5 input/output error django I found this ticket reported In my console it appeared to me that my server required to re...
asked by 06.01.2016 / 22:48
0
answers

Manage groups LINUX AMAZON AMI

I have a problem with the groups and their users, all from the creation of a blog for the site. It turns out that for the blog to upload the multimedia archives, I had to give access to the blog folder to the user "apache". Then, to load,...
asked by 15.09.2018 / 23:09
1
answer

AWS CodeDeploy - Error Code: UnknownError, Invalid argument @ rb_sysopen

I am deploying a deploy (CodeDeploy) on a Windows instance (EC2) using TeamCity, but the deploy can not be completed because of the following error:    Error CodeUnknownError       Script Name       Message Invalid argument @ rb_sysop...
asked by 14.03.2018 / 17:05
0
answers

Amazon AWS Install PostgreSQL on my EC2 or create separate RDS service? [closed]

I currently have a Web Service and a Database in PosgreSQL which I need to be in the cloud, I have an EC2 instance where I have tomcat installed, I want to know that they patch me, have the database in the EC2 instacia or get the RDS service and...
asked by 14.08.2016 / 04:45
0
answers

What is the location of the .key, .crt, .ca and CA-bundle files?

I have a Linux 2 instance on Amazon, in which I install a certificate with Certbot as explained here: link What I need is for the certificate to work for me with Nodejs and for that I am following this tutorial: link My problem i...
asked by 10.11.2018 / 21:36
0
answers

Amazon certified problem with Chrome

Create and install an Amazon certificate in my ec2 instance by following this procedure: link But Chrome continues to mark the site as "Not safe". What could be the problem? Thanks     
asked by 09.07.2018 / 04:16
1
answer

I can not ping from a dedicated OVH server to a domain hosted on an AWS EC2 instance

I'm trying to communicate from Curl from a dedicated server at OVH to a service hosted on Amazon's Ec2, but I'm told by an unknow host I tried to ping the domain and it works for me from all places except from the dedicated server. Any sug...
asked by 18.06.2018 / 18:45
1
answer

run libreoffice from php

I'm doing a php script to convert PPT files to PDF. I have my ubuntu instance running on Amazon Ec2. The problem is that when I run from the console: libreoffice --headless --convert-to pdf prueba.ppt It works fine but when I do from php:...
asked by 26.08.2017 / 02:31