Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 548 Bytes

README.MD

File metadata and controls

24 lines (15 loc) · 548 Bytes

Scheduled Tasks with AWS Fargate and Terraform

Installation

  • install Terraform and add it to your PATH
  • clone this repository
  • cd into this repository
  • run terraform init

AWS Credentials

  • You can use credentials stored in ~/.aws/credentials on your local machine through aws cli

Using Terraform

You should only need to run the following commands from this directory:

  • terraform plan
  • terraform apply

When you are done, simply run a destroy to clean up

  • terraform destroy