Questions tagged as 'aws'

1
answer

AWS IOS DynamoDB Scan SDK - Scan thread works on the emulator, but not when debugging on the device

In my app I use a scan with DynamoDB that works perfectly in the emulator for all versions of iOS that xCode provides, however, when debugging on the device (iPhone 5c), it does not run the main thread. [[[dynamoDBObjectMapper scan:[DDBTableRo...
asked by 09.03.2015 / 22:14
1
answer

Bypass FTP blocking

Hello I need to import a .zip file from a Brazilian FTP server. It works perfectly on my development machine, both using Ruby's native Net / Ftp and using linux wget, the problem is that it does not work in my production environment on Heroku...
asked by 06.12.2014 / 20:40
1
answer

How to separate HTTP and IMAP access from the same domain on different servers?

I have a hosting account on Locaweb, logically IMAP and HTTP . I am planning to migrate to AWS (Amazon Web Service) . However, before making such a change, I first want to only change the access to the site (HTTP) of the domain, and leave the...
asked by 01.11.2014 / 19:28
1
answer

Save CloudWatch logs to my Personal Bucket - AWS

Talk to people, I would like to save the logs from my CloudWatch into my personal bucket rather than the amazon default bucket so I can download these logs more easily. Has anyone done this or does it know if it's possible? Thank you in...
asked by 15.09.2014 / 17:19
2
answers

Deploy com Capistrano - Command your

I'm using capistrano to deploy to Amazon. Capistrano + Unicorn + Nginx + Ec2 When I go to deploy: cold, it gives the following error: servers: ["ec2-xx-xxx-xx-xx.sa-east-1.compute.amazonaws.com"] [ec2-xx-xxx-xx-xx.sa-east-1.compute.amaz...
asked by 10.02.2014 / 15:05
1
answer

php codeIgniter: syntax error, unexpected '['

The php codeIgniter application, which runs on windows, when ported to the server gives the following error:    Parse error: syntax error, unexpected '[' in /home/givix/domains/givix.com.br/public_html/givix/application/libraries/Amazon3integ...
asked by 01.09.2016 / 03:12
3
answers

DNS redirection - Problem Using AWS service

How to configure my DNS server to redirect always pegadadelixo.com.br to www.pegadadelixo.com.br?     
asked by 19.05.2016 / 19:24
1
answer

Error accessing RDS bank with Heidsql

I get an error message when I log in to the Amazon RDS bank: Access data is correct and the bank is running. Is there any procedure to be done to have access to the RSD bank in Heidsql ??     
asked by 30.04.2018 / 21:02
1
answer

RDS SQL Server AWS - Doubt about changing instance class BD

I need to change the class of the database instance, as I use the "micro" and need to change to an instance with larger resources. My question is if I change, do I lose my current database? This is an MS SQL Server database in production, so I c...
asked by 21.11.2017 / 18:35
2
answers

How to securely store AWS credentials in a Java application?

I have a Java Desktop application that is distributed to clients. I now need to send data from this application to Amazon S3. For this you need to set AWS credentials ( accessKeyId and secretKey ). Among the possible options in document...
asked by 13.03.2017 / 14:16