Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-08-10 10:25
Flavor·PCRE2 (PHP)

/
ec2-(?:25[0-5]|2[0-4]\d|[0-1]?\d{1,2})(?:-(?:25[0-5]|2[0-4]\d|[0-1]?\d{1,2})){3}\.(?:eu|us|af|ap|ca|me|sa)-(?:west|central|south|north|(?:south|north)?east)-[1-9]{1,1}\.compute\.amazonaws\.com
/
gm
Open regex in editor

Description

Validates AWS EC2 Hostnames

Submitted by holy-moly-555