Questions tagged as 'aws'

1
answer

Best practices for storing images in Amazon S3 and saving in MySQL

I'm modeling a database, however I'm in doubt as to how I'll handle this part of saving the image in Amazon S3 and referencing it easily in the database. I want to save the URL of the image (hosted on Amazon S3) in a field called "image_url"...
asked by 24.10.2015 / 14:29
2
answers

Amazon SES - Domain Check in DNS Server of Registro.br

I am using the DNS service of the registry.br, I did a domain check through SES that asked me to insert the following code in the TXT line: /xYz24aNPG4mH2k+amyZer8aDRdqcyQ9ZWZ2w1Fcn6w= However, when trying to insert it into the DNS of the r...
asked by 29.07.2014 / 23:33
1
answer

Permission error while sending file to Amazon server

I'm trying to send some site changes to the client server in amazon, but by doing so it returns me that I am not allowed to do this, because the client site is not in /var/www/html but in /var/www . The user I am using does not know...
asked by 22.02.2016 / 15:58
1
answer

How to redirect to a folder and HTTPS at the same time?

I have a site link which is a CNAME from link , where the hosted site is hosted. But I needed to be redirected to the meusite folder of my amazon machine, ie link , but keep it only visible link . I got this with this answer: l...
asked by 23.01.2017 / 13:29
3
answers

How to access an EC2 instance after losing the Key Pair?

I lost my Access Key Pair to an EC2 server, how do I retrieve it? Is there a way to generate a new Key Pair and add it to an existing instance?     
asked by 18.03.2014 / 06:08
2
answers

Problem with use in PHP

I'm developing an application that sends an image to a bucket in amazon and I'm using sdk pure To send use the following code: function especifica(){ require '..\..\lib\aws\aws-autoloader.php'; use Aws\S3\S3Client; define("AC...
asked by 26.12.2016 / 20:18
2
answers

Error accessing amazon's EC2 instance via ssh

I'm trying to access an Amazon EC2 instance via ssh from my linux-ubuntu. I already created the machine on the amazon console, I created a key pair, so I did what I did (for what I understood I had to do) on my pc, I went to the folder where I d...
asked by 24.04.2014 / 05:38
1
answer

Aws change instance EC2 from one region to another

I've created all my instances in Oregon, is there a way for ADM to migrate to Virginia?     
asked by 20.07.2015 / 13:09
1
answer

Amazon AWS - Hosting Site

Good afternoon, I created a plan on Amazon to use the features for free for 12 months. I hosted my application on a windows VM, however I do not know how to point my DNS from the .br registry of my domain to the Amazon server. Does anyone know h...
asked by 08.09.2015 / 20:24
2
answers

Log into separate files with SLF4J on AWS

Has anyone implemented a log using SLF4J to enable the application to separate files by tenant in Amazon environment? I made this implementation in my application, in tomcat running local log files are generated normally, however when I...
asked by 29.01.2016 / 17:06