aws tag

215 questions


2 answers
79 views
0
Configure Heroku with its own domain on Route 53

I set up my own domain in Heroku by following the steps below.Route 53 routing is not working properly.Retrieving Domains on Route 53 cocowa.worksRegister Domain with Heroku $heroku domains:add exampl...

2 years ago

1 answers
84 views
0
I want to get the image file from S3 in node.js, but I get a Forbidden 403 error in s3.getObject.

I can upload it to S3, but the server code I wrote in node.js is gettingObject and I'm going to get the file from S3, but I get a 403 Forbidden error.What I want to do is to read the photo I uploaded ...


1 answers
119 views
0
html can only be retrieved halfway with curl command

When you run the following command on AWS, it stops halfway and the cursor does not return as shown below.I'm having trouble identifying the cause and separating problems.If anyone knows how to solve ...

2 years ago

1 answers
87 views
0
Difficulty migrating from Heroku to AWS

I'm thinking of starting with Heroku and moving only successful services to AWS, but is it difficult to move from Heroku to AWS? By the way, the web service is a basic CRUD site.Both db will use postg...

2 years ago

1 answers
63 views
0
Even if the CPUCreditBalance of AWS EC2 is 25, will it be delayed?

AWSEC2ts.xlargeThe t2.xlarge instance is running a batch program that takes more than one day.A few hours after the program started, the progress rate was approximately 2-3 times higher than immediate...

2 years ago

2 answers
67 views
0
Response time for accessing via HTTP, such as AWS DynamoDB or Elasticsearch

I have a question about the response time when accessing through HTTP such as AWS DynamoDB and Elasticsearch.No matter how fast DynamoDB and Elasticsearch are, it will take about 100 ms more to access...

2 years ago

2 answers
99 views
0
I want to combine files retrieved from the S3 server.

I wanted to combine the files I got from the S3 server with the files I uploaded.I have created the following code.public function uploadJoin(Request$request){ $file=$request->file('file'); $conten...

2 years ago

1 answers
107 views
0
I changed the Region of the AWS EC2 instance, but the new Region instance is not visible from the IP address or DNS.

I changed the Region from U.S. Virginia to EU Frankfurt in AWS EC2 and moved the instance in snapshot AMI.However, a new instance of EU Frankfurt does not display the site when accessing the browser w...


1 answers
44 views
0
Login with Facebook on multiple servers

Currently, I have two servers on AWS for load balancing, but I can't implement Facebook login well.When I try to log in,Facebook SDK returned an error: Cross-site request trigger validation failed. Re...

2 years ago

1 answers
84 views
0
Failover of ENIs in a Management Network

Let me ask you two questions about the behavior of ENIs during failover.◼

2 years ago
« - 10 - »

© 2024 OneMinuteCode. All rights reserved.