Questions tagged as 'aws'

1
answer

Upload files to S3 using Multithreading in Python

I have a folder with thousands of files to upload to my S3, for now I do it like that, without problems: for x in images_full_path: data = open(x,'rb') name_file = os.path.basename(x) s3.Bucket(bucket_name).put_object(...
asked by 11.07.2017 / 18:15
2
answers

How to use Python properly for automation test using aws device farm

I have a mobile application and I want to use aws device farm to perform automation test . I am working on Mac, I have tried a simple test of my Android application: touch a button of sign in , type username and password and login. I us...
asked by 23.03.2016 / 16:46
1
answer

How to find the path of a folder on android?

I am using the AWS SDW (Amazon Web Services) to send data to the AWS IOT with my application. In this application I first have to connect with AWS IOT. The method to connect me needs a keyStore. I have this keyStore and I have it saved in a fold...
asked by 17.04.2017 / 16:24
1
answer

How to install PHP modules with Dockerfile for instances of ElasticBeanstalk AWS

I need to install the mysqli and zip extensions in a Docker image, use the Dockerfile file to run the installation in my instances but with no results. this is my Docker file file: FROM php:5.6-fpm RUN docker-php-ext-install mysqli mysqlnd...
asked by 12.09.2016 / 18:25
2
answers

Run Angular on AWS and link to a domain

I'm trying to raise an instance in AWS with Angular but I could not. I created my instance in EC2, with their respective groups and routing rules (including ports 22, 80, 443 and 4200) I created my elasticIP With my Key Pair I have...
asked by 13.12.2018 / 00:27
1
answer

How can I read a certain line of a csv file, keeping in mind that the process was stopped?

This in the dilemma of how to do to read a csv of 1,000,000 records and go back to the line that process previously. This would happen when the process stops in the middle, that is, I need to return it from the last point. I imagined how to w...
asked by 02.06.2017 / 03:40
1
answer

Cloudfront cachea web de s3

I have a static web in an AWS bucket s3, linked to cloudfront. The problem is that when modifying the index.html and the folders of css and js, when refreshing does not load the new content, the old one appears. I tried to put the TTL to 0...
asked by 09.03.2017 / 20:42
1
answer

AWS - migrate wordpress from one instance to another

I have a WordPress Certified by Bitnami instance with a store in woocomerce that had a problem sending mails from the sales / purchases made, the error was because the date and time in the instance was desynchronized and to correct it I followed...
asked by 08.06.2018 / 03:54
1
answer

AWS CodeDeploy - Error Code: UnknownError, Invalid argument @ rb_sysopen

I am deploying a deploy (CodeDeploy) on a Windows instance (EC2) using TeamCity, but the deploy can not be completed because of the following error:    Error CodeUnknownError       Script Name       Message Invalid argument @ rb_sysop...
asked by 14.03.2018 / 17:05
0
answers

Many files are generated in Tomcat's temporary folder

One of our clients informed us that the application that we did for them and that is hosted on AWS was falling constantly. We started to review the logs and discovered that the server was falling and throwing the following exception: "too man...
asked by 17.04.2018 / 15:51