Hey guys,
*Preface: I'm really bad with tech stuff, just a heads up 
I've spent the last 3 days reading all the tutorials and comments about hosting and I followed them but I still can't get my landing page live. I even bought a new domain to try everything from scratch again but still no luck.
At this point I have no clue what to do now. I don't even know how to find which domain extension / link I'm trying to host the lander on.
Bought domain from Namecheap and set up all the nameservers in there that I got from Route 53. I have a custom SSL certificate in Cloudfront. All the files, code and images are uploaded in my bucket as well.
I'm sure it's probably something silly I'm just missing but any help would be seriously appreciated. If you need any more information about what I've tried or set up I can share all that as well 
I know it shouldn't be taking this long, just want to get this finished so I can run a campaign lol.
Thanks!
Edit: I used the giftbox lander from purelander if that helps
- What error message do you get when trying to access to your page?
- Can you share screenshots of your setup on Route 53, CloudFront, S3... (see here guide on how to upload images)
The best way is often to delete everything and restart from scratch.
See this video tutorial:
https://www.youtube.com/watch?v=DiIaoIcoKNY
I think I actually got it to work under the index.html extension on my URL (didn't have cname entered correctly!)
Only thing now is that I can't get the pictures to load. Here's a screenshot (it's an iphone giftbox lander): 
Thanks for linking that video!
Edit: Here's the files I have in my AWS bucket: 
Image urls might be your problem.
Check the code of the LP and look at urls of the pictures. You need to use either full urls that "link" directly to the pics, so like : https://www.yourdomain.com/fullpatht...arein/gift.gif
OR one of these, based on where the images are located: https://www.w3schools.com/html/html_filepaths.asp
Same thing, still not working. Restarted the whole process a few times on 2 different domains and 3 different landing pages. Not sure what to do. Should I try hosting elsewhere maybe?
Edit: So close lol. Not sure why the giftboxes haven't loaded but will keep trying 
Hello,
It can be a URL problem as pointed by @matuloo.
Or it can be that your S3 bucket / CF distribution access policies are not properly configured.
Post a link to your lander and I will have a look.
Hosting somewhere else might not change the problem. Better to understand what you are doing wrong and learn.
Good point. I pm'd you the link
@classic sent a PM with his lander
Honestly, next time, when ripping classic landers, please share your URL in the first post. There is nothing new / creative to hide, and it just makes it more difficult for us to help you.
You have:
1) a URL problem
<div id="4"><img src="https://YOURDOMAIN.com/index.html/img/box_c.png" class="try" /></div>
<div id="4"><img src="img/box_c.png" class="try" /></div>
<div id="4"><img src="/img/box_c.png" class="try" /></div>
Thanks for helping out with the code jeremie, as I can see there was the img url problem indeed plus the other one 
And I totally agree with jeremie here :
Thanks @matuloo and @jermie for your help, I appreciate it! I payed someone to fix the problem for me so it's all good to go now. I can finally work on my first push campaign 
Definitely going to learn at least the basics of HTML though so I know for the future