Git Product home page Git Product logo

azure-study's Introduction

azure-study

사전 준비물

  • azure 계정
  • 노트북

스터디 내용

  • AWS / Azure 비교 설명
    https://docs.microsoft.com/ko-kr/azure/architecture/aws-professional/services
  • 과금정책
  • Azure에서 Terraform으로 인스턴스 생성 : terraform apply
  • Key 생성 : terraform output -raw tls_private_key > id_rsa
  • IP 확인 : terraform output public_ip_address
  • ssh 접속 ssh -i id_rsa [email protected]
  • ansible hosts 생성 : VM_IP=`terraform output public_ip_address`; echo $VM_IP "ansible_ssh_user=azureuser" > ansible.hosts
  • ansible ping : ansible -i ansible.hosts all -m ping --private-key ./id_rsa
  • ansible create file : ansible-playbook -i ansible.hosts --private-key ./id_rsa playbook.yml
  • Terraform 할당된 자원들 모두 삭제 : terraform destroy

확장

  • Azure에서 Terraform으로 VM 1개를 생성하고 Ansible로 파일 하나를 생성한다.
  • 확장하면 Azure에서 다수의 VM을 생성하고 Ansible로 Splunk Cluster를 설치할 수 있다.

azure-study's People

Contributors

gamjapower avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.