Skip to content

Instantly share code, notes, and snippets.

@viveksonar
Created June 18, 2020 12:42
Show Gist options
  • Save viveksonar/ef33d8396e1c59d53ca379243c7bf8d9 to your computer and use it in GitHub Desktop.
Save viveksonar/ef33d8396e1c59d53ca379243c7bf8d9 to your computer and use it in GitHub Desktop.
---
driver:
name: ec2
aws_ssh_key_id: cheftest
security_group_ids: ["sg-b92918cb"]
region: ap-southeast-2
availability_zone: a
subnet_id: subnet-614a2f39
iam_profile_name: AWS-s3-fullaccess
instance_type: t2.micro
associate_public_ip: true
interface: dns
transport:
ssh_key: ~/.ssh/cheftest.pem
connection_timeout: 10
connection_retries: 5
username: ubuntu
platforms:
- name: ubuntu-16.04
driver:
image_id: ami-04fcc97b5f6edcd89
block_device_mappings:
- device_name: /dev/sdb
ebs:
volume_type: gp2
virtual_name: test
volume_size: 8
delete_on_termination: true
transport:
username: ubuntu
suites:
# ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment