aws tag

215 questions


1 answers
125 views
0
Information About Unable to Register User-Defined Functions in RDS

In RDS-postgresql, I would like to register the following user-defined functions, but I do not have superuser privileges, so I get an error.db=>CREATE OR REPLACE FUNCTION public.bitpoint4(bit) RETU...

2 years ago

1 answers
150 views
0
I want to run a batch file and SSH to the EC2 instance on AWS.

I'm thinking of putting the search engine for shogi software on AWS.I have used the following procedure as a reference.https://www.mikunimaru.com/entry/ShogiAWSI followed the procedure and confirmed t...


1 answers
59 views
0
I want to retrieve data from the cloudwatch dashboard from the cli

I just set up the dashboard on Cloudwatch on the aws console.Of course, you can check this data by logging in to the console, but it was inconvenient that you had to log in to the console one by one i...

2 years ago

1 answers
166 views
0
Is there a way to handle s3bucket as a place to store rubygems?

The docker can have the docker repository backend s3 bucket. https://docs.docker.com/registry/storage-drivers/s3Suddenly, I thought rubygems could do the same thing.QuestionIs there any way, library, ...

2 years ago

1 answers
140 views
0
VPN Server -> Internet Access Through Proxy

I'd like to make this happen, is it possible?iPhone Application - > VPN Server - > Proxy Server - > Regular Internet HTTP access to various websites on the regular Internet via the above rout...

2 years ago

2 answers
90 views
0
When calling Lambda from AWS Lambda, the calling Lambda finishes processing without waiting for a response from the calling Lambda.

Polly creates MP3 and then uploads it to S3 and calls Lambda back to the URL from another Lambda, but the caller Lambda completes it first without waiting for the caller's response.The MP3 creation by...

2 years ago

1 answers
102 views
0
I have to re-install Anaconda with wget every time before I can use the conda command.

You can install Anaconda with wget by logging in to the AWS terminal, but if you lose connectivity with packet_write_wait: Connection to xxx port 22: Brokenpipe, you must install Anaconda to use the c...

2 years ago

1 answers
89 views
0
IMPLEMENTATION METHOD OF ID TOKEN REISSUE BY REFRESH TOKEN

We authenticate with an id token on AWS cognito.If the token expires, we are planning to reissue the id token using the refresh token to continue the http request.When trying to achieve the above, is ...

2 years ago

1 answers
109 views
0
Architecture of distributing requests to AWS and Xserver

■QuestionDepending on the path under hoge.com at the time of the request, we would like to sort the request to the AWS ALB or XServer.What should I do?■ Situation- Own a domain called hoge.com- I want...

2 years ago

1 answers
66 views
0
I would like to cancel the bounce mail in the AWS SES so that I can send the mail.(I would like to respond to email addresses that may occur in the future.)

I use AWS SES to distribute mail from the Rails application all at once.There are five or six bounces a week (no mail delivered) and we are able to detect the bounces.Currently, I have been doing such...

aws
2 years ago
« - 4 - »

© 2024 OneMinuteCode. All rights reserved.