updated application setting to show the os we are working with
diff --git a/environments/aws/profiles/edge-1601-edgemicro.yml b/environments/aws/profiles/edgemicro-1601.yml
similarity index 93%
rename from environments/aws/profiles/edge-1601-edgemicro.yml
rename to environments/aws/profiles/edgemicro-1601.yml
index e5904ea..1bd9daa 100644
--- a/environments/aws/profiles/edge-1601-edgemicro.yml
+++ b/environments/aws/profiles/edgemicro-1601.yml
@@ -3,7 +3,7 @@
 wait: yes
 assign_public_ip: yes
 session_name: edgemicro-1601-dc
-application: edge
+application: edgemicro
 pod: NA
 env: edgemicro
 security_group: EDGEMICRO
@@ -37,7 +37,7 @@
     cidr_ip: 0.0.0.0/0
     from_port: 80
     to_port: 80
-  - proto: tcp
+  - proto: all
     cidr_ip: 172.16.0.0/12
     from_port: 0
     to_port: 65535
@@ -47,5 +47,5 @@
     to_port: 443
   - proto: udp
     cidr_ip: 0.0.0.0/0
-    from_port: 443
+    from_port: 123
     to_port: 123