Questions tagged as 'aws'

1
answer

Problem in nameserver: "missing nameservers reported by parent"

I am using Amazon AWS with the Route53 tool to manage records in my DNS zone. I've been able to set up the list of nameservers and their response on ping requests, but when doing a test on the IntoDNS > I run into this error, which is perhap...
asked by 20.09.2017 / 20:39
0
answers

Page 404 return only with iOS devices

I published an application on www.yoohood.fun, created with the create-react-app, using an AWS server, and when the user signs in with the Facebook account, it is redirected to the / sync folder. But when someone accesses the iphone, whether thr...
asked by 30.08.2017 / 23:25
1
answer

Python function in AWS Lambda

I need to run the following function below on AWS Lambda : def subset_sum(numbers, target, partial=[]): s = sum(partial) # check if the partial sum is equals to target if s == target: print("sum(%s)=%s" % (partial, target)) if s >...
asked by 15.10.2017 / 05:58
0
answers

Error canceling an image export job on EC2

I created a task for image export and some time after it was no longer needed I wanted to export wanted to cancel but an error occurs. This command: aws ec2 cancel-export-task --export-task-id export-i-fgwr77c4 Return this error: A client...
asked by 02.04.2017 / 00:18
0
answers

Do not end instance during processing [closed]

I have a processing that occurs in my stays, however, sometimes "auto scaling" ends the instance in the middle of the process (which may take a while). I already looked in the documentation for a way to block this at the beginning of the process...
asked by 28.04.2017 / 17:28
0
answers

Send objects larger than 5Gb using SDK Amazon S3

I have been using the Amazon S3 SDK for communications on a cloud server, called DreamHost or DreamObjects. My application upa files to my buckets. However, I started having problems because my files exceeded 5GB, so I had to change the way t...
asked by 26.12.2016 / 17:03
0
answers

Automatic public project deploy for instance on AWS

Question: I would like to know how I can configure Travis CI to automatically deploy a public project from GitHub after running the build and all tests pass. I have noticed this configuration of the .travis.yml file,...
asked by 08.10.2016 / 19:37
0
answers

cronjob curl does not work in aws

Hello, I'm trying to generate a cronjob in Amazon Web Services (aws), tried it in several ways but it does not work. Here is the code:    * / 2 * * * * / usr / bin / curl link using only    / usr / bin / curl link Direct works...
asked by 29.09.2016 / 21:07
0
answers

Confirm email enrollment in an SNS topic automated

I use the SNS service in an application, the following process is done: User informs his location, and if there is no city inserted in the bank is created a record in the table about the city and created a topic in the NHS, right? After the u...
asked by 21.06.2016 / 01:12
1
answer

Sending SNS notifications to Amazon with Laravel

When executing the method - > sns- > publish I have the following error: Error executing "Publish" on "https://sns.us-west-2.amazonaws.com"; AWS HTTP error: Client error: 'POST https://sns.us-west-2.amazonaws.com' resulted in a '400 Bad...
asked by 26.07.2016 / 18:27