Skip to content

A project that helps you to provision EC2 instance securely

License

Notifications You must be signed in to change notification settings

abarcybr/secure_ec2

 
 

Repository files navigation

Secure EC2

Documentation Status

A project that helps you to provision EC2 instance securely

TL;DR

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

Features

  • Provision EC2 instance with keypair securely
  • Provision EC2 instance without keypair (Session Manager access) securely

Demo

Linux

Linux Example

Windows

Windows Example

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

About

A project that helps you to provision EC2 instance securely

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 94.0%
  • Makefile 6.0%