Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User prerequisites should be created when user is created. #2

Open
huxoll opened this issue Feb 24, 2014 · 0 comments
Open

User prerequisites should be created when user is created. #2

huxoll opened this issue Feb 24, 2014 · 0 comments

Comments

@huxoll
Copy link
Contributor

huxoll commented Feb 24, 2014

There are various entities that should be populated when an account is added to the system.

There are defaults for:
EC2 Security Group
DB Security Group
DB Parameter Group
Cache Parameter Group
Cache Security Group

etc...

We need to create these and handle them in a better way; rather than make spaghetti code where the CreateAccount action needs to know about all of them,
we should:
Create them as prototypes, and copy them per-user on edit
Create them per user, using a hibernate interceptor or the like to decouple account creation from services

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant