[자격증 취득 010/100] AIF-C01 (AWS Certified AI Practitioner)
- 기타/자격증
- · 2025. 8. 30.
[자격증 취득 009/100] SOA-C02 (AWS Certified SysOps Administrator - Associate)
- 기타/자격증
- · 2025. 8. 16.
AWS 의 각 리전 및 가용영역에 대한 정보 확인 사이트 https://aws.amazon.com/ko/about-aws/global-infrastructure/regional-product-services/ 리전 별 사용 가능한 서비스 확인 https://aws.amazon.com/ko/about-aws/global-infrastructure/regional-product-services/
ansible-core 2.18 호환정보 Ansible-core : 2.18Control Node : Python 3.11 ~ 3.13Target Python (Managed Node) : Python 3.8 ~ 3.13 출처https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html#id28 Ansible 설치 (Rocky 9.5)# EPEL Repository 설치dnf install epel-release -y# Ansible 설치dnf install ansible -y# 설치확인ansible -m setup localhost # ansible 버전 확인 ansible --version
Ansible 이란? : 오픈소스 IT자동화 도구이다. 수백 대의 리눅스 서버에 일관된 작업 시 한 서버마다 일일이 작업하지 않고 작업을 자동화할 수 있다. Ansible 특징 Agent-less architecture : 에이전트리스로 원격에서 SSH 프로토콜을 통해 작업한다.Simplicity : 간단하다. YAML 구문으로 원격 머신에 진행될 작업을 정의한다.Scalability and flexibility : 다양한 운영체제, 클라우드, 네트워크 장치 등을 지원하는 모듈과 컬렉션을 지원한다.Idempotence and predictability : 멱등성, 플레이북을 여러 번 실행하더라도 결과는 동일하다. Ansible Architecture 참고링크 (ansible community docu..
자격증: SAA-C03