Skip to content

Instantly share code, notes, and snippets.

View trthomps's full-sized avatar

Travis Thompson trthomps

View GitHub Profile
resource "aws_instance" "emily-test" {
count = 3
ami = "ami-" # ex: ami-b14a8f5a (made up ami)
instance_type = "t2.micro"
availability_zone = "us-west-2a"
key_name = "emily_ssh_key"
subnet_id = "subnet-" # ex: subnet-asdf12434 (made up subnet)
associate_public_ip_address = true
vpc_security_group_ids = ["sg-"] # ex: sg-1234asdf

Keybase proof

I hereby claim:

  • I am trthomps on github.
  • I am trthomps (https://keybase.io/trthomps) on keybase.
  • I have a public key whose fingerprint is 384A C4AD 8887 AB93 3CA4 9425 B1D2 8BD6 CD62 A5A3

To claim this, I am signing this object:

@trthomps
trthomps / openpgp.txt
Created December 1, 2015 07:18
OpenKeychain API Tests
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account.
Token for proof:
[Verifying my OpenPGP key: openpgp4fpr:384ac4ad8887ab933ca49425b1d28bd6cd62a5a3]