Questions tagged as 'aws'

0
answers

Metrics per recipient on Amazon SES

I'm using Amazon's Simple Email Service to send transactional emails. For this, I created a Python class that uses the AWS SDK for Python, Boto3. One of the parameters of this class, recipients, represents a list of recipients who will receiv...
asked by 16.05.2018 / 01:50
2
answers

AWS Amazon - I changed the default user's ubuntu folder

After changing the default folder of the ubuntu user, I can no longer login, because the private key is not found. What to do?     
asked by 08.05.2018 / 00:30
0
answers

Remove file from bucket on AWS S3

I need help. I'm working with the AWS dropzone.js, c #, and S3 library. I did the upload part of files worked right. Now I need to remove the files from the server if it removes the front end that already works because the library itself supplie...
asked by 27.04.2018 / 21:01
1
answer

AWS SES CURL ERROR [closed]

I'm trying to set up an email server for my website, but when I try to send an email I get this error: Error executing "SendRawEmail" on "https://email.us-east-2.amazonaws.com"; AWS HTTP error: cURL error 7: Failed to connect to email.us-east-...
asked by 25.04.2018 / 15:47
0
answers

Is it possible to filter objects inside a bucket through StorageClass?

Is it possible through the Amazon SDK to filter S3 objects through StorageClass? Currently I use the ListObjects method ( doc reference ) and I pass the ListObjectsRequest object ( doc reference ) and not there is a parameter t...
asked by 25.04.2018 / 16:14
0
answers

DatagramSocket not receiving in the receive method AWS AMAZON EC2

Good evening guys, I have a problem with my code, I'm trying to do the following application. A client - server connection that makes a video stream. It turns out that the code works if I test from one machine to another on a local network....
asked by 15.04.2018 / 00:22
0
answers

Git updating PHP system in production increases CPU consumption

I'm looking for ways to upgrade a PHP system into production, which is in AWS. I started using the codecommit, an Amazon GIT repository, and when I have updates, I commit to the production branch and a script updates the load balancer machines....
asked by 06.04.2018 / 15:59
0
answers

Error downloading AWS S3 Laravel 5.6

I can not download file after clicking the href link ERROR TRIALCONTROLLERNote:requestarrivesatthefilenamepublicfunctiondownload(Request$request){$file=Storage::disk('s3')->get('message_attachments/'.$request->filename);$headers=['...
asked by 29.03.2018 / 19:08
1
answer

MongoDB on the air at AWS

I need a help, I did not find anything practical and accurate in google, I have a node backend and using mongoose, and I can run locally quietly, because in CMD I execute the command 'mongod', and my mongo local is in the air, and I connect by c...
asked by 22.03.2018 / 14:50
0
answers

How to apply an XSL transformation to XML?

I'm developing XSLT for XML in my hands, which makes encoding costly. Is there any tool that is ide / site / plugin to apply an xslt transformation to an xml? XML <?xml version="1.0" encoding="utf-8" ?> <Produtos> <produ...
asked by 07.03.2018 / 14:22