Skip to content

Commit

Permalink
Mpower2 user add ec2 reserved
Browse files Browse the repository at this point in the history
  • Loading branch information
philerooski authored and zaro0508 committed Sep 20, 2018
1 parent 4107ad6 commit 0c07999
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions config/prod/mpower2-user-add.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Provision an EC2 instance
template_path: templates/managed-ec2.yaml
stack_name: mpower2-user-add
dependencies:
- peer-vpn-computevpc
parameters:
# The Sage deparment for this resource
Department: "Systems Biology"
# The Sage project this resource will be used for
Project: "AT-HOME PD"
# The resource owner
OwnerEmail: "[email protected]"
# EC2 instance type (available types https://aws.amazon.com/ec2/instance-types/)
InstanceType: "t2.micro"

# Integrate with our cloud directory service (do not change)
JcConnectKey: !ssm /infra/JcConnectKey
JcServiceApiKey: !ssm /infra/JcServiceApiKey
JcSystemsGroupId: !ssm /infra/JcSystemsGroupId
hooks:
after_create:
- !notify_ec2

0 comments on commit 0c07999

Please sign in to comment.