Skip to content

Commit 0688ac2

Browse files
authored
Update README.md
updates since DCP2
1 parent 407eb7c commit 0688ac2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Run encapsulated docker containers with FIJI in the Amazon Web Services infrastructure.
33

44
This code is an example of how to use AWS distributed infrastructure for running FIJI.
5-
The configuration of the AWS resources is done using fabric. The worker is written in Python
5+
The configuration of the AWS resources is done using boto3 and the awscli. The worker is written in Python
66
and is encapsulated in a docker container. There are four AWS components that are needed to run
77
distributed jobs:
88

@@ -14,7 +14,7 @@ distributed jobs:
1414
All of them can be managed through the AWS Management Console. However, this code helps to get
1515
started quickly and run a job autonomously if all the configuration is correct. The code runs a
1616
script that links all these components and prepares the infrastructure to run a distributed
17-
job. When the job is completed, the code is also able to stop resources and clean up components.
17+
job. When the job is completed, the code is also able to stop resources and clean up components. It also adds logging and alarms via CloudWatch, helping the user troubleshoot runs and destroy stuck machines.
1818

1919
## Running the code
2020

0 commit comments

Comments
 (0)