DEV Community

Discussion on: What AWS service are you struggling to learn? What’s painful?

Collapse
 
matthewvielkind profile image
Matthew Vielkind

Most of the individual service documentation is great. I love the docs for boto3!

Where I find problems is when I have an issue involving several different products. An example from the past few days, I've been struggling to successfully attach a SSL certificate to a domain linked to an EC2 instance.

There's a lot of documentation around components of this, but I haven't figured out how to stitch all the components together (EC2, Certificate Manager, Route 53) to get over the last hurdle so that I can use HTTPS to access the domain using the existing documentation.