Skip to content

int-brain-lab/ibl-aws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ibl-aws

Deployment of IBL compute on AWS Cloud for the usage of IBL development team.

Installation instructions

Install ibl-aws in an environment of your choice:

cd ibl-aws
pip install -e .

Copy the template.env file to .env and fill with your EC2 access keys

You can make sure the credentials are correct by running the following command:

import iblaws.utils
ec2 = iblaws.utils.get_service_client(service_name='ec2')
ec2.describe_instances()

About

Utilities to run processing on AWS Cloud

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •