/aws-python-boto3

aws api integration

Primary LanguagePython

aws-python-boto3

aws api integration

Integration of the AWS EC2 to any platform.

  1. First have to Generate a User role from the aws IAM
  2. Generate the Key and Secret value and store it as a secret in your application
  3. Using the Credentials to generate a client to get an access to ec2

Operations Here it allows you to perform the following operations

  1. Create a new Instance
  2. Start an Instance
  3. Stop an Instance
  4. Terminate an Instance