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...
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 ),...
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...
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 =...
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...
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...
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...
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...
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...