Questions tagged as 'aws'

1
answer

How to use namespace in a Class?

I'm using the AWS SDK for PHP from Amazon and for this I need the class S3Client . I was seeing an example upload to amazon and did so: require '../aws/aws-autoloader.php'; use Aws\S3\S3Client; $s3 = S3Client::factory($config);...
asked by 11.11.2014 / 13:37
2
answers

How to force the download of an object from an AWS bucket S3 with PHP?

I know how to upload an object to the AWS S3 Bucket this way: try { $oClientAws->putObject(array( 'Bucket' => 'bucket_test', 'Key' => 'fileName.jpg', 'Body' => fopen('path/to/file/fileName.jpg', 'r'...
asked by 25.06.2015 / 22:52
2
answers

Run parallel process in PHP

I have a Web service that is consumed by some applications. On the Web service server you should use the Amazon API and execute a process whenever a change of record is made via Web service . Initially, I thought about running the Amaz...
asked by 31.03.2015 / 14:52
1
answer

Send bulk email using Amazon SES

I'm developing a system that should send bulk emails using the Amazon SES service. How the upload is done To send mail, I'm using PHP Mailer, with the following code: $mail = new PHPMailer; $mail->isSMTP();...
asked by 20.03.2014 / 17:55
1
answer

Configure domain on Amazon with Route 53 [closed]

I started using AWS recently in the free version and bought a domain in Go Daddy, after I uploaded my instance I tried to configure the domain with that tutorial Basically I allocated an IP with Elastic IP and configured it in Route 53 as d...
asked by 06.08.2015 / 17:09
2
answers

"Search refused" in the Register.br

I'm trying to target my domain to the nameservers I just set up on AWS Route53 from Amazon. They work correctly, but I believe they are not responding to other domains beyond the root (oregionalsul.com). To check authority on a particular dom...
asked by 25.09.2017 / 22:37
1
answer

Configure FTP on AWS

I need to configure FTP to access the folders within / var / www on a server in AWS using Filezilla. Can you help me?     
asked by 26.06.2015 / 22:29
1
answer

How to "connect" a domain already purchased to a Site in Amazon Ec2? [closed]

I own a site that is hosted on HostTugaTech, and on that same site I bought the domain for my site. However, due to problems, I transitioned from my site to amazon ec2. Now, I need to link the site to my domain that I bought. After contacting...
asked by 01.07.2014 / 13:45
1
answer

Amazon Elastic Beanstalk + Django + Sentry returning raven.exceptions.InvalidGitRepository

I'm trying to deploy on AWS Elastic Beanstalk. My project has a structure where Django settings is in the settings folder: |projeto |--settings |----settings.py It contains the configuration as: RAVEN_CONFIG = { 'dsn': 'https://------...
asked by 02.05.2017 / 21:31
2
answers

AWS - Instance remote access

Good! I created an Amazon and Windows Linux instance, followed all the steps to generate key, import and change it via PuTTY, opened the key, requested the connection with the care of ec2-user bla bla bla, however in none of the instances I I ca...
asked by 13.05.2016 / 20:48