mirror of
https://github.com/bregman-arie/devops-exercises.git
synced 2026-02-05 16:19:10 +00:00
Name it instead "topics" so it won't be strange if some topics included "exercises" directory.
313 B
313 B
Launch EC2 instance
Reuqirements
- AWS account
Objectives
- Write Terraform configuration for launching an EC2 instance
- Run the commands to apply the configuration and create the EC2 instance
- What happens if you run again
terraform apply? - Destroy the instance you've created with Terraform