AWS Photo/Video Setup

Follow the instruction below in order to setup AWS photo/video bucket in combination with the Atlas staton.

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.

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

4. Select your preferred region.

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

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

Note: Your bucket content will NOT become publicly accessible when you set the Block Public Access to OFF.

7. Go to (Bucket Name > Permissions > Bucket Policy) and paste the following JSON and replace the Bucket_Name with the actual name of your bucket.

-Copy & paste the text below-

{ "Version": "2012-10-17", "Id": "Policy1586431420805", "Statement": [{ "Sid": "Stmt1586431413927", "Effect": "Allow", "Principal": { "AWS": "arn:aws:iam::338532100127:user/S3-FlytNow" }, "Action": "*", "Resource": [ "arn:aws:s3:::​Bucket_Name​", "arn:aws:s3:::​Bucket_Name​/*" ] }] }

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

-Copy & past the text below:-

[ { "AllowedHeaders": [ "*" ], "AllowedMethods": [ "GET" ], "AllowedOrigins": [ "*" ], "ExposeHeaders": [], "MaxAgeSeconds": 1800 } ]

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

AWS photo/video bucket setup COMPLETE

Last updated