AWS S3 Bucket as Windows Drive [closed] - amazon-web-services

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
I wanted to map s3 bucket as windows drive. I am aware then there are tools avalible in the market to do this but i want to solve this using AWS Python BOTO. Also i am aware of moving the files from drive to s3 but i want s3 as windows drive.Please let me know some logical ideas as how to achieve this

Amazon S3 is an object storage service. It is not a filesystem or virtual disk.
The commercial utilities (eg CloudBerry Drive) create virtual disks and translate disk access to API calls to Amazon S3. Files are downloaded/uploaded and buffered on the local disk. It is quite a complex process.
You would not be able to create a similar utility using only Python. You would need to create device drivers for Windows.
Generally, it is recommended not to mount an Amazon S3 bucket as a drive. While generally okay for an initial load of data, it should not be used in a production situation because performance is not reliable.
The correct way to use Amazon S3 is to make API calls directly to the service.
See: S3 — Boto 3 documentation

Related

How to identify all the resources created by me in AWS [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 months ago.
Improve this question
I'm from Azure background and trying to learn AWS.
I'm creating multiple services/resources like EC2, S3, Lambda, etc in my AWS account. I'm not a root user.
My question
How can I find/list all the resources created by me? I want the ability to quickly see/list all the resources created by me to do cleanup.
Note: In Azure, I can do this by creating resources under a specific Resource group or I can tag them, later I can open a specific resource group to find all the resources that I've created or filter by tag. Is there any similar feature in AWS?
Thanks
First approach:
There is no single command that can list all resources in an AWS account.
You should use the AWS Management Console or make API calls to any service, in any region, to get a list of the resources created.
A good place to start is the billing console, which can show you which services have been used in which region. You can then log into any of these services and regions to see the resources.
Second approach:
You can use the AWS Configuration Service to create an inventory of all your AWS resources for supported AWS services. An inventory acts as a CMDB for your AWS landscape and records all configuration changes.
To know how to configure, refer here
Third approach:
You can also use Tag Editor which will also allows you to edit the tags for all your AWS resources.
To know how to configure, refer here

What is Equivalent of Amazon Glacier in Microsoft Azure environment? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 3 years ago.
Improve this question
I am doing some research where I need to find the corresponding tool for archiving. So, what will be the equivalent of amazon glacier in the Azure environment
The Azure equivalent service to AWS S3 is Azure Storage. S3 defines several storage classes, Glacier is one of them.
Azure Storage has the concepts of different access tiers. I think the Archive tier is the closest match to S3 Glacier. Another option would be the cool tier. Which one to choose depends on the frequency the data is accessed.
Equivalent service is the Azure Storage. You can always explore from the site.
AWS to Azure services comparison

Stop and start EC2 instance based on simple external commands [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I have an AWS EC2 instance that I would like to have various relevent people stop and start. In a perfect world I would like a really simple way for a select handful of people to stop and start an EC2 instance without giving them too many permissions. If I could make it so they just click 1 button to do it, that would be perfect.
Starting/Stopping an Amazon EC2 instance can be done via the:
AWS Management Console
AWS Command-Line Interface (CLI)
AWS SDK for many popular programming languages
The important thing to realize is that users do not have do issue the stop/start command themselves! They can use an in-between system that makes the call for them.
For example, if you have internal intranet, you could configure some code to start/stop instances when a user requests it via the website. The website would then issue the command to AWS (via the CLI or SDK), without the users themselves requiring any special access credentials (they just need access to your internal website).
This is similar to your "just click 1 button" idea, with the button being on your intranet.

Transfer AWS S3 data to some other hosting server like godaddy [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 5 days ago.
Improve this question
Hi I have some data(videos, images) saved in my bucket in aws. I want that data to be transferred to some other hosting service https://www.microhost.com. Any advice is helpful.
you could just run it as you'll do from your local env.
Install the AWS CLI tools and setup with your account
run aws s3 sync s3://<yourbucket> . from your new host
The easiest way is to connect with a client to S3, download the files to your computer, and upload them using FTP to your new hosting provider.
There are many S3 and FTP clients. Cyberduck is a free one that does both and works on Windows, Linux, and Mac.

Comparison between Amazon web services (AWS) or Rackspace cloud servers? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
There are two major offering of cloud computing environment by Amazon through AWS and by Rackspace through Rackspace cloud. I wanted to know more about What are cons/pros of one platform over other. That will help me in deciding platform for my future applications.
Please see some of these links to better analyze & understand the difference between Amazon Cloud Server with Rackspace Cloud.
Things come into my mind:
Amazon server stack has CHOICES possibly everything, but Rackspace server stack is fixed.
Control everything on your server stack with Amazon but Rackspace - NOPE.
You can play around with various services (EBS, EIP, S3, etc) in Amazon server to suite your price, you can't with Rackspace, since you are priced for the whole stack.
In Amazon - single EBS AMI, you can have many different instance types of machine.
Difference:
http://www.distractable.net/tech/amazon-aws-ec2-vs-rackspace-high-level-comparison/
Goodby Rackspace:
http://code.mixpanel.com/amazon-vs-rackspace/
Performance Analysis:
http://www.thebitsource.com/featured-posts/rackspace-cloud-servers-versus-amazon-ec2-performance-analysis/