Questions tagged as 'aws'

4
answers

How do I send transactional e-mail to AWS?

I use an Ubuntu server in AWS and I can not run the PHP mail () function. Do I need to install something on the server or configure something in the AWS Console?     
asked by 29.01.2014 / 21:08
1
answer

Question: how to use python scripts for web?

I want to make a web application that will read colors in RGB of logos and create suggestions of color scales for websites. The algorithm will be in python using OpenCV. The client uploads the image > the image is read by the > the s...
asked by 07.09.2017 / 04:50
0
answers

Error compiling Phalcon on AWS Amazon [closed]

I tried installing phalcon php on Amazon AWS, I had the error below libtool: compile: gcc -I. -I/home/ec2-user/cphalcon/build/64bits -DPHP_ATOM_INC -I/home/ec2-user/cphalcon/build/64bits/include -I/home/ec2-user/cphalcon/build/64bits/main -I/...
asked by 01.05.2016 / 23:51
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

Automatically upload a server instance on Amazon if the other fall

I'm new to aws from amazon, and I recently had a problem that dropped my instance and to resolve I had to create a new instance. Could anyone tell me what strategy I could create so that if my other instance crash goes into execution? Does Auto...
asked by 19.01.2016 / 15:27
1
answer

How to make an RDS instance via Inbound Rules / SecurityGroups receive access from an EC2 instance?

In order for my RDS instance to receive access only from my EC2 instance via Security Group , I create the MySQL permission in Inbound Rules and use Private IP of the EC2 instance or the CIDR of my Subnet ? Both works perfectly. Which...
asked by 04.06.2015 / 08:34
2
answers

Instantiate an object throughout the Java application life cycle

I have an application here in Java that uses the Amazon SDK to send images to an S3 bucket. To do this I use threads, basically it is modeled as follows: The Mai n class has a list of threads and each list item is sent to an Executi...
asked by 29.09.2017 / 14:51
1
answer

How to Transform a Bitmap into java.io.file to send to Amazon S3

I'm having trouble sending a Bitmap to Amazon S3 using the amazon S3's own SDK. To send something to Amazon S3 you need to be a file, such as transforming Bitmap into java.io.file to be able to send through TransferObs...
asked by 14.12.2015 / 18:38
1
answer

Change Tomcat Settings on Amazon ElasticBeanstalk

I'm having difficulty assigning the JDBCHealm properties to the tomcat server. How to include new properties in the server.xml file or in the tomcat-users.xml file when the app is on the amazon server hosted with tomcat server as elasticbeanstal...
asked by 15.09.2016 / 22:14
2
answers

Caused by: java.awt.HeadlessException: No X11 DISPLAY variable was set, but this program performed an operation which re

When trying to run a report containing a still image on an Amazon Linux server. The exception below appears. Has anyone ever been through this? Caused by: java.awt.HeadlessException: No X11 DISPLAY variable was set, but this program performed...
asked by 08.01.2016 / 01:02