This library is intended to help using AWS EC2 instances in a more developer friendly manner.
ec2map was developed by BST LABS as an open source generic infrastructure foundation for the cloud version of Python run-time within the scope of the Cloud AI Operating System (CAIOS) project.
To use it in your projects you need to install it via pip3
pip3 install ec2map
from ec2instances.ec2_instance_mapping import Ec2RemoteShellMapping
from ec2instances.ec2_instance_proxy import Ec2InstanceProxy, Ec2RemoteShellProxy
MIT License, Copyright (c) 2021-2022 BST LABS. See LICENSE file.