Skip to content
This repository has been archived by the owner on Jun 23, 2020. It is now read-only.

driver: aws #49

Open
bradrydzewski opened this issue Feb 15, 2019 · 1 comment
Open

driver: aws #49

bradrydzewski opened this issue Feb 15, 2019 · 1 comment

Comments

@bradrydzewski
Copy link
Member

create an aws driver that spins up servers on-deman

kind: pipeline
type: aws

config:
  image: ami-1a2b3c4d
  instance: t3.small
  region: us-west-2

credentials:
  from_secret: aws_credentials

steps:
- name: build
  commands:
  - docker build -t foo/bar .
  - docker push foo/bar
@bradrydzewski
Copy link
Member Author

bradrydzewski commented Feb 15, 2019

one blocker that I want to figure out is how we will support windows. I actually have no clue how to remote into a windows machine in a manner similar to linux+ssh.

edit: https://github.com/masterzen/winrm

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant