# AWS Photo/Video Setup

## 1. Sign in to your AWS Account at AWS Sign In.

## 2. Or click on create an account if you don't already have one at AWS Create Account.

<figure><img src="https://lh4.googleusercontent.com/_u0E1ZHc639osOQZsRxRPDtSxMWbUkgzR0UpnsaLfrUsvwO1YbiVIw104mOLytvVM3PdH6YggV8IQfUi9A7Yr_DudnvYDJmt-A1nlO3OIz9VNPXSvHlX3IAqHu4U3hDs58xhvq1uFILKXDYa78eUCO2ViPi3mxtyWH6Qu5uen4sXCZ1VGQKRKMNpyw" alt=""><figcaption></figcaption></figure>

## 3. **Go to the Bucket Tab (A) in the Amazon S3 console and then select Create Bucket (B)**

<figure><img src="https://lh4.googleusercontent.com/Oj_q8nyIrOD7wyUEBC-581Tjy0i4EVFM74uFFs2vcrrwHZRnunIixV6v_SYoWQWFmBGkWcrKml7uQszy9iblw1-eQt-pe0Cy-JDwqLpjDTZ4IFukb9e0ze-4QIi7-SyJrNtPgnRr2TibCCvTUuzFBA" alt=""><figcaption></figcaption></figure>

## 4. Select your preferred region.

<figure><img src="https://lh3.googleusercontent.com/zKukhSuGLYphIYxU4j-GX78AuGXoLrpsxvvbByVbQfSwZCDiR8Hn-UbKcxGqYoOg_DxvMUiyo9nyETtl-bvXVxtlcExVmBe85JpN6sHMMgs1r9slk772L5foEK9nlVxpVJxO8_CSMaVU5KY9cJyqFg" alt=""><figcaption></figcaption></figure>

## 5. Once you have created a Bucket, go to Bucket Name > Properties > Transfer acceleration. Enable Transfer Acceleration for faster data transfer.

<figure><img src="https://lh4.googleusercontent.com/-GfQ0qD6skhl--q9hPVUpTl2ZDX2NYIrImMiC58lglAErU02lG8DEy0XpKD_DoU7yYOyMN52LMZUrcFykNh7zxFO3RAcrGpfEn3Eam5shhNS9-OqmwImpVyRGNGH_VyZR_ZREJmNRl6vhxM8pE0_eg" alt=""><figcaption></figcaption></figure>

## 6. Next go to Bucket Name > Permissions > Block Public Access. Ensure Block all public access is set to OFF.

<figure><img src="https://lh6.googleusercontent.com/ejxN6aClFLpuLPunI8LV0_IvSyy3AVCt50526IrRm0Al6UrEOSEKkXX7i7znwYjw0e4gYVD8h3CuVSR7Oq4w6RGCnwIfB6n_u060UuvYvQREnZczDienSUikwadypEdevDIBEhXtOL7fvjX-HTKssw" alt=""><figcaption><p><strong>Note</strong>: Your bucket content will <strong>NOT</strong> become publicly accessible when you set the Block Public Access to OFF.</p></figcaption></figure>

## 7. **Go to (Bucket Name > Permissions > Bucket Policy) and p**aste the following JSON and replace the Bucket\_Name with the actual name of your bucket.

<figure><img src="https://lh3.googleusercontent.com/p-8dnAqqOev8o8WRabTe4Vng5GuG-XPGh4YNl1LOM8UjVx5H6ksgf-w9YvK_wfrTQQB3nTXsx0iYSBhL70Dsb4Z9PBsZIkW8Dg3IgL8c04LyqneGQPOnZC116kVI97nW9oltt7ZbMDfkgMMq_t_Uyw" alt=""><figcaption></figcaption></figure>

### -Copy & paste the text below-

**{**\
&#x20;   **"Version": "2012-10-17",**\
&#x20;   **"Id": "Policy1586431420805",**\
&#x20;   **"Statement": \[{**\
&#x20;       **"Sid": "Stmt1586431413927",**\
&#x20;       **"Effect": "Allow",**\
&#x20;       **"Principal": {**\
&#x20;           **"AWS": "arn:aws:iam::338532100127:user/S3-FlytNow"**\
&#x20;       **},**\
&#x20;       **"Action": "\*",**\
&#x20;       **"Resource": \[**\
&#x20;           **"arn:aws:s3:::​Bucket\_Name​",**\
&#x20;           **"arn:aws:s3:::​Bucket\_Name​/\*"**\
&#x20;       **]**\
&#x20;   **}]**\
\&#xNAN;**}**

## **8.** Then proceed to (Bucket Name > Permissions > CORS Configuration) and paste the following array to update the CORS configuration.

<figure><img src="https://lh3.googleusercontent.com/5xpMobtSyvQkYWppNPCIDDET7zr4hbICvJGY0S6CGR2sKvAay0evh89e87Bius58fFyBfqbm5-MrOYBPeKWAxOkTqppuFBI4DTjONeLvO7csP90SUziZ1kE4VM-VZN6ZsEWwdwJd4w13Eye1NIKu0w" alt=""><figcaption></figcaption></figure>

### **-Copy & past the text below:-**

**\[**\
&#x20;   **{**\
&#x20;       **"AllowedHeaders": \[**\
&#x20;           **"\*"**\
&#x20;       **],**\
&#x20;       **"AllowedMethods": \[**\
&#x20;           **"GET"**\
&#x20;       **],**\
&#x20;       **"AllowedOrigins": \[**\
&#x20;           **"\*"**\
&#x20;       **],**\
&#x20;       **"ExposeHeaders": \[],**\
&#x20;       **"MaxAgeSeconds": 1800**\
&#x20;   **}**\
\&#xNAN;**]**

## **9. Once you have completed the steps above, send your S3 “Bucket Name” by email to** [**support@flytbase.com**](mailto:support@flytbase.com) **so that your photo/video bucket can be linked to your Flightnow account.**

## AWS photo/video bucket setup COMPLETE
