aws tag

215 questions


3 answers
43 views
0
How to get the ami id in AWS SDK for Ruby

I want to get an ami id from AWS SDK for RubyAWS SDK for Ruby V2 Please use this as a reference.require 'aws-sdk' ec2=Aws::EC2::Resource.new(region: 'ap-northeast-1') ec2.images.each do|i| puts ID:#{i...

2 years ago

1 answers
45 views
0
I want to know if there is a service like CloudRun in GCP on AWS.

I would like to know the service on AWS that can handle Docker containers freely in a managed environment like GCP.Last year, I found out that Lambda of AWS supported the container, but is it possible...

aws
2 years ago

1 answers
144 views
0
Unable to communicate VPN between AWS VPC and On-Place

Let me ask you a question about the description.Unable to communicate between vyos servers (VPNs) configured with AWS VPC and installed on-premise (home).Here's what we're doing now:Assumptions The on...

2 years ago

1 answers
111 views
0
Error attempting to launch Unicorn in Rails

Prerequisites/What you want to achieveI would like to deploy with the ec2-user of AWS.It used to be ready, but suddenly I can't deploy it.I want to be able to deploy.Problems/Error Messages you are ex...


1 answers
54 views
0
I want to create an instance on aws using Docker-Machine, but it doesn't work.

I try to create an instance of EC2 using docker-machine, but it doesn't work.We look forward to seeing you.Windows 10Using the Dokcer ToolboxExecuting Commands docker-machine create --driver amazonec2...

2 years ago

1 answers
96 views
0
AWS Redis connections increased (Rails) Errno::ECONREFUSED

The service was suspended due to Redis not being able to connect to the service in operation (about a year).I think Redis's increased number of connections caused the situation to be unable to connect...

2 years ago

1 answers
131 views
0
500 (Internal Server Error) When I try to send an email in the Rails production environment

StatusIn the inquiry function of the application deployed to AWS (EC2) If you press the Send button on the confirmation screen, A heading error occurs.It works fine in the local environment.I would li...


1 answers
126 views
0
Understanding IP Control for s3

I am managing the image in S3, but I want to limit the IP and allow access only from my server, but when I put the IP in the condition of the configuration, 403 is returned and I cannot access it.If y...

2 years ago

1 answers
55 views
0
Can connect to AWS aurora via psql, but cannot insert

I would like to install only the postgresql client on Amazon Linux and connect to Aurora for use.Aurora is postgresql. psql-host-database-U usernameYou can also connect and select from the .However, w...

2 years ago

2 answers
49 views
0
The initial screen of cakephp is not displayed.

I uploaded cakephp to Amazon Linux of AWS, but the initial screen of cakephp did not appear and the following error appeared.I have already installed php on the AWS server.Please let me know if you kn...

2 years ago
« - 8 - »

© 2024 OneMinuteCode. All rights reserved.