Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Terraform Module that returns the latest StatusCake IP Whitelist:https://www.statuscake.com/kb/knowledge-base/what-are-your-ips/

License

NotificationsYou must be signed in to change notification settings

vaibhavkhurana2018/terraform-http-statuscake-whitelist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Terraform Module that returns the latest StatusCake IP Whitelist:https://www.statuscake.com/kb/knowledge-base/what-are-your-ips/

This module scrapes the IP's used by Status Cake from their website and exposes it as a list to be consumed for whitelisting. The status cake website points to the following files for IP's to use:

They have also mentioned the following 3 IP's that they use for SSL:

  • 162.243.141.135
  • 107.170.235.240
  • 104.236.163.90

Note: This currently does not support IP's that are used for page speed by statuscake as they do not provide txt format for those IP's.

Usage

module"statuscake-whitelist" {source="github.com/vaibhavkhurana2018/terraform-http-statuscake-whitelist"}resource"aws_security_group_rule""allow_all_from_statuscake" {type="ingress"from_port=0to_port=443protocol="tcp"cidr_blocks=["${module.statuscake-whitelist.ips}"]security_group_id="sg-123456"}

Outputs

ips = "List of ip's used by status cake."

LICENSE

Licensed under MIT. Seevaibhavkhurana2018.mit-license.org for complete text.

Thanks

Would like to thank Nemo for module reference.

About

Terraform Module that returns the latest StatusCake IP Whitelist:https://www.statuscake.com/kb/knowledge-base/what-are-your-ips/

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp