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
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,15 @@ CfnCluster
7
7
8
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
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.
18
+
10
19
Documentation
11
20
=============
12
21
@@ -15,4 +24,6 @@ Documentation is part of the project and is published to - https://cfncluster.re
15
24
Issues
16
25
======
17
26
18
-
Any issues or feedback, should be posted in the AWS HPC forum - https://forums.aws.amazon.com/forum.jspa?forumID=192
27
+
Please open a GitHub issue for any feedback or issues:
28
+
https://github.com/awslabs/cfncluster. There is also an active AWS
29
+
HPC forum which may be helpful:https://forums.aws.amazon.com/forum.jspa?forumID=192.
0 commit comments