Skip to content

Infrastructure-as-Code Practicals using terraform and ansible

Notifications You must be signed in to change notification settings

RizkyRajitha/Infrastructure-as-Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 

Repository files navigation

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)