Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/blue0513/cloudfront-experiment


https://github.com/blue0513/cloudfront-experiment

Last synced: 15 days ago
JSON representation

Awesome Lists containing this project

README

        

# cloudfront-experiment

Make Cloudfront and S3 bucket

## Usage

```shell
# Setup terraform.tfvars
make setup

# Deploy S3 & Cloudfront
make plan
make apply
```

```shell
# After accessing several times, it says `x-cache: Hit from cloudfront`
DISTRIBUTION_DOMAIN="YOUR_DISTRIBUTION_DOMAIN_NAME" make access
```

```shell
# After WAF rejects DoS attack, it says `HTTP/2 403`
DISTRIBUTION_DOMAIN="YOUR_DISTRIBUTION_DOMAIN_NAME" make attack
```