프로젝트 설정/AWS|GCP (20) 썸네일형 리스트형 [AWS] awscli로 내 권한 확인하기 aws sts get-caller-identity aws sts get-caller-identity 아래처럼 기본값만 제공해준다. { "UserId": "AICAS4MVEABGXCLYZRE2", "Account": "198412337386", "Arn": "arn:aws:iam::198412337386:user/s3" } 특정 사용자가 속한 그룹 목록을 확인 aws iam list-groups-for-user --user-name aws iam list-groups-for-user --user-name AICAS4MVEABGXCLYZRE2 사용자에게 연결된 정책 목록을 확인 aws iam list-attached-user-policies --user-name aws iam list-attached-use.. [AWS] cli를 이용한 s3 파일 삭제하기 (feat. ubuntu) 해당 글은 ubuntu 20.04 에서 진행되었습니다. windows 10에서 하다가 실패함 ㅜ 사전 준비물 aws cli https://docs.aws.amazon.com/ko_kr/cli/latest/userguide/getting-started-install.html aws configure less aws s3 접근권한 (읽기/삭제) # cmd 접근권한 확인 aws s3 ls s3://버킷명 # 번외 json으로 "다" 보기 aws s3api list-objects-v2 --bucket 버킷명 삭제하기 삭제 리스트 뽑기 aws s3api list-objects --bucket [my-bucket] --prefix [folder]/ --query 'Contents[?Where][.{Select Ke.. [AWS] FTP 지원 서버 만들기 (feat. AWS Transfer Family) Transfer Family란 ? 스토리지 서비스 안팎으로 파일을 전송할 수 있는 보안 전송 서비스 지원 프로토콜 SSH(Secure Shell) 파일 전송 프로토콜(SFTP) FTPS(파일 전송 프로토콜 보안) 파일 전송 프로토콜(FTP) https://docs.aws.amazon.com/transfer/latest/userguide/what-is-aws-transfer-family.html What is AWS Transfer Family? - AWS Transfer Family For FTP and FTPS data connections, the port range that Transfer Family uses to establish the data channel is 8192–8200. docs... [AWS] EC2 종료 Error The instance 'instandce id' may not be terminated. Modify its 'disableApiTermination' instance attribute and try again. 종료 방지 기능 활성화 제거 선택 > 작업 > 종료방지기능변경 > 활성화 체크 제거 > 저장 > 종료 [AWS] RDS 참고 링크 https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/MonitoringOverview.html Overview of monitoring metrics in Amazon RDS - Amazon Relational Database Service Overview of monitoring metrics in Amazon RDS Monitoring is an important part of maintaining the reliability, availability, and performance of Amazon RDS and your AWS solutions. To more easily debug multi-point failures, we recommend that.. [AWS] EC2 용량 증설 (feat. No space left on device) No space left on device 오류가 나는 경우는 메모리 자체의 용량이 없거나 inodes ?가 꽉차서라고 한다. (메모리 같은경우 100%가 아니라도 작업량에 따라 해당 에러가 나타날 수 있다.) 1. EC2 EBS 볼륨크기 증설 https://docs.aws.amazon.com/ko_kr/AWSEC2/latest/UserGuide/recognize-expanded-volume-linux.html 볼륨 크기 조정 후 Linux 파일 시스템 확장 - Amazon Elastic Compute Cloud 이 페이지에 작업이 필요하다는 점을 알려 주셔서 감사합니다. 실망시켜 드려 죄송합니다. 잠깐 시간을 내어 설명서를 향상시킬 수 있는 방법에 대해 말씀해 주십시오. docs.aws.amazon.c.. [AWS] Amazon Linux 2 AMI 에서 apt-get 이 실행되지 않을 경우 version check uname -a Linux ip-172-31-34-150.ap-northeast-2.compute.internal 4.14.252-195.483.amzn2.x86_64 #1 SMP Mon Nov 1 20:58:46 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux apt package command not found 데이터베이스를 설치하려고 버전 좀 뭐 있나보려고 apt-cache를 했더니 command not found를 내뱉으며 없단다. 찾아보니 Amazon Linux 2는 yum package를 사용한다고 한다. https://docs.aws.amazon.com/ko_kr/AWSEC2/latest/UserGuide/managing-software.htm.. [AWS] S3 bucket policy (S3 버킷 정책) S3의 보안을 여러가지로 설정할 수 있는데 그 중 하나가 S3 버킷 정책을 적어놓는것. 자세한 사항은 아래 docs.aws.amazon.com/AmazonS3/latest/userguide/access-policy-language-overview.html Policies and Permissions in Amazon S3 - Amazon Simple Storage Service Thanks for letting us know this page needs work. We're sorry we let you down. If you've got a moment, please tell us how we can make the documentation better. docs.aws.amazon.com 아래로 들어.. 이전 1 2 3 다음