Question: Please draw an Erd diagram using this information. Draw ERD for the following scenario inspired by AWS (This is over simplified): - AWS provides hundreds

Please draw an Erd diagram using this information.
Draw ERD for the following scenario inspired by AWS (This is over simplified): - AWS provides hundreds of services. Two popular services are AWS EC2 and S3 services. EC2 instances represent virtual servers that can be launched on demand, while S3 buckets represent object storage in the cloud. - Each AWS service may have several resources configurations. Each configuration is identified by name. Resource configuration has a type (for example, computing, storage, ..), and a unit (if applicable) - Accounts are needed to access the AWS services. Account can be either personal or business. - Account has an account id, and balance. Several users can be within the same business account, where each user would have a separate budget. While personal accounts allow only one user. - Users are identified by an id. We store the email address and a password hash. - The cost of a service depends on (1) subscription type (on-demand, pre-allocated), (2) Account Type, and (3) resource configurations
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
