Run sonarqube using docker
artifactory to store artifact
- nexus
- jfrog
- s3
aws-cli container
storing artifact in s3
github pages - How to create free portfolio website using github pages
cluster creates infra in its own way terraform gives complete control
IAC = Infrastructure as a Code
main.tf
provider.tf cloud provider information
variable.tf
terraform init provider download terraform.lock.hcl created
terraform plan will show infra plan
terraform apply terraform.tfstate created
tf destroy deletes all resources mentioned in tfstate file
Task: create 3 ec2 instances with terraform