added control server profile
diff --git a/environments/aws/profiles/control-server.yml b/environments/aws/profiles/control-server.yml
new file mode 100644
index 0000000..acc7a99
--- /dev/null
+++ b/environments/aws/profiles/control-server.yml
@@ -0,0 +1,11 @@
+---
+# centos 7.2
+image_id: ami-7209f41f
+instance_type: 't2.medium'
+wait: yes
+assign_public_ip: yes
+session_name: ansible-control-server
+application: edge
+pod: NA
+start: 1
+end: 1
\ No newline at end of file