I hereby claim:
- I am rpstreef on github.
- I am rpstreef (https://keybase.io/rpstreef) on keybase.
- I have a public key ASAtrq2ZV2USPkcBHPrvy44-ETWim32I7iwETT82QQuZVwo
To claim this, I am signing this object:
| #!/usr/bin/env bash | |
| # fscrypt-arch-setup.sh | |
| # Usage: | |
| # sudo bash fscrypt-arch-setup.sh | |
| # sudo TEST_DIR=1 USERNAME=<your_login> bash fscrypt-arch-setup.sh # optional: create a test dir | |
| set -euo pipefail | |
| # ---- config via env vars ---- | |
| TEST_DIR="${TEST_DIR:-0}" # 1 = create ~/fscrypt_test (interactive) |
| version: v2beta1 | |
| name: insight-prose | |
| images: | |
| insight-prose-api: | |
| image: localhost:5000/insight-prose-api | |
| dockerfile: ./Dockerfile | |
| context: . | |
| target: development | |
| skipPush: false |
| Service | Item | Cost | Subtotal | |
|---|---|---|---|---|
| S3 | 5 GB storage | $0.12 | $0.12 | |
| 5000 put/list requests | $0.03 | $0.15 | ||
| 100,000 Get and Other Requests | $0.04 | $0.19 | ||
| Inter region bucket transfers of 1GB/month (depends on CodePipeline/Commit region availability) | $0.02 | $0.21 | ||
| Route53 | Hosted zone | $0.50 | $0.71 | |
| Standard queries: 1 million / month | $0.40 | $1.11 | ||
| CodePipeLine | 1 Free pipeline per month | $0.00 | $1.11 | |
| CodeCommit | First 5 users free with 50GB storage and 10,000 git requests/month | $0.00 | $1.11 | |
| Lambda | Memory: 256Mb you get 1,600,000 seconds of compute time for free | $0.00 | $1.11 |
| # Fetch code from Master branch, execute Lambda function to generate, compress and deploy static site. | |
| CodePipeline: | |
| Type: "AWS::CodePipeline::Pipeline" | |
| Properties: | |
| Name: !Sub "${DomainName}-codepipeline" | |
| ArtifactStore: | |
| Type: S3 | |
| Location: !Ref ExistingCodePipelineBucket | |
| RestartExecutionOnUpdate: false | |
| RoleArn: !Sub "arn:aws:iam::${AWS::AccountId}:role/${CodePipelineRole}" |
I hereby claim:
To claim this, I am signing this object:
| { | |
| "Version": "2008-10-17", | |
| "Id": "http referer policy", | |
| "Statement": [ | |
| { | |
| "Sid": "Allow get requests from YOUR.URL", | |
| "Effect": "Allow", | |
| "Principal": "*", | |
| "Action": "s3:GetObject", | |
| "Resource": "arn:aws:s3:::YOUR.URL/*", |