https://github.com/nisevi/vaskohandmade-home
Handmade pedals and amps.
https://github.com/nisevi/vaskohandmade-home
aws aws-s3 cdn cloudfront css css3 css3-animations glacier html html-css html5 iam-credentials iam-policy iam-role iam-users javascript route53 s3 s3-bucket scss
Last synced: about 1 month ago
JSON representation
Handmade pedals and amps.
- Host: GitHub
- URL: https://github.com/nisevi/vaskohandmade-home
- Owner: nisevi
- License: apache-2.0
- Created: 2017-10-13T20:03:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-17T13:53:10.000Z (about 7 years ago)
- Last Synced: 2025-02-04T16:34:42.617Z (3 months ago)
- Topics: aws, aws-s3, cdn, cloudfront, css, css3, css3-animations, glacier, html, html-css, html5, iam-credentials, iam-policy, iam-role, iam-users, javascript, route53, s3, s3-bucket, scss
- Language: CSS
- Homepage: https://vaskohandmade.com
- Size: 26.4 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://circleci.com/gh/nisevi/vaskohandmade)
# VASKO
Handmade pedals and amps.
## Architecture

[Here is how the process works](https://aws.amazon.com/blogs/security/how-to-protect-your-web-application-against-ddos-attacks-by-using-amazon-route-53-and-a-content-delivery-network/):
1. A user’s browser makes a DNS request to Route 53.
2. Route 53 has a hosted zone for the vaskohandmade.com domain.
3. The hosted zone serves the record:
* a. If the request is for the apex zone, the alias resource record set for the CloudFront distribution is served.
* b. If the request is for the www subdomain, the CNAME for the externally hosted CDN is served.
4. CloudFront forwards the request to Amazon S3.
5. S3 performs a secure redirect from www.vaskohandmade.com to vaskohandmade.com.
6. Amazon S3 objects are versioned and the lifecycle of previous versions is handled with a transition to Amazon Glacier 30 days after the object creation and finally removed after 60 days from becoming a previous version.## Continuous deployment
