Questions tagged as 'aws'

2
answers

Check the status of a service at Amazon

Well my question is not exactly about code but how to start a project. My question is the following, having a machine in the amazon, inside it there are several services that are running ... my problem is that these services can "fall" and I...
asked by 04.05.2017 / 02:32
1
answer

ec2 aws does not respond to the installed application

I recently received a ec2 to upload an application from a client in it, the application was done in springboot and until then I had no difficulty installing postgres and application as service ( graças ao script ant ),...
asked by 13.03.2017 / 01:08
1
answer

SMTP ERROR: Failed to connect to server: (0)

I'm using AWS Elastic Beanstalk and I can not send mail with PHPMailer. On my local server it works perfectly with exactly the same configuration. AWS Elastic Beanstalk uses Red Hat 4.8.3-9 ... I've tried all PHPMailer troubleshooting technique...
asked by 23.03.2017 / 22:15
1
answer

What are the advantages of providing metadata when inserting object into AWS S3?

No AWS SDK for PHP v3 the method putObject receives various parameters, such as ContentType, ContentEncoding, etc. In its simplest form , I can insert an object only by telling Bucket , Key and SourceFile . $result =...
asked by 09.02.2017 / 15:55
1
answer

Error installing git on 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 is displaying this error: I already gave the command sud...
asked by 11.11.2016 / 22:53
1
answer

What steps to implement SSL / TSL in an ASP.NET MVC application

I'm developing an ASP.NET MVC project and would like to know what processes are required to implement TSL / SSL. I'm really not sure if this is the best place to ask this, but I suppose you might have done this before. Do I need to impleme...
asked by 01.07.2016 / 03:08
1
answer

Store JSON data in amazon RDS

Is there any way to save data from an online JSON in an Amazon bank dynamically? I'm trying to consume data from a website but I'm not getting it.     
asked by 28.04.2016 / 00:15
1
answer

Insert aws KEY API (amazon)

I'd like to know where to insert the Amazon KEY API into my android project. I will use a database installed on Amazon to record and fetch my data. Follow my gradle: dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) t...
asked by 25.06.2016 / 17:51
1
answer

Amazon EC2 Linux server without postfix sending localhost email

I configured a Linux instance in Amazon EC2, I installed the basics to run a PHP application (Apache + PHP + MySQL). What surprised me was when I ran a test using the mail () function of PHP, I usually received it in my email as if it had a...
asked by 24.04.2015 / 08:18
0
answers

Error when requesting AJAX in Elastic Beanstalk - CORS

I have a site in ASP.NET MVC on Amazon (it follows Link ), and it has the following JsonResult: public JsonResult getPessoas(){ List<Pessoa> pessoas = new List<Pessoa>(); for(int i = 0; i++; i < 10) { Pess...
asked by 28.11.2018 / 19:21