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

fix infracost #13

Merged
merged 1 commit into from
Jul 21, 2022
Merged

fix infracost #13

merged 1 commit into from
Jul 21, 2022

Conversation

nooperpudd
Copy link
Contributor

No description provided.

@github-actions
Copy link

💰 Infracost estimate: monthly cost will increase by $165 📈

Project Previous New Diff
startuplcoud/infra-multi-accoun...nt/dev/us-east-1/alb/plan.json $0 $16.43 +$16.43
startuplcoud/infra-multi-accoun.../us-east-1/autoscale/plan.json $0 $30.33 +$30.33
startuplcoud/infra-multi-accoun...nt/dev/us-east-1/rds/plan.json $0 $13.98 +$13.98
startuplcoud/infra-multi-accoun...nt/dev/us-east-1/vpc/plan.json $0 $36.50 +$36.50
startuplcoud/infra-multi-accoun...e/ap-southeast-1/rds/plan.json $0 $21.01 +$21.01
startuplcoud/infra-multi-accoun...e/ap-southeast-1/vpc/plan.json $0 $46.72 +$46.72
All projects $0 $165 +$165
Infracost output
Project: startuplcoud/infra-multi-account-region-startup-kit/terragrunt/dev/us-east-1/alb/plan.json

+ aws_alb.load_balancer
  +$16.43

    + Application load balancer
      +$16.43

    + Load balancer capacity units
      Monthly cost depends on usage
        +$5.84 per LCU

Monthly cost change for startuplcoud/infra-multi-account-region-startup-kit/terragrunt/dev/us-east-1/alb/plan.json
Amount:  +$16.43 ($0.00 → $16.43)

──────────────────────────────────
Project: startuplcoud/infra-multi-account-region-startup-kit/terragrunt/dev/us-east-1/autoscale/plan.json

+ aws_autoscaling_group.autoscaling_group
  +$30.33

    + aws_launch_configuration.configuration
    
        + Instance usage (Linux/UNIX, on-demand, t4g.small)
          +$24.53
    
        + EC2 detailed monitoring
          +$4.20
    
        + CPU credits
          $0.00
    
        + root_block_device
        
            + Storage (general purpose SSD, gp2)
              +$1.60

Monthly cost change for startuplcoud/infra-multi-account-region-startup-kit/terragrunt/dev/us-east-1/autoscale/plan.json
Amount:  +$30.33 ($0.00 → $30.33)

──────────────────────────────────
Project: startuplcoud/infra-multi-account-region-startup-kit/terragrunt/dev/us-east-1/rds/plan.json

+ module.postgres.module.db_instance.aws_db_instance.this[0]
  +$13.98

    + Database instance (on-demand, Single-AZ, db.t4g.micro)
      +$11.68

    + Storage (general purpose SSD, gp2)
      +$2.30

    + Performance Insights API
      Monthly cost depends on usage
        +$0.01 per 1000 requests

Monthly cost change for startuplcoud/infra-multi-account-region-startup-kit/terragrunt/dev/us-east-1/rds/plan.json
Amount:  +$13.98 ($0.00 → $13.98)

──────────────────────────────────
Project: startuplcoud/infra-multi-account-region-startup-kit/terragrunt/dev/us-east-1/vpc/plan.json

+ module.vpc.aws_eip.nat[0]
  +$3.65

    + IP address (if unused)
      +$3.65

+ module.vpc.aws_nat_gateway.this[0]
  +$32.85

    + NAT gateway
      +$32.85

    + Data processed
      Monthly cost depends on usage
        +$0.045 per GB

Monthly cost change for startuplcoud/infra-multi-account-region-startup-kit/terragrunt/dev/us-east-1/vpc/plan.json
Amount:  +$36.50 ($0.00 → $36.50)

──────────────────────────────────
Project: startuplcoud/infra-multi-account-region-startup-kit/terragrunt/stage/ap-southeast-1/rds/plan.json

+ module.postgres.module.db_instance.aws_db_instance.this[0]
  +$21.01

    + Database instance (on-demand, Single-AZ, db.t4g.micro)
      +$18.25

    + Storage (general purpose SSD, gp2)
      +$2.76

    + Performance Insights API
      Monthly cost depends on usage
        +$0.01 per 1000 requests

Monthly cost change for startuplcoud/infra-multi-account-region-startup-kit/terragrunt/stage/ap-southeast-1/rds/plan.json
Amount:  +$21.01 ($0.00 → $21.01)

──────────────────────────────────
Project: startuplcoud/infra-multi-account-region-startup-kit/terragrunt/stage/ap-southeast-1/vpc/plan.json

+ module.vpc.aws_eip.nat[0]
  +$3.65

    + IP address (if unused)
      +$3.65

+ module.vpc.aws_nat_gateway.this[0]
  +$43.07

    + NAT gateway
      +$43.07

    + Data processed
      Monthly cost depends on usage
        +$0.059 per GB

Monthly cost change for startuplcoud/infra-multi-account-region-startup-kit/terragrunt/stage/ap-southeast-1/vpc/plan.json
Amount:  +$46.72 ($0.00 → $46.72)

──────────────────────────────────
Key: ~ changed, + added, - removed

75 cloud resources were detected:
∙ 8 were estimated, 6 of which include usage-based costs, see https://infracost.io/usage-file
∙ 66 were free:
  ∙ 18 x aws_route_table_association
  ∙ 18 x aws_subnet
  ∙ 9 x aws_security_group_rule
  ∙ 4 x aws_route
  ∙ 4 x aws_route_table
  ∙ 4 x aws_security_group
  ∙ 2 x aws_db_subnet_group
  ∙ 2 x aws_internet_gateway
  ∙ 2 x aws_vpc
  ∙ 1 x aws_alb_listener
  ∙ 1 x aws_alb_target_group
  ∙ 1 x aws_launch_configuration
∙ 1 is not supported yet, see https://infracost.io/requested-resources:
  ∙ 1 x aws_autoscaling_attachment

This comment will be updated when the cost estimate changes.

Is this comment useful? Yes, No, Other

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

Successfully merging this pull request may close these issues.

1 participant