Questions tagged as 'aws'

0
answers

Can Magento connect to an AWS DB with port?

I'm having trouble trying to get my Magento installation running on the AWS server, site and ratification server run normally. When I try to connect without the port in the local.xml it times out on the connection because the default is not r...
asked by 24.02.2018 / 13:25
0
answers

I can not see the .htaccess file or binary files on ftp

I use an ubuntu 16.04 + apache + vsftpd instance on amazon ec2. I can not see the .htaccess file via ftp, but in vps it is there. What can it be? Binary files I also can not see via ftp, will that problem be vsftpd in vps, or can it be in...
asked by 26.02.2018 / 20:34
0
answers

Training Dataset on Amazon S3

I'm building an image / object classifier with TensorFlow. It works perfectly, however I want to build the database using Amazon S3. I would like to know how to set image_dir to train my images using S3. In this case, when I test with loca...
asked by 14.02.2018 / 13:42
1
answer

AWS CloudSearch - Can not fetch words that end with string

I'm using CloudSearch of Amazon . But I have a problem finding the words that end with a certain term, I can not perform this type of search, it returns me only the records that begin with the term, for example: I have registered...
asked by 30.01.2018 / 19:34
1
answer

Upload amazon s3

I have a question, I made a small php script to upload files into my bucket and I need every file contained in it to be accessed only through a url. How can I do this? via code or configuration in my same bucket? I need this because the syste...
asked by 25.12.2017 / 22:01
0
answers

Upload progress bar amazon s3

I'm using the following code that sends the post with the $ _FILE file to a file I called upload.php, which makes use of amazon's sdk php. The upload is occurring normally, but I noticed that the progress bar goes to 100% without first having se...
asked by 26.12.2017 / 22:28
1
answer

Deploy Rails project on AWS, access without using port

I need to upload a site developed in Rails into AWS . However, every time I start it it is only accessible if I specify the port used by Rails    (www.domain.com:3000, for example). I've tried to work around this in AWS balance setting...
asked by 06.12.2017 / 15:29
0
answers

FTP External access Amazon ec2 Windows Server

I have an instance of Windows Server 2016 t2.micro, in amazon ec2. I installed IIS with FTP support. I followed this guide to put my ftp accessible externally: link But without effect, in filezilla I get up to "arrive" at the IP address...
asked by 08.12.2017 / 18:13
1
answer

How to create a PowerShell Script to start an EC2 instance and capture public IP?

I would like to create a PowerShell Script that performs the following steps: 1 - Start an EC2 Instance in AWS (Windows); 2 - Wait for it to be available for remote connection. While waiting, display a message waiting for the user; 3 -...
asked by 24.11.2017 / 15:45
1
answer

How to get aws service with aws-sfk-php-zf2 v 2.0. *?

I was using aws / aws-sdk-php-zf2 1.2. * and had to update to 2.0. * and now the AWS SDK is v3. Before, I called the service with the code: $this->s3 = $serviceLocator->get('aws')->get('s3'); But now it returns this error:   ...
asked by 29.11.2017 / 15:01