Questions tagged as 'aws'

0
answers

How to request the aws-sdk plugin in Serverless.yml?

I have a Typescript function that needs to import the aws-sdk plugin for NodeJs. import * as Lambda from 'aws-sdk/clients/lambda'; In serverless.yml you should normally do: plugins: - serverless-aws-sdk When I try to deploy I get an...
asked by 03.08.2018 / 17:37
0
answers

What is the interpretation of the "Errors, Availability (%)" metric in AWS lambda functions?

I have the following chart in my "Monitoring" of a lambda function in AWS: Itisconcludedfromthefigurethatby15:00therewas1errorandtheavailabilitywas0%.Inthesameway,ataround16:00thelambdafunctionwasrequestedwith0errorandatthatmomenttheavailabilit...
asked by 30.07.2018 / 20:06
0
answers

VirtualHost AWS Ubuntu

Hello great linux ninjas. I'm working on AWS ec2 ubuntu, and I need to create a subdomain. I have seen some tutorials but none worked. I created a file in:    / etc / apache2 / sites-available / called admin.conf. In the file I put:...
asked by 31.07.2018 / 17:01
0
answers

How do I link to logs in AWS CloudWatch to be displayed in DATADOG?

I have a set of lambda functions in AWS. These functions generate error logs or performance statistics that are retrieved in AWS CloudWatch. In turn, my dashboard in DATADOG retrieves these logs from AWS CloudWatch and redirects to my email...
asked by 26.07.2018 / 22:02
1
answer

Multiple environments with AWS DynamoDB

Is it possible to create different environments for development, qa, and production using AWS DynamoDB on Amazon?     
asked by 16.07.2018 / 19:36
1
answer

AWS Lambda Function

I'm creating a Lambda function on AWS to perform file upload. At the moment I make the request as POST, where I send in the body the document in format base64. However, I'm having some problems because base64 is tricking. Would anyone know...
asked by 13.07.2018 / 05:56
1
answer

Uploading Photos to Amazon Storage?

I want to put a form with an image upload field on the client that uploads photos directly to Amazon S3 storage, without going through the server, using Meteor, can someone point a direction, any tips? >     
asked by 07.07.2018 / 14:41
1
answer

AWS - Start Second Instance Via Cloudwatch

Hello, I have a scenario with 2 instances, in a "load balance on iis - Windows Server", but most of the time, only one instance can handle the load. Therefore, the client requested me to keep the second instance off and start it only when the...
asked by 17.06.2018 / 04:26
0
answers

Amazon Linux AMI nginx + php-fpm-7.1

I'm trying to install nginx + php-fpm-7.1 but I'm lost with regard to users and permissions. I did so: yum install -y nginx php71-fpm php71-devel php71-pdo php71-pear php71-mbstring php71-cli php71-odbc php71-imap php71-gd php71-xml php71...
asked by 31.05.2018 / 01:03
0
answers

Is it possible to rename an AWS CloudWatch log?

I have several applications running on aws and each application generates a log when it runs. In CloudWach I get this message:    2018/05 / 25T07.33.27 - 356ef447-0e31-49fd-937b-c5f3974ec1d5 You can change the log for:    APPXXX - 2018...
asked by 25.05.2018 / 14:17