Add resume pdf & html

This commit is contained in:
2025-06-12 15:09:24 -07:00
parent 989107517a
commit 44fa26ba30
5 changed files with 30 additions and 1 deletions

View File

@ -43,7 +43,11 @@
- [x] Create a bucket policy that blocks all public access but allows your IAM role
- [ ] Implmented: [guide](https://aws.amazon.com/blogs/security/how-to-restrict-amazon-s3-bucket-access-to-a-specific-iam-role/)
<<<<<<< HEAD
![restrict to role](./assets/restrict-to-role.jpg)
=======
![restrict to role](./assets/restrict-to-role.png)
>>>>>>> 1437cee (Add resume pdf & html)
- [x] **Experiment** with requiring MFA or VPC conditions.
- [x] MFA conditions
@ -98,9 +102,19 @@ aws s3 ls s3://witch-lab-3
- [x] Configure route 53 alias or CNAME for `resume.<yourdomain>` to the bucket endpoint.
- [x] Deploy CloudFront with ACM certificate for HTTPS
* see: [resume](https://resume.wizards.cafe)
<<<<<<< HEAD
- [ ] **Private "Invite-Only" Resume Hosting**
1. [ ] **Pre-signed URLs**
`aws s3 presign s3://<YOUR_BUCKET_NAME>/resume.pdf --expires-in 3600`
=======
* Cloudflare Edge Certificate -> Cloudfront -> S3 Bucket
* In this step, I disabled "static website hosting" on the s3 bucket
**Private "Invite-Only" Resume Hosting**
1. [x] **Pre-signed URLs**
`aws s3 presign s3://<YOUR_BUCKET_NAME>/resume.pdf --expires-in 3600`
![presigned url](./assets/create-presigned-url.jpg)
>>>>>>> 1437cee (Add resume pdf & html)
### Further Exploration
1. [ ] Snapshots & AMIs