Guest User

Untitled

a guest
Jun 21st, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. pip install awscli
  2. aws s3 sync --acl public-read --sse --delete /path/to/static/site/ s3://www.mywebsite.com
  3. aws configure set preview.cloudfront true
  4. aws cloudfront create-invalidation --distribution-id xxx --paths '/*'
Add Comment
Please, Sign In to add comment