Skip to main content

Wrapper of AWS API to use with Lambda

Project description

awswrapper - AWS API Wrapper
========================

AWS API Wrapper for Lambda

Usage
-----

It will look into your aws credentials file

Import the ec2wrapper

>>> from awswrapper import ec2wrapper

Use describe functions for talk to aws

>>> ec2wrapper.describe_instances(state=None)
>>> ec2wrapper.describe_instances_by_tag(tag, value=None, state=None)

Execute actions on those Instances

>>> ec2wrapper.terminate_instances(instance_ids, dry_run)
>>> ec2wrapper.stop_instances(instance_ids, dry_run)
>>> ec2wrapper.start_instances(instance_ids, dry_run)

Get data from the EC2 Response

>>> ec2wrapper.get_instances_data(ec2_instances)
>>> ec2wrapper.get_instances_ids(ec2_instances)

Get data from Instance

>>> ec2wrapper.get_tags_from_instance(instance)

Get the EC2 Connection

>>> ec2wrapper.get_ec2_connection(instance)


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

awswrapper-0.2.2.tar.gz (2.5 kB view details)

Uploaded Source

Built Distribution

awswrapper-0.2.2-py2.py3-none-any.whl (4.0 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file awswrapper-0.2.2.tar.gz.

File metadata

  • Download URL: awswrapper-0.2.2.tar.gz
  • Upload date:
  • Size: 2.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for awswrapper-0.2.2.tar.gz
Algorithm Hash digest
SHA256 cad4bc68464bf5d9dda35835fab8ca43b64d1cafde8c8ad9bf409b58c1e29b53
MD5 6512984c561851508aa467cee565a929
BLAKE2b-256 fbf971022ae4c73f9a0b193988ddbe15ad0aee11e3ba451a0372d911cf448d72

See more details on using hashes here.

File details

Details for the file awswrapper-0.2.2-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for awswrapper-0.2.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 7be9894f81e93e7381119ce4fd1079546102aef19715552cfee6ce60bee947ca
MD5 c249fcfd77a035b56909556d2aac6435
BLAKE2b-256 cc05cce1171819942e9e31a78c590f0e76ae214ef72a24a1e03356eccfc56514

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page