일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
- XCP-ng
- ansible
- Kibana
- GitLab
- miniconda
- application security
- Proxy
- Kibana server is not ready yet
- hardening
- Windows
- bash
- ELASTIC
- centos 8
- 한글가이드
- freebsd
- pfsense
- xe guest utilities
- elastic stack
- ssh key 배포
- docker
- endpoint security
- x-pack
- 보안양파
- 로그인불가
- proxycfg
- macos
- Elasticsearch
- PlayBook
- G-suite
- Today
- Total
목록IT/Cloud & DevOps (43)
선 밖에 선 자유인
https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/
https://www.lesstif.com/pages/viewpage.action?pageId=22052879 - pip 를 이용한 방법$ sudo yum install sshpass$ pip install ansible paramiko simplejson requests babel bcrypt jinja2 jmespath markupsafe paramiko pyasn1 pynacl pytz pyyaml
cloud-init은 인스턴스가 처음 기동할 때만 실행 됨소프트웨어 설치, 설정 파일 수정 등이 가능함 apache 웹 서버를 yum install 및 업데이트하고 http 구동 cloud-init 문법---------------------------------------------# cloud-configrepo-upgrade: truerepo-upgrade: all packages: - httpd runcmd: - service httpd start - chkconfig httpd on---------------------------------------------
출처: 외 - AWS CLI 설정 $ aws configure AWS Access Key ID : xxxxxxxxxxx AWS Secret Access Key : xxxxxxxxxxxxx Default region name : ap-northeast-2 Default output format : (Access Key, Secret Access Key 는 AWS 관리 콘솔에서 확인) - AWS CLI 명령어나 옵션 보완 기능 $ complete -C aws_complerwe aws (-> .bashrc 에 저장) - 키 쌍 생성 $ aws ec2 create-key-pair --key-name my-keypair-from-cli --query 'KeyMaterail' --output text > my-ke..
- AWS Confighttps://aws.amazon.com/ko/blogs/korea/aws-config-launches-in-asia-pacific-seoul/ - AWS Config Ruleshttps://aws.amazon.com/ko/blogs/korea/category/aws-config/
https://aws.amazon.com/ko/blogs/korea/tips-aws-cli/
- AWS 온라인 무료 실습 qwiklab https://aws.amazon.com/ko/training/intro-to-aws-labs-sm/