Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 772 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 772 Bytes

Infrastructure-as-Code Practicals using terraform and ansible

  1. deploy docker compose app in aws linkiniac

    1. provision ec2 with terrafrom
    2. configuration management and application-deployment using ansible .
    3. monitoring instance with prometheus and grafana
    4. log management loki , promtail and grafana
    5. deploy linkin app using docker compose
  2. VPC setup with private and public subnets VPC

    1. provision 2 ec2 with terrafrom
    2. setup private and public subnets
    3. ansible managment (private host managed via ssh from bastion host)