🎱What is Resourcely?

Resourcely helps businesses create secure-by-default infrastructure resources and prevents security misconfiguration in the cloud.

Welcome to Resourcely

Resourcely is a cloud guardrails platform for security teams to maintain Terraform governance and compliance by shifting security left.

With Resourcely:

  • Implement pre-built Terraform policies or build your own custom policies

  • Proactively block Terraform misconfigurations as part of your CI pipeline

  • Remediate violations in existing infrastructure without causing drift

  • Build paved roads for deploying new cloud resources

How it works

Write your own cloud policies or import pre-built policies.

/// CIS AWS 3.0 Guardrails

GUARDRAIL "Ensure that AWS database instances have deletion protection enabled"
  WHEN aws_db_instance
    REQUIRE deletion_protection = true
    
GUARDRAIL "Disallow inbound open access"
  WHEN aws_security_group
    REQUIRE NO ingress.cidr_blocks = "0.0.0.0/0"
    
GUARDRAIL "Enable CloudTrail log file validation"
  WHEN aws_cloudtrail
    REQUIRE enable_log_file_validation = true

Quickstart

You can quickly get started with Resourcely by signing up for a free account, then heading over to ourQuickstart page.

Need help getting started?

Schedule a demo, proof of value, or workshop

Demo

Schedule a demo to see Resourcely in action and learn how it can help you secure and manage your cloud infrastructure today!

Proof of Value

If you would like to run a formal proof of value, head over to https://www.resourcely.io/pov

Workshop

If you like Resourcely to come on-site or host a virtual workshop, head over to https://www.resourcely.io/event/resourcely-workshop

Last updated