# Basic Configuration in this directory creates the Prefect Docker agent deployed on a single EC2 instance in an autoscaling group. It also creates a lightweight network to host the agent. ![architecture diagram](../../images/basic.png "architecture diagram") ## Usage To run this example you need to execute: ``` $ terraform init $ terraform plan $ terraform apply ``` Note that this example may create resources which can cost money (AWS EC2, VPC endpoints, NAT gateway, for example). Run terraform destroy when you don't need these resources. ## Requirements | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 0.14.0 | | [aws](#requirement\_aws) | >= 3.72.0 | ## Providers No providers. ## Modules | Name | Source | Version | |------|--------|---------| | [prefect](#module\_prefect) | ../../ | n/a | ## Resources No resources. ## Inputs No inputs. ## Outputs No outputs.