MLH-Fellowship / cinder-benchmarks

Cinder is Meta's internal performance-oriented production version of CPython.
https://trycinder.com
Other
0 stars 0 forks source link

Create sample Terraform configuration that can provision an AWS host #3

Open emilyllim opened 11 months ago

emilyllim commented 11 months ago

[D1] Terraform to AWS

This issue will include an overview of how I created an AWS account and the Terraform configuration used to provision an AWS EC2 instance.

Resources

emilyllim commented 11 months ago

Set up directory to store Terraform files

Install the AWS CLI

Prepare an AWS account for provisioning resources

Create the Terraform configuration

emilyllim commented 11 months ago

Use Terraform to provision the instance

Destroy the instance