A project that helps you to provision EC2 instance securely
- Free software: MIT license
- Documentation: https://secure-ec2.readthedocs.io.
Installation:
§ pip install secure_ec2
Wizard Usage:
§ secure_ec2
Command Line Usage:
§ secure_ec2 --os_type Linux --num_instances 3 --keypair None --instance_type t2.micro # Session Manager access
§ secure_ec2 --os_type Windows --num_instances 1 --keypair demo-kp --instance_type t2.micro # SSH access with KeyPair
- Provision EC2 instance with keypair securely
- Provision EC2 instance without keypair (Session Manager access) securely
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.