본문 바로가기

반응형

KMS

[aws] AWS Key Management Service (KMS)를 사용하여 Python에서 테스트하는 방법 AWS Key Management Service (KMS)를 사용하여 Python에서 테스트하는 방법 테스트 환경 $ lsb_release -d Description: Ubuntu 22.04.2 LTS python 설치 sudo apt install -y python3 python3-pip $ python3 --version Python 3.10.6 $ pip --version pip 23.1.2 from /usr/local/lib/python3.10/dist-packages/pip (python 3.10) 1. AWS CLI 구성 AWS CLI를 사용하여 AWS 계정에 액세스할 수 있는지 확인합니다. AWS CLI를 설치하고, AWS 계정 자격 증명을 구성합니다. 자세한 내용은 AWS CLI 설치 및 .. 더보기
[AWS] AWS CloudWatch 경보를 Slack으로 보내는 방법_ver2 AWS CloudWatch 경보를 Slack으로 보내는 방법 시스템 구성 1. Amazon SNS 1-1. 주제 생성 - 이름 : cloudwatch-notification 1-2 구독 메일 확인 1-3 메시지 게시(메시지 발송 테스트) 2. Slack webhooks url 생성 slack webhooks(incoming webhooks) 생성 방법 - https://sangchul.kr/784 #cluodwatchalert https://hooks.slack.com/services/T018562TM6A/T017ZZ55YUV/wE5gd1fbfjNgxUeLqPUDMTbLR 3. Key Management Service (KMS) slack 주소 암호화 aws --profile testprofile --r.. 더보기
AWS KMS(Key Management Service)를 사용하는 방법 AWS KMS(Key Management Service)를 사용하는 방법 Amazon Web Services(AWS)의 Key Management Service(KMS)를 사용하여 AWS KMS 마스터 키를 생성하는 방법은 다음과 같습니다. KMS 마스터 키는 데이터를 암호화하고 복호화하는 데 사용되며, AWS 리소스 및 데이터 보안에 중요한 역할을 합니다. 1. KMS 키 생성 aws kms create-key --description "My KMS Master Key" ###KMS 키 생성 aws --profile byun_profile --region ap-northeast-2 kms create-key 2. KMS AliasName 생성 aws kms create-alias --alias-name.. 더보기

728x90
반응형