Questions tagged as 'aws'

1
answer

How to page the IAmazonS3.ListObjects method?

The IAmazonS3.ListObjects method you can check here limits the return in 1000 items per request however does not inform if it is possible to do pagination, I have buckets with more than 10 million files and I need to go through each of...
asked by 24.04.2018 / 20:58
1
answer

AWS: Error installing php Myadmin

The mbstring extension is missing. Please check your PHP configuration. My php is 7.0.16 How can I fix it? Thanks     
asked by 29.03.2017 / 14:54
1
answer

List objects from my Buckets - Amazon S3 PHP SDK

My project is: List my buckets List the objects in each bucket I created a foreach to list the buckets and it worked perfectly. The same thing happened with the foreach of objects. $buckets = $s3->getIterator('ListBuckets',...
asked by 14.02.2017 / 11:55
1
answer

Send image generated by PHP (GD) to Amazon S3

I have the following code to send an image up in my S3 bucket: // Send.class.php public function sendFile($file, $file_name) { try { $s3 -> putObject([ "Bucket" => "mybucket", "Key" => "image/".$fil...
asked by 02.12.2016 / 03:37
1
answer

Magento: use multiple stores with a single instance

I think of putting together an EC2 / AWS instance with some stores using Magento. Doubt: would it be possible to create distinct stores with users, clients and other data separated from each other, ie having a single core and instances of this c...
asked by 29.08.2016 / 20:07
1
answer

Which method is most efficient for scaling, using a redis as a service or redis on disk?

I have a question regarding the best approach to caching data using redis. I would like to use a Redis as a Service as Amazon Elasti Cachi or some other. But I doubt whether the network latency I would have in my searches when querying throug...
asked by 18.10.2016 / 15:19
1
answer

How to configure the remote GIT in Amazon AWS?

I made an AWS account and I'm having difficulty organizing and configuring repositories with GIT. I already have APACHE, PHP and MYSQL and GIT installed. I created a / var / git folder to organize the repositories, and subfolders for each cli...
asked by 06.07.2016 / 03:18
1
answer

Delegating Subdomain Bind9 to AWS Route53

Hello, I have a properly configured Bind9 server and would like to configure it to delegate a subdomain to the AWS Route53 service. For example. My domain configured in Bing9 is example.org I would like the testing.example.org subdomain to be...
asked by 05.05.2016 / 23:55
1
answer

Amazon S3 / Route 53 routing configuration

How would I set up a route in Amazon Route 53 ou/e S3 as I do in nodejs with express ? below. app.get('/', function (req, res) { res.sendFile(path.join(__dirname + '/website/index.html')); }); app.get('/login', functi...
asked by 12.02.2016 / 05:27
1
answer

Download SQL Server Backup Amazon

Good afternoon, could anyone tell me how I can download my backup from amazon's RDS? Sql Server Manager Studio with the option appears and the backup is in the directory D: \ RDSDBDATA \ BACKUP \ how do I access it?     
asked by 14.04.2016 / 16:50