You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So let's say that a VPC has a 100.x.x.x address space,
Ideally each CIROH member could get a LOT of address space within their own block of that 100.x net.
Something like CIROH member #1 gets 100.1.x.x and #2 gets 100.2.x.x
I can add a basic table and ENV to the Terraform that allows the user to pick from a list of Institutions and thus fills those blocks in for them for creation of modeling and experimental space.
Users would still have access to others' subnets (which dont stop communications themselves but would mean that if I ran my institution out of address space, I wouldn't run someone else out of address space as well), for limiting access we would need to add Security Groups.
So let's say that a VPC has a 100.x.x.x address space,
Ideally each CIROH member could get a LOT of address space within their own block of that 100.x net.
Something like CIROH member #1 gets 100.1.x.x and #2 gets 100.2.x.x
I can add a basic table and ENV to the Terraform that allows the user to pick from a list of Institutions and thus fills those blocks in for them for creation of modeling and experimental space.
@jameshalgren @arpita0911patel Does this sound reasonable?
Users would still have access to others' subnets (which dont stop communications themselves but would mean that if I ran my institution out of address space, I wouldn't run someone else out of address space as well), for limiting access we would need to add Security Groups.