aws tag

215 questions


1 answers
137 views
0
Expires cannot be added in CloudFront and S3 configurations.

I'm a front desk engineer and I don't know much about the server.I would like to cache the image file saved in S3 using Wordpress in EC2 of AWS from CloudFront, but I am having trouble setting Expires...

2 years ago

1 answers
86 views
0
I want to delete messages that have been processed by AWS SQS

We are building a queue system using AWS SQS.I am using a queue worker implemented in node.js on Elastic Beanstalk.We assume the following processing flow.1. Receive requests2. Place a message in the ...

aws
2 years ago

1 answers
99 views
0
I want to change the ELB access log from UTC to JST.

Currently, I am using a mechanism to save access logs from ELB to s3.We are currently collecting logs from ELB, but the standard output is UTC.The official document only says that it will be printed i...

2 years ago

2 answers
64 views
0
How to import data from DynamoDB into CloudSearch in real time

This is my first time to ask a question.I have a question about importing data from AWS DynamoDB into AWS CloudSearch.I am currently developing a shopping app on Swift.When searching for a particular ...

2 years ago

2 answers
87 views
0
uniform mod_rewrite HTTP access to HTTPS

I am editing .htaccess, but it doesn't work the way I want, so I would like to ask for your help.What do you want to do:Unify HTTP access to HTTPSConditions:Redirect loop.environment:SSL configured on...

2 years ago

1 answers
98 views
0
Understanding AWS DynamoDB Data Structure

I'm thinking of creating an app with image posting and image ranking functions on ios.So I am using AWS Dynamo DB, but I was wondering what to do with the structure of the database, so I asked you a q...

2 years ago

1 answers
147 views
0
AWS Lambda Cannot Execute External Commands

exports.handler=function(event, context){ var exec = require('child_process').exec; exec('./youtube-dl --version', function(error, stdout, stderr){ if(stdout){ console.log('stdout:'+stdout); } if(stde...

2 years ago

1 answers
93 views
0
MySQL for RDS in AWS

I recently made my debut with Amazon web service RDS.So I tried MySQL, but I couldn't insert it into a table with a foreign key because it was a constraint violation.I changed the version, but it didn...

2 years ago

1 answers
131 views
0
Error when trying to use aws-sdk from ruby

After gem install aws-sdk-core, you will get an error if you execute code that reads only the following:Could you tell me where to find the cause or how to solve it?require 'rubygems'require 'aws-sdk-...

2 years ago

3 answers
118 views
0
The Rails application is not working in the production environment, so-called production environment.

The Rails application is not working in the production environment, so-called production environment.In the test environment, css, image, and javascript are successfully compiled and reflected each ti...

« - 5 - »

© 2024 OneMinuteCode. All rights reserved.