aws tag

215 questions


1 answers
323 views
0
If a command such as mysql command remains in the shell in the code of lambda, the authentication information remains in the log.

If you type a command that leaves authentication information, such as the mysql command, in the shell in the lambda code, the authentication information will remain in the log.What should I do to avoi...

1 years ago

1 answers
356 views
0
What does Type: AWS::EC2::Subnet mean?

Type:AWS::EC2::Subnet does not understand the meaning of :.For example, Key:name indicates that the key value is name.However, Type:AWS::EC2::Subnet has two :s, and I looked for a different meaning th...


1 answers
347 views
0
I set up mfa authentication with awscli, but it doesn't work.

I want to be able to execute the command after mfa authentication using aws cli in the local environment.Below is the configuration I tried.cat~/.aws/credentials [default]aws_access_key_id = YOUR_ACCE...

1 years ago

1 answers
320 views
0
Web Development Portfolio Development Steps and Learnings

I'm a beginner in programming.I am currently studying HTML, CSS, and Python, and I am thinking of proceeding with portfolio creation at the same time.When creating a web application, HTML, CSS, Javasc...

1 years ago

1 answers
398 views
0
Cors errors when using the corporate number API from the front end

When I tried to obtain corporate information using the corporate number API provided by the National Tax Service on the front end side, the following cors error occurred on the browser console.I'd lik...

1 years ago

1 answers
447 views
0
Is it possible to set the prefix to a dynamic value when uploading the file of s3 and igniting lambda?

With s3 attached to lambda, set s3 prefix to test/{dynamic-id}/photo-id/ from the configuration trigger and I uploaded the file with the test/1/photo-id of the s3 bucket, but the lambda function is no...

1 years ago

1 answers
367 views
0
I want to handle Net::OpenTimeout (execution expired) with Net::HTTP

PrerequisitesCurrently, we are using Ruby on Rails to send a GET request to Google Books Api to process the response and return Json data to Nxt.js.We have created a function to send a GET request to ...

1 years ago

1 answers
378 views
0
How to Configure Cors Error AAccess-Control-Allow-Origin:* 」

When I host an Input Form & HTTP Request program created in HTML and JavaScript to Amazon S3, I get a cors error.I have looked into many things, but I am still not familiar with HTML or JavaScript cod...

1 years ago

2 answers
368 views
0
About Automatic Recovery of Instances Using Amazon CloudWatch Logs

While solving the solution architect's problem book, I could not find the answer to the following questions.AmazonApplications running on the EC2 instance are periodically stopped and restarted to res...

1 years ago

3 answers
358 views
0
How do I log in multiple root users using MFA in AWS?

Google authentication of smartphones is configured as the root user's MFA.How can I allow anyone other than myself to log in as a root user using MFA?Other administrators are working far away.

1 years ago
« - 2 - »

© 2024 OneMinuteCode. All rights reserved.