moved instance attributes to a more appropriate location
diff --git a/os/centos72.yml b/os/centos72.yml
index 3ef3ece..44053f5 100644
--- a/os/centos72.yml
+++ b/os/centos72.yml
@@ -1,3 +1,19 @@
---
# centos 7.2
image_id: ami-7209f41f
+vpc_subnet_id: subnet-3fbcb64b
+vpc_id: vpc-22936e47
+name_prefix: cfrias
+key_name: cfrias
+aws_region: us-east-1
+owner_contact_info: cfrias@apigee.com
+company_env: training
+department: 45
+bag: infrastructure
+team_contact_info: cs-technical@apigee.com
+aws_env_name: lab
+env: '{{ name_prefix }}-{{ aws_env_name }}'
+volume_type: gp2
+volume_size: 30
+delete_on_termination: true
+device_name: /dev/sda1
\ No newline at end of file
diff --git a/os/ol68.yml b/os/ol68.yml
index 2bd045e..c9d3742 100644
--- a/os/ol68.yml
+++ b/os/ol68.yml
@@ -1,3 +1,19 @@
---
# oraclelinux 6.8
image_id: ami-755ba918
+vpc_subnet_id: subnet-3fbcb64b
+vpc_id: vpc-22936e47
+name_prefix: cfrias
+key_name: cfrias
+aws_region: us-east-1
+owner_contact_info: cfrias@apigee.com
+company_env: training
+department: 45
+bag: infrastructure
+team_contact_info: cs-technical@apigee.com
+aws_env_name: lab
+env: '{{ name_prefix }}-{{ aws_env_name }}'
+volume_type: gp2
+volume_size: 50
+delete_on_termination: true
+device_name: /dev/sda1
\ No newline at end of file
diff --git a/os/rhel67.yml b/os/rhel67.yml
index 555638a..03bb7f2 100644
--- a/os/rhel67.yml
+++ b/os/rhel67.yml
@@ -1,3 +1,19 @@
---
# rhel 6.7
-image_id: ami-e9578c82
\ No newline at end of file
+image_id: ami-e9578c82
+vpc_subnet_id: subnet-3fbcb64b
+vpc_id: vpc-22936e47
+name_prefix: cfrias
+key_name: cfrias
+aws_region: us-east-1
+owner_contact_info: cfrias@apigee.com
+company_env: training
+department: 45
+bag: infrastructure
+team_contact_info: cs-technical@apigee.com
+aws_env_name: lab
+env: '{{ name_prefix }}-{{ aws_env_name }}'
+volume_type: gp2
+volume_size: 30
+delete_on_termination: true
+device_name: /dev/sda1
\ No newline at end of file
diff --git a/os/rhel70.yml b/os/rhel70.yml
index 4bb3bb3..294eb80 100644
--- a/os/rhel70.yml
+++ b/os/rhel70.yml
@@ -1,3 +1,19 @@
---
# rhel 7.0
image_id: ami-a8d369c0
+vpc_subnet_id: subnet-3fbcb64b
+vpc_id: vpc-22936e47
+name_prefix: cfrias
+key_name: cfrias
+aws_region: us-east-1
+owner_contact_info: cfrias@apigee.com
+company_env: training
+department: 45
+bag: infrastructure
+team_contact_info: cs-technical@apigee.com
+aws_env_name: lab
+env: '{{ name_prefix }}-{{ aws_env_name }}'
+volume_type: gp2
+volume_size: 30
+delete_on_termination: true
+device_name: /dev/sda1
\ No newline at end of file
diff --git a/os/rhel72.yml b/os/rhel72.yml
index abcd309..cb0b8bc 100644
--- a/os/rhel72.yml
+++ b/os/rhel72.yml
@@ -1,3 +1,19 @@
---
# rhel 7.2
image_id: ami-2051294a
+vpc_subnet_id: subnet-3fbcb64b
+vpc_id: vpc-22936e47
+name_prefix: cfrias
+key_name: cfrias
+aws_region: us-east-1
+owner_contact_info: cfrias@apigee.com
+company_env: training
+department: 45
+bag: infrastructure
+team_contact_info: cs-technical@apigee.com
+aws_env_name: lab
+env: '{{ name_prefix }}-{{ aws_env_name }}'
+volume_type: gp2
+volume_size: 30
+delete_on_termination: true
+device_name: /dev/sda1
\ No newline at end of file