Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- resource "aws_instance" "my-instance" {
- ami = "ami-4bfb5d20"
- availability_zone = "us-east-1c"
- ebs_optimized = true
- instance_type = "c4.2xlarge"
- associate_public_ip_address = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement