aws tag

215 questions


1 answers
41 views
0
About EBS Replication

As for EBS availability, we see a statement that redundancy is not required because it replicates within the same zone.If my EBS fails, can I recover the instance from the replicated disk?If possible,...

aws
2 years ago

1 answers
117 views
0
Verifying AWS CloudWatch Logs

I would like to check the error log of nginx running on EC2 in CloudWatch.Send Nginx access and error logs to CloudWatchI proceeded with the above link, but the nginx related log group was not added.T...

2 years ago

1 answers
117 views
0
The SSLized site appears as unprotected communication.

If you SSL the web app on EC2 and access the site, it says unprotected communication.The reason seems to be that the image used in the logo is not httpsed from the developer tool below.I put the image...

2 years ago

3 answers
83 views
0
"Symbol lookup error: undefined symbol: Perl_Gthr_key_ptr" error on perl

The perl script that used to work normally now produces the following error:perl:symbol lookup error: /usr/local/lib64/perl5/auto/JSON/XS/XS.so:undefined symbol:Perl_Gthr_key_ptrTherefore, when I try ...

2 years ago

1 answers
111 views
0
To run Lambda code locally from Cloud9

I tried to run the Lambda function implemented in Node.js locally from Cloud9, but it didn't work.Specifically, I expected Lambda execution screen (Test Payload and Execution Result) to appear when I ...

2 years ago

1 answers
101 views
0
Server refused your key error prevents SSH from connecting to the EC2 instance

About AWS SSH Connections ·Current status We have signed an AWS EC2 contract.The instance started successfully.Allows SSH on security inbound and specifies its own IP address.Created a key pair.Downlo...

2 years ago

2 answers
106 views
0
SSH suddenly fails to connect to the server.Connection refused

I tried various things by referring to the QA site in the past, but it was impossible, please let me know.The situation suddenly stopped connecting to the server via SSH and SFTP after noon the day be...

2 years ago

1 answers
87 views
0
Missing required client configuration options:version when attempting to upload a file to S3

http://j-caw.co.jp/blog/?p=1100I am thinking of building a file upload to S3 by referring to the above URL, but I get the following error.What is the cause of this?Fatal error: Uncaught exception 'Inv...

2 years ago

1 answers
80 views
0
Upload images posted in Active_Storage to AWS S3 and view images retrieved from AWS S3

Implemented the ability to upload photos using Active_Storage.After deployment, when I post photos, I use S3 to save them to the database and try to retrieve them from .The object URL of the image upl...


1 answers
34 views
0
AWS sam init error (sample code)

Attempting to run sample code for AWS SAM.Follow this page (AWS Home Page ) to implement sample code for the AWS SAM program.environmentWindows 10git:2.26.0sam init encountered the following error:Err...

2 years ago
« - 17 - »

© 2024 OneMinuteCode. All rights reserved.