Skip to content

Instantly share code, notes, and snippets.

View elena-vi's full-sized avatar
🤷‍♀️
$ git push; $ git paid;

el elena-vi

🤷‍♀️
$ git push; $ git paid;
View GitHub Profile
@elena-vi
elena-vi / ec2-instance.tf
Last active August 19, 2021 13:08
An easy ec2 instance with ssh access, inspired by https://bit.ly/3mbgc35
variable "ami_name" {
default = "Amazon Linux 2 AMI "
}
variable "ami_id" {
default = "ami-0d26eb3972b7f8c96"
}
variable "ami_key_pair_name" {
default = "el-test"
}