๐
Deployed by Insights Platform Architect
Your website is live!
https://bananas.jmciver.com
This site was provisioned automatically using Insights Platform Architect โ
a fully managed static website stack running on Amazon S3, CloudFront CDN, and
ACM SSL certificates, with DNS managed through Route 53.
๐
Global CDN
CloudFront edge locations worldwide
๐
HTTPS by default
Free SSL via AWS Certificate Manager
โก
High performance
S3 + CloudFront caching
Upload your website files
aws s3 sync ./my-site s3://bananas-jmciver-com/ \
--delete \
--cache-control "max-age=86400"
aws cloudfront create-invalidation \
--distribution-id <your-distribution-id> \
--paths "/*"
What was created
S3 Bucket โ bananas-jmciver-com
CloudFront โ Global CDN distribution
ACM Certificate โ SSL/TLS for bananas.jmciver.com
Route 53 Record โ DNS A record โ CloudFront
Replace this page by uploading your own index.html to the S3 bucket above.
You can manage this deployment from the Insights Platform Architect plugin.