Atlas
  • Front Page
  • Introduction & Support
  • Regulatory Training
  • Specification
    • Technical Specifications
    • Station Components & Features
    • Externals Box Specifications
  • Installation
    • Unboxing & Placement
    • Initial Setup
    • Battery Placement
    • Hardware & Software Inspection
    • Create FlytNow Account
    • Registering Drone Station
    • Linking Drone
    • AWS Photo/Video Setup
  • Operation
    • Operation limitations & Emergency Procedures
    • How To Create Missions
    • Pre/Post flight Inspection
    • How To Fly
  • Maintenance
    • Maintenance Introduction
    • Station Maintenance
    • Maintenance Schedule
    • Advanced Operational Adjustments
    • Wiring Diagram
    • Drone Maintenance
    • HVAC LED Code Troublehsooting
    • Troubleshooting: Hardware/Software
    • Station Battery Rack Lights/Sound Indicators
  • Warranty
  • Conclusion
Powered by GitBook
On this page
  • 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.
  • 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-
  • 8. Then proceed to (Bucket Name > Permissions > CORS Configuration) and paste the following array to update the CORS configuration.
  • -Copy & past the text below:-
  • 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
  1. Installation

AWS Photo/Video Setup

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

PreviousLinking DroneNextOperation

Last updated 2 years ago

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.

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 } ]

AWS photo/video bucket setup COMPLETE

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

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

support@flytbase.com