Skip to content

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

@huxoll

Description

@huxoll

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions