Giter Club home page Giter Club logo

Comments (4)

eduardocerqueira avatar eduardocerqueira commented on July 28, 2024

it is a good question @kornys, I was checking the code and I agree with you, it seems cloudwash is tied with only one AWS region at least on this code version. @jyejare is there any plan to extend the tool to manage resources from multiple regions?

from cloudwash.

kornys avatar kornys commented on July 28, 2024

boto3 client allows you after connecting into specific region list all regions so then you can iterate across regions and connect ec2 client to specific region and list instances. I expect that same approach can be used for other aws objects.

from cloudwash.

jyejare avatar jyejare commented on July 28, 2024

@eduardocerqueira @kornys Since we have this issue open now, we will try to fix it up sooner depends on multiple priorities listed in the issues.

@kornys I would encourage you to step forward and contribute to fix the issue.

from cloudwash.

jyejare avatar jyejare commented on July 28, 2024

@kornys @eduardocerqueira The recent PR #19 has merged adding support for multiple regions where you can either mention one region, multiple separated by comma or all string. The all fetches list of regions from EC2 and runs cleanup over all regions. The new release of cloudwash has this ability.

Also the username and password itself are nothing but aws_access_key_id and aws_secret_access_key resp, it is just that cloudwash is using the term username and passwrd from its dependency wrapanapi https://github.com/RedHatQE/wrapanapi/blob/master/wrapanapi/systems/ec2.py#L492-L493

If thats confusing things then we ll change that in the future.

from cloudwash.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.