You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider fixing these issues, they don't align with your company's FinOps policies & the Well-Architected Framework.
Cloud security policies
❌ [EC2.9, EC2.25] Amazon EC2 and launch templates should not associate a public IPv4 address
EC2 instances and launch templates should not have a public IPv4 address to reduce attack surface and prevent direct internet exposure. Use NAT gateways for outbound connectivity and AWS Systems Manager Session Manager for secure instance access. Corresponds to AWS Security Hub control EC2.9 and EC2.25.
Consider disabling associate_public_ip_address. Set associate_public_ip_address = false and use NAT gateways for outbound connectivity.
🔧 Fix in your IDE — or ask your agent to apply it with Infracost Dev
in project aws-test-2_vpc_alb_ec2_lb
Tagging policies
❌ FinOps tags
This example Tagging policy shows how you can enforce required FinOps tag keys/values in pull requests. This example checks for the tags 'Service' (can have any value) and 'Environment' (must be Dev/Stage/Prod) on all taggable resources being changed in the pull request. You can adjust it from https://dashboard.infracost.io > Governance > Tagging policies. You have a 14 day trial of this feature as it's part of Infracost Cloud.
Missing mandatory tag Environment. Must be one of Dev, Stage, Prod. Consider using default tags to avoid adding tags to individual resources.
Missing mandatory tag: Service. Consider using default tags to avoid adding tags to individual resources.
in project aws-test-2_vpc_alb_ec2_lb
Monthly estimate generated Estimate details (includes details of unsupported resources)
Key: * usage cost, ~ changed, + added, - removed
──────────────────────────────────
Key: * usage cost, ~ changed, + added, - removed
*Usage costs can be estimated by updating Infracost Cloud settings, see [docs](https://www.infracost.io/docs/features/usage_based_resources/#infracost-usageyml) for other options.
204 cloud resources were detected:
∙ 28 were estimated
∙ 159 were free
∙ 17 are not supported yet, see https://infracost.io/requested-resources:
∙ 11 x aws_subnet
∙ 4 x aws_vpc
∙ 1 x azurerm_static_web_app
∙ 1 x google_firestore_database
Let your coding agent remediate these. Infracost Dev gives Cursor, Claude Code and Copilot your FinOps policies and live cloud pricing — so the next PR ships clean.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.