Skip to main content

Aws cloud instance list

Project description

# aws-cloud-instance-list

Console command which show all instances from current VPC. This command uses in bastion host for show list of instances and connection using this data to another instance in private network.

![list example](./example.png)

## Install `bash pip3 install aws-cloud-instance-list `

To bastion instance need add managed role AmazonEC2ReadOnlyAccess

For using mssh need add to instance policy

`json { "Version": "2012-10-17", "Statement": [{"Condition": {"StringEquals": {"aws:ResourceTag/<tag-key>": "<tag-name>"}}, "Action": "ec2-instance-connect:SendSSHPublicKey", "Resource": "arn:aws:ec2:<region>:<profile_id>:instance/*", "Effect": "Allow"}]} `

## Update `bash pip3 install aws-cloud-instance-list --upgrade `

## Deploy to pypi

` python setup.py register -r pypi python setup.py sdist upload -r pypi `

#### Check readme ` python -m readme_renderer README.md -o /tmp/README.html `

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

aws-cloud-instance-list-0.0.4.tar.gz (2.4 kB view details)

Uploaded Source

File details

Details for the file aws-cloud-instance-list-0.0.4.tar.gz.

File metadata

File hashes

Hashes for aws-cloud-instance-list-0.0.4.tar.gz
Algorithm Hash digest
SHA256 73f05cf9950bcd4e36c7696a61f937352e10b1920e34cadcfc26d5d2cec0424a
MD5 d0894f76a02f8547e720289e880dc634
BLAKE2b-256 5b408594527a8f5aedff3ecd84eefec715b64b195ce2fde74f0e545780004175

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