From 0c0799985de77c1a27549593615cb2c600f7661a Mon Sep 17 00:00:00 2001 From: Phil Snyder Date: Thu, 20 Sep 2018 11:36:28 -0700 Subject: [PATCH] Mpower2 user add ec2 reserved --- config/prod/mpower2-user-add.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 config/prod/mpower2-user-add.yaml diff --git a/config/prod/mpower2-user-add.yaml b/config/prod/mpower2-user-add.yaml new file mode 100644 index 0000000..4a68614 --- /dev/null +++ b/config/prod/mpower2-user-add.yaml @@ -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: "phil.snyder@sagebase.org" + # 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