AWS
-
HTTP 응답코드에 따른 Load balancer 문제 확인 및 해결IT/Cloud 2023. 11. 21. 22:33
Http 응답코드에 대해서는 기존 글로 정리했던 사항이 있다. (https://ls-altr.tistory.com/35) 이는 WEB서버 혹은 WAS 서버 관리시 자주 활용되는 사항인데, Cloud에서는 다른 조치 사항들이 있어 이를 정리하고자 한다. 오류 코드 / 메시지 원인 해결방안 400 Bad request - 클라이언트가 HTTP사양을 충족하지 않는 잘못된 형식의 요청을 전송 - 요청 헤더가 요청 Line당 16K, 단일 헤더당 16K 또는 전체 요청 헤더에서 64K를 초과 - 클라이언트가 전체 요청 본문을 보내기 전에 연결 종료 - request 확인 후 조치 - 헤더 사이즈 확인 - Timeout 확인 401 Unauthorized - 인증되지 않은 사용자를 거부하도록 OnUnauthenti..
-
AWS EC2 에서 failed to create process 메시지 대응법IT/OS 2023. 5. 18. 13:32
AWS EC2 에 구성한 Linux 환경에서 aws s3 cp 등의 aws cli 실행시 "failed to create process" 등의 메시지가 발생한다면, AWS CLI 가 설치되지 않아 발생한 것이니, 다음의 가이드를 참고하여 CLI를 설치한다. curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" unzip awscliv2.zip sudo ./aws/install
-
Introduction to Boto Library in Python and How to Use it in AWS LambdaIT.en_US/Cloud_etc 2023. 4. 2. 20:47
Introduction to Boto Library in Python and How to Use it in AWS Lambda Boto is a Python library used for interacting with Amazon Web Services (AWS) such as Amazon S3, Amazon EC2, and Amazon DynamoDB. It provides an easy-to-use API to access these services, allowing developers to build applications that use AWS resources. In this article, we will give a brief introduction to the Boto library and ..
-
Creating User Data Scripts for EC2 Instances in AWSIT.en_US/Cloud_etc 2023. 3. 24. 01:06
Creating User Data Scripts for EC2 Instances in AWS When launching an Amazon EC2 instance, it's essential to configure the instance automatically to ensure consistent deployment and provisioning of applications. This article will discuss the use of User Data scripts in AWS EC2 instances and key points to consider while creating them. What is User Data? User Data is a feature in AWS that allows y..
-
Why Choose Amazon OpenSearch over ElasticsearchIT.en_US/Cloud_OuterArchitecture 2023. 2. 20. 23:27
Why Choose Amazon OpenSearch over Elasticsearch Elasticsearch is a popular open-source search and analytics engine that has been widely used by developers to handle complex search requirements. However, Amazon Web Services (AWS) has introduced Amazon OpenSearch, a fork of Elasticsearch that is now the preferred option for managed search services on AWS. In this article, we will discuss the reaso..