[Swift-commit] r7725 - SwiftApps/cloud

ketan at ci.uchicago.edu ketan at ci.uchicago.edu
Wed Mar 19 10:22:37 CDT 2014


Author: ketan
Date: 2014-03-19 10:22:37 -0500 (Wed, 19 Mar 2014)
New Revision: 7725

Modified:
   SwiftApps/cloud/README
Log:
upcoming features



Modified: SwiftApps/cloud/README
===================================================================
--- SwiftApps/cloud/README	2014-03-18 15:36:32 UTC (rev 7724)
+++ SwiftApps/cloud/README	2014-03-19 15:22:37 UTC (rev 7725)
@@ -298,7 +298,7 @@
 c. Swift runs fail: Check if ports are open between submithost and cloud instance:
 
 ----
-ec2-describe-security-groups $(ec2-describe-instances | grep 'RESERVATION' | awk '{print $4}')
+ec2-describe-group $(ec2-describe-instances | grep 'RESERVATION' | awk '{print $4}')
 ----
 
 The output will look similar to (some fields are removed for brevity):
@@ -316,3 +316,11 @@
 Above output shows the group description for the security groups associated with your running instances.
 
 Feel free to contact Swift http://swift-lang.org/support/index.php[support] if issues persist.
+
+Upcoming Features
+------------------
+
+. Ability to test and automatically create appropriate security groups along with instance creation.
+. Ability to test and create keypairs if not exist for accessing the EC2 resources.
+. Ability to sense resource creation limits and steer requests to new regions if limits are reached.
+




More information about the Swift-commit mailing list