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

chore(dev): Reduce Azure VM's disk operations in dev env #15

Open
wants to merge 2 commits into
base: development
Choose a base branch
from

Conversation

vdmgolub
Copy link
Contributor

No description provided.

@vdmgolub vdmgolub changed the base branch from main to development October 17, 2022 08:34
@github-actions
Copy link

github-actions bot commented Oct 17, 2022

💰 Infracost estimate: monthly cost will decrease by $0.10 (0%) 📉

Project Previous New Diff
aws $1,117 $0 -$1,116.81
azure $734 $0 -$734.41
google $595 $0 -$595.20
infra_aws $0 $1,117 +$1,117
infra_azure $0 $734 +$734
infra_google $0 $595 +$595
All projects $2,446 $2,446 -$0.10 (0%)
Infracost output
Project: aws

- aws_instance.web_app
  -$680

    - Instance usage (Linux/UNIX, on-demand, m5.4xlarge)
      -$561

    - root_block_device
    
        - Storage (general purpose SSD, gp2)
          -$5.00

    - ebs_block_device[0]
    
        - Storage (provisioned IOPS SSD, io1)
          -$62.50
    
        - Provisioned IOPS
          -$52.00

- aws_lambda_function.hello_world
  -$437

    - Requests
      -$20.00

    - Duration
      -$417

Monthly cost change for aws
Amount:  -$1,117 ($1,117 → $0.00)

──────────────────────────────────
Project: azure
Module path: azure

- azurerm_function_app.my_function
  -$675

    - vCPU (EP2)
      -$540

    - Memory (EP2)
      -$135

- azurerm_linux_virtual_machine.my_vm
  -$59.31

    - Instance usage (pay as you go, Basic_A2)
      -$57.67

    - os_disk
    
        - Storage (S4)
          -$1.54
    
        - Disk operations
          -$0.10

Monthly cost change for azure (Module path: azure)
Amount:  -$734 ($734 → $0.00)

──────────────────────────────────
Project: google
Module path: google

- google_compute_instance.instance1
  -$555

    - Instance usage (Linux/UNIX, preemptible, n1-standard-32)
      -$234

    - Standard provisioned storage (pd-standard)
      -$0.40

    - NVIDIA Tesla T4 (preemptible)
      -$321

- google_dns_record_set.frontend
  -$40.00

    - Queries
      -$40.00

Monthly cost change for google (Module path: google)
Amount:  -$595 ($595 → $0.00)

──────────────────────────────────
Project: infra_aws

+ aws_instance.web_app
  +$680

    + Instance usage (Linux/UNIX, on-demand, m5.4xlarge)
      +$561

    + root_block_device
    
        + Storage (general purpose SSD, gp2)
          +$5.00

    + ebs_block_device[0]
    
        + Storage (provisioned IOPS SSD, io1)
          +$62.50
    
        + Provisioned IOPS
          +$52.00

+ aws_lambda_function.hello_world
  +$437

    + Requests
      +$20.00

    + Duration
      +$417

Monthly cost change for infra_aws
Amount:  +$1,117 ($0.00 → $1,117)

──────────────────────────────────
Project: infra_azure
Module path: azure

+ azurerm_function_app.my_function
  +$675

    + vCPU (EP2)
      +$540

    + Memory (EP2)
      +$135

+ azurerm_linux_virtual_machine.my_vm
  +$59.21

    + Instance usage (pay as you go, Basic_A2)
      +$57.67

    + os_disk
    
        + Storage (S4)
          +$1.54
    
        + Disk operations
          +$0.00

Monthly cost change for infra_azure (Module path: azure)
Amount:  +$734 ($0.00 → $734)

──────────────────────────────────
Project: infra_google
Module path: google

+ google_compute_instance.instance1
  +$555

    + Instance usage (Linux/UNIX, preemptible, n1-standard-32)
      +$234

    + Standard provisioned storage (pd-standard)
      +$0.40

    + NVIDIA Tesla T4 (preemptible)
      +$321

+ google_dns_record_set.frontend
  +$40.00

    + Queries
      +$40.00

Monthly cost change for infra_google (Module path: google)
Amount:  +$595 ($0.00 → $595)

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

6 cloud resources were detected:
∙ 6 were estimated, all of which include usage-based costs, see https://infracost.io/usage-file

This comment will be updated when the cost estimate changes.

Is this comment useful? Yes, No, Other

@vdmgolub vdmgolub force-pushed the chore/azure-reduce-disk-operations branch from aae709d to 41561c3 Compare October 18, 2022 09:44
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