Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hi All, I Am Designating An Ec2 Instance To Host My Web-Server And Handle All Auto-Scaling Operations On Aws. I Used The Ami (Ami-094B50Dd004Bdb97D) That Was Given From The Website, When Running The Aws_Autoscaler.Py I'M Getting This Error:

hi all,
i am designating an ec2 instance to host my web-server and handle all auto-scaling operations on aws. i used the AMI (ami-094b50dd004bdb97d) that was given from the website, when running the aws_autoscaler.py i'm getting this error:

ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with 'OpenSSL 1.0.2k-fips  26 Jan 2017'. See: 

is there a quick fix for this? because my alternative is to manually install python after installing the correct OpenSSL version.

  
  
Posted 5 months ago
Votes Newest

Answers 4


None

  
  
Posted 5 months ago

Yes, install None .

pip install "urllib3<2.0"

  
  
Posted 5 months ago

you already have python installed (or should) you can just install the previous version of of urllib3

  
  
Posted 5 months ago

@<1637624992084529152:profile|GlamorousChimpanzee22> downgrading rullib3 didn't help, from the link you sent me it seems like my original solution is the only one that will work with the current AMI, need to manually install python with my version of openSSL

  
  
Posted 5 months ago
290 Views
4 Answers
5 months ago
5 months ago
Tags