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
File details
Details for the file aws-cloud-instance-list-0.0.4.tar.gz
.
File metadata
- Download URL: aws-cloud-instance-list-0.0.4.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 73f05cf9950bcd4e36c7696a61f937352e10b1920e34cadcfc26d5d2cec0424a |
|
MD5 | d0894f76a02f8547e720289e880dc634 |
|
BLAKE2b-256 | 5b408594527a8f5aedff3ecd84eefec715b64b195ce2fde74f0e545780004175 |