You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,21 +5,21 @@ CfnCluster
5
5
:target:https://travis-ci.org/awslabs/cfncluster
6
6
:alt:Build Status
7
7
8
-
CfnCluster ("cloud formation cluster") is a framework that deploys and maintains high performance computing clusters on Amazon Web Services (AWS). Developed by AWS, CfnCluster facilitates both quick start proof of concepts (POCs) and production deployments. CfnCluster supports many different types of clustered applications and can easily be extended to support different frameworks. The CLI is stateless, everything is done using CloudFormation or resources within AWS.
9
-
10
-
Known Issues
11
-
============
12
-
13
-
* CfnCluster 1.3.2 supports the I3 and F1 instance families. However,
14
-
it will not automatically setup a single, RAIDed volume across all
15
-
available instance store volumes (like it will for other instance
16
-
families which support instance storage). This will be fixed in a
17
-
future release.
8
+
CfnCluster ("cloud formation cluster") is a framework that deploys and
9
+
maintains high performance computing clusters on Amazon Web Services
10
+
(AWS). Developed by AWS, CfnCluster facilitates both quick start proof
11
+
of concepts (POCs) and production deployments. CfnCluster supports
12
+
many different types of clustered applications and can easily be
13
+
extended to support different frameworks. The CLI is stateless,
14
+
everything is done using CloudFormation or resources within AWS.
18
15
19
16
Documentation
20
17
=============
21
18
22
-
Documentation is part of the project and is published to - https://cfncluster.readthedocs.io/. Of most interest to new users is the Getting Started Guide - https://cfncluster.readthedocs.io/en/latest/getting_started.html.
19
+
Documentation is part of the project and is published to -
20
+
https://cfncluster.readthedocs.io/. Of most interest to new users is
0 commit comments