Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5974073
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T20:53:29+00:00 2026-05-22T20:53:29+00:00

I am creating Flash Media Servers using an AMI that Adobe provides. I need

  • 0

I am creating Flash Media Servers using an AMI that Adobe provides. I need to load some config.xml files into particular directories of the server so that when FMS starts up it will have the security configs that I want and a few other things that I want to do.

I have a basic understanding that you can pass user-data in the form of a bash file to an instance. Would that be the best option?

Could someone provide me with a good example as to what a bash file would look like if I would like to copy an xml file from S3 into a DIR on the FMS / CentOS instance?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T20:53:30+00:00Added an answer on May 22, 2026 at 8:53 pm

    A couple options come to mind, and I’m certainly no expert. I’m fairly new to these but have been trying things out just to get up to speed.

    1. Amazon EBS (Elastic Block Store) – it’s a persistent block storage (like a mountable drive) that you can attach to EC2 instances.
    2. chef from Opscode – it’s probably overkill if you have a simple setup, but there are some nifty “recipes” for automated setup+config of EC2 instances. I’ve really only played with this one a bit, having gone through a few of their samples just to see what it’s capable of.

    The advantages of these setups is that you don’t need to modify your own AMI instances whenever you change you application/config. Although if you’re always fetching your app from S3 that sortof already solves this problem.

    If all you need is a simple shell script for fetching a file from AWS, you could use the unix tools wget or curl.

    #!/bin/bash
    cd /some/destination/path/
    curl -v --header 'Date: Fri, 27 May 2011 14:17:00 -0500' \
            --header 'Authorization: AWS AWSAccessKeyId:Signature' \
            "https://s3.amazonaws.com/your-s3-bucket/path/to/file.xml"
    

    It would be a heckuvalot easier if the file is public, since generating the Signature for the authorization is not trivial to do.

    There is a suite of command-line tools called s3-bash but it would still need your secret access key for authorization…

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am creating a flash object that does some heavy image lifting. What I
Im creating a game in Flash and I have a class that have some
i have a mobile application that i am creating in Adobe Flex (Flash Builder
Iam creating a Flash AS3 based Poker game for my company. Some like zynga
I am creating a django-based site that will serve flash apps that occasionally access
Which tool would you recommend for creating standalone .exe files (Windows) from Flash? And
Im creating flash game that have the functionality to capture/record its gameplay that can
I have a website that I am creating in Flash CS5. There are several
I have an app in Flash CS5 that I am creating for iOS. I
So we are creating some video server. We broadcast flv's to our flash clients.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.