Git Product home page Git Product logo

Comments (3)

aronr avatar aronr commented on June 9, 2024

One potential scenario might be a way for students to temporarily spin up and take down virtual hosts for doing homework and practice after workshop/course hours, if those aren't continually running. (The homework scenario applies to the URAP use case above.)

from cloud-computing-working-group.

aronr avatar aronr commented on June 9, 2024

There's lots of potential functionality that could be covered in this cookbook. Perhaps those could be separated/isolated and tackled one-by-one?

Examples of those - some of these perhaps already addressed by existing work, as per the previous comment - include:

  • Placing constraints on student use of cloud resources, so accidental overages, security breaches, won't incur significant charges.
  • Delegating some aspects of administration, such as user account setup and maintenance, to others involved with the event/course. (Example: a faculty member delegating administrative tasks to their GSIs.)

from cloud-computing-working-group.

paciorek avatar paciorek commented on June 9, 2024

Yes, I agree there are bits and pieces here and there. I think much of what
you mention could be based around BCE with some additional provisioning
steps, or scripts that modify a running VM. One can use Python's boto
package to programmatically start up instances and to set up multiple IAM
users. Aaron has already provided code for the IAM part of things and I
have some template policy files that limit what individual IAM users on an
account can do. I also have some Boto code that will terminate instances
that run more than X hours for the X of your choice.

The downside to all this is having to deal with either paying Amazon or
getting credits from Amazon. The latter is feasible but their model for
providing credits for groups seems to still be evolving. So it may be hard
to have a cookbook yet with regard to the payment part of it.

On Mon, Nov 2, 2015 at 2:12 PM, Aron Roberts [email protected]
wrote:

One potential scenario might be a way for students to temporarily spin up
and take down virtual hosts for doing homework and practice after
workshop/course hours, if those aren't continually running. (The homework
scenario applies to the URAP use case above.)


Reply to this email directly or view it on GitHub
#11 (comment)
.

from cloud-computing-working-group.

Related Issues (11)

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.