ec2

setting FTP server in Linux EC2

If you want to install FTP server in EC2 Then you can just use

 

Assigning permission to EC2 instance using ec2-authorize on port 80

Once you have launched your instance using ec2-run-instances you need to provide permissions for it so that you can browse it from http.

c:\ec2\bin>ec2-describe-instances

Attaching permission for running EC2 instance:-

c:\ec2\bin>ec2-authorize mygroup_users -p 80
GROUP           mygroup_users
PERMISSION              mygroup_users    ALLOWS  tcp     80      80      FROM
CIDR    0.0.0.0/0

c:\ec2\bin>

Providing SSH port permission for instance:-

 

ec2-run-instances amazon EC2

SYNOPSIS

ec2-run-instances AMI [-n INSTANCE_COUNT] [-g GROUP [-g GROUP ...]] [-k KEY] [-d USER_DATA | -f FILE_NAME]
DESCRIPTION

Launches one or more instances of the specified AMI. Optional parameters include

    * A security group. New instances will be launched in this group. If no group is specified instances are launched in the default group.
    * A keypair name. The public key associated with this keypair name will be made available to the instances at boot time.

 

Amazon S3 Firefox Organizer(S3Fox) :: Firefox Add-ons/S3 Firefox Organizer

S3Fox Organizer for Amazon(S3Fox) v0.4.5: (NEW!) This firefox extension(browser plugin) provides an user friendly interface for Amazon's S3 (Simple Storage Service) . Its interface is very much similar to the FTP interface that lists local folders in the left panel and&nb

 

Syndicate content